ADD week 5
This commit is contained in:
		| @@ -0,0 +1,17 @@ | ||||
| package androidx.transition; | ||||
|  | ||||
| import android.util.SparseArray; | ||||
| import android.view.View; | ||||
| import androidx.collection.ArrayMap; | ||||
| import androidx.collection.LongSparseArray; | ||||
|  | ||||
| /* loaded from: classes.dex */ | ||||
| class TransitionValuesMaps { | ||||
|     final ArrayMap<View, TransitionValues> mViewValues = new ArrayMap<>(); | ||||
|     final SparseArray<View> mIdValues = new SparseArray<>(); | ||||
|     final LongSparseArray<View> mItemIdValues = new LongSparseArray<>(); | ||||
|     final ArrayMap<String, View> mNameValues = new ArrayMap<>(); | ||||
|  | ||||
|     TransitionValuesMaps() { | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user