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.java184 public MultiProperty getBackgroundRendererAlphaForStash() { in getBackgroundRendererAlphaForStash() method in TaskbarDragLayerController
185 return mTaskbarDragLayer.getBackgroundRendererAlphaForStash(); in getBackgroundRendererAlphaForStash()
DTaskbarDragLayer.java216 protected MultiProperty getBackgroundRendererAlphaForStash() { in getBackgroundRendererAlphaForStash() method in TaskbarDragLayer
DTaskbarStashController.java312 mTaskbarBackgroundAlphaForStash = dragLayerController.getBackgroundRendererAlphaForStash(); in init()