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.java108 setTranslationShift(TRANSLATION_SHIFT_OPENED); in showOnFullyAttachedToWindow()
247 setTranslationShift(mTranslationShift); in onLayout()
279 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
476 setTranslationShift(TRANSLATION_SHIFT_CLOSED); in handleClose()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java412 protected void setTranslationShift(float translationShift) { in setTranslationShift() method in BaseWidgetSheet
413 super.setTranslationShift(translationShift); in setTranslationShift()
DAddItemWidgetsBottomSheet.java97 setTranslationShift(mTranslationShift); in onLayout()
DWidgetsBottomSheet.java108 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.java498 setTranslationShift(mTranslationShift); in onLayout()
685 setTranslationShift(TRANSLATION_SHIFT_OPENED); in open()