Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragLayerController.java268 public void updateInsetsTouchability(ViewTreeObserver.InternalInsetsInfo insetsInfo) { in updateInsetsTouchability() method in TaskbarDragLayerController.TaskbarDragLayerCallbacks
269 mControllers.taskbarInsetsController.updateInsetsTouchability(insetsInfo); in updateInsetsTouchability()
DTaskbarDragLayer.java140 mControllerCallbacks.updateInsetsTouchability(insetsInfo); in onComputeTaskbarInsets()
DTaskbarInsetsController.kt359 fun updateInsetsTouchability(insetsInfo: ViewTreeObserver.InternalInsetsInfo) { in <lambda>() method