Home
last modified time | relevance | path

Searched refs:setBackgroundHorizontalInsets (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarUnfoldAnimationController.java106 mTaskbarDragLayerController.setBackgroundHorizontalInsets(0f); in onTransitionFinished()
113 mTaskbarDragLayerController.setBackgroundHorizontalInsets(insetPercentage); in onTransitionProgress()
DTaskbarDragLayer.java292 public void setBackgroundHorizontalInsets(float insetPercentage) { in setBackgroundHorizontalInsets() method in TaskbarDragLayer
293 mBackgroundRenderer.setBackgroundHorizontalInsets(insetPercentage); in setBackgroundHorizontalInsets()
DTaskbarDragLayerController.java237 public void setBackgroundHorizontalInsets(float insetPercentage) { in setBackgroundHorizontalInsets() method in TaskbarDragLayerController
238 mTaskbarDragLayer.setBackgroundHorizontalInsets(insetPercentage); in setBackgroundHorizontalInsets()
DTaskbarBackgroundRenderer.kt261 fun setBackgroundHorizontalInsets(insetPercentage: Float) { in setBackgroundHorizontalInsets() method