Home
last modified time | relevance | path

Searched refs:getBackgroundRendererAlphaForStash (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragLayerController.java232 public MultiProperty getBackgroundRendererAlphaForStash() { in getBackgroundRendererAlphaForStash() method in TaskbarDragLayerController
233 return mTaskbarDragLayer.getBackgroundRendererAlphaForStash(); in getBackgroundRendererAlphaForStash()
DTaskbarDragLayer.java211 protected MultiProperty getBackgroundRendererAlphaForStash() { in getBackgroundRendererAlphaForStash() method in TaskbarDragLayer
DTaskbarStashController.java338 mTaskbarBackgroundAlphaForStash = dragLayerController.getBackgroundRendererAlphaForStash(); in init()