Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/
DTaskbarNavLayoutter.kt56 val bottomRect = cutout?.boundingRectBottom in layoutButtons() constant
57 if (bottomRect != null && !bottomRect.isEmpty) { in layoutButtons()
58 navMarginEnd = bottomRect.width() in layoutButtons()