Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/
DPhoneLandscapeNavLayoutter.kt59 val contextualButtonHeight = contentWidth / (0.25f + 0.5f + 1f + 0.5f + 0.25f) * 0.25f in layoutButtons() constant
60 val sideButtonHeight = contextualButtonHeight * 2 in layoutButtons()
61 val navButtonContainerHeight = contentWidth - contextualButtonHeight * 2 in layoutButtons()
67 (contextualButtonHeight + contentPadding + roundedCornerContentMargin).toInt() in layoutButtons()
69 (contextualButtonHeight + contentPadding + roundedCornerContentMargin).toInt() in layoutButtons()
110 repositionContextualButtons(contextualButtonHeight.toInt()) in layoutButtons()