Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarSpringOnStashController.java67 mControllers.stashedHandleViewController.setTranslationYForStash(transY); in updateTranslationYForStash()
68 mControllers.taskbarViewController.setTranslationYForStash(transY); in updateTranslationYForStash()
69 mControllers.taskbarDragLayerController.setTranslationYForStash(transY); in updateTranslationYForStash()
DTaskbarDragLayer.java254 mBackgroundRenderer.setTranslationYForStash(translationY); in setBackgroundTranslationYForStash()
DTaskbarDragLayerController.java253 public void setTranslationYForStash(float transY) { in setTranslationYForStash() method in TaskbarDragLayerController
DStashedHandleViewController.java299 protected void setTranslationYForStash(float transY) { in setTranslationYForStash() method in StashedHandleViewController
DTaskbarViewController.java620 public void setTranslationYForStash(float transY) { in setTranslationYForStash() method in TaskbarViewController
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/stashing/
DTransientBubbleStashController.kt70 bubbleStashedHandleViewController?.setTranslationYForStash(transY) in <lambda>()
71 bubbleBarViewController.setTranslationYForStash(transY) in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashedHandleViewController.java270 public void setTranslationYForStash(float transY) { in setTranslationYForStash() method in BubbleStashedHandleViewController
DBubbleBarViewController.java975 public void setTranslationYForStash(float transY) {