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.java324 public void updateInsetsTouchability(ViewTreeObserver.InternalInsetsInfo insetsInfo) { in updateInsetsTouchability() method in TaskbarDragLayerController.TaskbarDragLayerCallbacks
325 mControllers.taskbarInsetsController.updateInsetsTouchability(insetsInfo); in updateInsetsTouchability()
DTaskbarDragLayer.java134 mControllerCallbacks.updateInsetsTouchability(insetsInfo); in onComputeTaskbarInsets()
DTaskbarInsetsController.kt345 fun updateInsetsTouchability(insetsInfo: ViewTreeObserver.InternalInsetsInfo) { in <lambda>() method