Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarInsetsController.kt131 val taskbarTouchableHeight = controllers.taskbarStashController.touchableHeight in <lambda>()
134 controllers.bubbleControllers.get().bubbleStashController.touchableHeight in <lambda>()
138 val touchableHeight = max(taskbarTouchableHeight, bubblesTouchableHeight) in <lambda>() constant
155 windowLayoutParams.height - touchableHeight, in <lambda>()