Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/
DSetupNavLayoutter.kt59 val navButtonsViewLayoutParams = mNavButtonsView.layoutParams as FrameLayout.LayoutParams in layoutButtons() constant
75 navButtonsViewLayoutParams.bottomMargin = in layoutButtons()
82 navButtonsViewLayoutParams, in layoutButtons()
86 mNavButtonsView.layoutParams = navButtonsViewLayoutParams in layoutButtons()
DPhoneGestureLayoutter.kt57 val navButtonsViewLayoutParams = in layoutButtons() constant
67 navButtonsViewLayoutParams, in layoutButtons()
70 mNavButtonsView.layoutParams = navButtonsViewLayoutParams in layoutButtons()
DAbstractNavButtonLayoutter.kt80 navButtonsViewLayoutParams: FrameLayout.LayoutParams, in adjustForSetupInPhoneMode()
91 navButtonsViewLayoutParams.height = in adjustForSetupInPhoneMode()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DNavbarButtonsViewController.java747 FrameLayout.LayoutParams navButtonsViewLayoutParams = (FrameLayout.LayoutParams) in handleSetupUi() local
764 navButtonsViewLayoutParams.bottomMargin = resources.getDimensionPixelSize( in handleSetupUi()
776 navButtonsViewLayoutParams.height = resources.getDimensionPixelSize( in handleSetupUi()
779 mNavButtonsView.setLayoutParams(navButtonsViewLayoutParams); in handleSetupUi()