Home
last modified time | relevance | path

Searched refs:mTaskbarBackgroundProgress (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragLayerController.java70 private final AnimatedFloat mTaskbarBackgroundProgress = new AnimatedFloat( field in TaskbarDragLayerController
98 mTaskbarBackgroundProgress.updateValue(DisplayController.isTransientTaskbar(mActivity) in init()
159 return mTaskbarBackgroundProgress; in getTaskbarBackgroundProgress()
208 mTaskbarDragLayer.setTaskbarBackgroundProgress(mTaskbarBackgroundProgress.value); in updateTaskbarBackgroundProgress()
DTaskbarDragLayer.java83 private float mTaskbarBackgroundProgress; field in TaskbarDragLayer
198 mBackgroundRenderer.setBackgroundProgress(mTaskbarBackgroundProgress); in dispatchDraw()
225 mTaskbarBackgroundProgress = progress; in setTaskbarBackgroundProgress()