HomeSort by relevance Sort by last modified time
    Searched refs:setTranslationShift (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/views/
AbstractSlideInView.java 54 view.setTranslationShift(value);
89 protected void setTranslationShift(float translationShift) {
130 setTranslationShift(displacement / range);
154 setTranslationShift(TRANSLATION_SHIFT_CLOSED);
BottomUserEducationView.java 64 setTranslationShift(mTranslationShift);
115 setTranslationShift(TRANSLATION_SHIFT_OPENED);
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
BaseWidgetSheet.java 83 protected void setTranslationShift(float translationShift) {
84 super.setTranslationShift(translationShift);
WidgetsFullSheet.java 147 setTranslationShift(mTranslationShift);
164 setTranslationShift(VERTICAL_START_POSITION);
186 setTranslationShift(TRANSLATION_SHIFT_OPENED);
WidgetsBottomSheet.java 64 setTranslationShift(mTranslationShift);

Completed in 495 milliseconds