Home
last modified time | relevance | path

Searched refs:setTranslationShift (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsSlideInView.java103 setTranslationShift(TRANSLATION_SHIFT_OPENED); in showOnFullyAttachedToWindow()
236 setTranslationShift(mTranslationShift); in onLayout()
264 setTranslationShift(TRANSLATION_SHIFT_OPENED); in onDeviceProfileChanged()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DAbstractSlideInView.java82 view.setTranslationShift(value);
257 protected void setTranslationShift(float translationShift) { in setTranslationShift() method in AbstractSlideInView
477 setTranslationShift(TRANSLATION_SHIFT_CLOSED); in handleClose()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java394 protected void setTranslationShift(float translationShift) { in setTranslationShift() method in BaseWidgetSheet
395 super.setTranslationShift(translationShift); in setTranslationShift()
DAddItemWidgetsBottomSheet.java97 setTranslationShift(mTranslationShift); in onLayout()
DWidgetsBottomSheet.java106 setTranslationShift(mTranslationShift); in onLayout()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduDialog.java82 setTranslationShift(TRANSLATION_SHIFT_CLOSED); in onLayout()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java465 setTranslationShift(mTranslationShift); in onLayout()
632 setTranslationShift(TRANSLATION_SHIFT_OPENED); in open()