Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarSpringOnStashController.java68 mControllers.stashedHandleViewController.setTranslationYForStash(transY); in updateTranslationYForStash()
69 mControllers.taskbarViewController.setTranslationYForStash(transY); in updateTranslationYForStash()
70 mControllers.taskbarDragLayerController.setTranslationYForStash(transY); in updateTranslationYForStash()
DTaskbarDragLayer.java259 mBackgroundRenderer.setTranslationYForStash(translationY); in setBackgroundTranslationYForStash()
DTaskbarDragLayerController.java198 public void setTranslationYForStash(float transY) { in setTranslationYForStash() method in TaskbarDragLayerController
DStashedHandleViewController.java290 protected void setTranslationYForStash(float transY) { in setTranslationYForStash() method in StashedHandleViewController
DTaskbarViewController.java424 public void setTranslationYForStash(float transY) { in setTranslationYForStash() method in TaskbarViewController