Searched refs:setBackgroundHorizontalInsets (Results 1 – 4 of 4) sorted by relevance
106 mTaskbarDragLayerController.setBackgroundHorizontalInsets(0f); in onTransitionFinished()113 mTaskbarDragLayerController.setBackgroundHorizontalInsets(insetPercentage); in onTransitionProgress()
292 public void setBackgroundHorizontalInsets(float insetPercentage) { in setBackgroundHorizontalInsets() method in TaskbarDragLayer293 mBackgroundRenderer.setBackgroundHorizontalInsets(insetPercentage); in setBackgroundHorizontalInsets()
237 public void setBackgroundHorizontalInsets(float insetPercentage) { in setBackgroundHorizontalInsets() method in TaskbarDragLayerController238 mTaskbarDragLayer.setBackgroundHorizontalInsets(insetPercentage); in setBackgroundHorizontalInsets()
261 fun setBackgroundHorizontalInsets(insetPercentage: Float) { in setBackgroundHorizontalInsets() method