Home
last modified time | relevance | path

Searched refs:setTranslationYForSwipe (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarTranslationController.java93 mControllers.stashedHandleViewController.setTranslationYForSwipe(transY); in updateTranslationYForSwipe()
94 mControllers.taskbarViewController.setTranslationYForSwipe(transY); in updateTranslationYForSwipe()
95 mControllers.taskbarDragLayerController.setTranslationYForSwipe(transY); in updateTranslationYForSwipe()
97 controllers.bubbleBarViewController.setTranslationYForSwipe(transY); in updateTranslationYForSwipe()
98 controllers.bubbleStashedHandleViewController.setTranslationYForSwipe(transY); in updateTranslationYForSwipe()
DTaskbarDragLayer.java251 mBackgroundRenderer.setTranslationYForSwipe(translationY); in setBackgroundTranslationYForSwipe()
DTaskbarDragLayerController.java191 public void setTranslationYForSwipe(float transY) { in setTranslationYForSwipe() method in TaskbarDragLayerController
DStashedHandleViewController.java282 protected void setTranslationYForSwipe(float transY) { in setTranslationYForSwipe() method in StashedHandleViewController
DTaskbarViewController.java416 public void setTranslationYForSwipe(float transY) { in setTranslationYForSwipe() method in TaskbarViewController
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashController.java410 mHandleViewController.setTranslationYForSwipe(0); in showBubbleBarImmediate()
420 mHandleViewController.setTranslationYForSwipe(0); in stashBubbleBarImmediate()
445 mHandleViewController.setTranslationYForSwipe(0); in onNewBubbleAnimationInterrupted()
456 mHandleViewController.setTranslationYForSwipe(ty); in setHandleTranslationY()
DBubbleStashedHandleViewController.java243 public void setTranslationYForSwipe(float transY) { in setTranslationYForSwipe() method in BubbleStashedHandleViewController
DBubbleBarViewController.java363 public void setTranslationYForSwipe(float transY) { in setTranslationYForSwipe() method in BubbleBarViewController