Home
last modified time | relevance | path

Searched refs:restoreAttributesOnViewTree (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DUtilitiesKtTest.kt28 import com.android.launcher3.UtilitiesKt.restoreAttributesOnViewTree
63 restoreAttributesOnViewTree(childView, rootView, CLIP_CHILDREN_FALSE_MODIFIER) in restore_clipChildren_true()
78 restoreAttributesOnViewTree(childView, rootView, CLIP_CHILDREN_FALSE_MODIFIER) in restore_clipChildren_skipRestoreMidView()
103 restoreAttributesOnViewTree(childView, rootView, CLIP_TO_PADDING_FALSE_MODIFIER) in restore_clipToPadding_true()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilitiesKt.kt139 fun restoreAttributesOnViewTree( in restoreAttributesOnViewTree() method
156 restoreAttributesOnViewTree(v.parent as View, parent, *modifiers) in restoreAttributesOnViewTree()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsTwoPaneSheet.java23 import static com.android.launcher3.UtilitiesKt.restoreAttributesOnViewTree;
175 restoreAttributesOnViewTree(mPrimaryWidgetListView, mContent, in onUserSwipeToDismissProgressChanged()
177 restoreAttributesOnViewTree(mRightPaneScrollView, mContent, in onUserSwipeToDismissProgressChanged()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java29 import static com.android.launcher3.UtilitiesKt.restoreAttributesOnViewTree;
313 restoreAttributesOnViewTree(rv, mLauncher.getAppsView(), in onScaleProgressChanged()