Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/
DNavButtonLayoutFactory.kt73 val endContextualContainer = in getUiLayoutter() constant
86 endContextualContainer, in getUiLayoutter()
97 endContextualContainer, in getUiLayoutter()
108 endContextualContainer, in getUiLayoutter()
121 endContextualContainer, in getUiLayoutter()
135 endContextualContainer, in getUiLayoutter()
146 endContextualContainer, in getUiLayoutter()
157 endContextualContainer, in getUiLayoutter()
DPhoneSeascapeNavLayoutter.kt31 endContextualContainer: ViewGroup,
40 endContextualContainer,
55 endContextualContainer.removeAllViews() in repositionContextualButtons()
69 endContextualContainer, in repositionContextualButtons()
78 endContextualContainer.addView(imeSwitcher) in repositionContextualButtons()
82 endContextualContainer.addView(a11yButton) in repositionContextualButtons()
DPhonePortraitNavLayoutter.kt33 endContextualContainer: ViewGroup,
42 endContextualContainer,
115 endContextualContainer.removeAllViews() in layoutButtons()
126 endContextualContainer, in layoutButtons()
135 endContextualContainer.addView(imeSwitcher) in layoutButtons()
139 endContextualContainer.addView(a11yButton) in layoutButtons()
DTaskbarNavLayoutter.kt34 endContextualContainer: ViewGroup,
43 endContextualContainer,
61 val contextualWidth = endContextualContainer.width in layoutButtons()
101 endContextualContainer.removeAllViews() in layoutButtons()
107 repositionContextualContainer(endContextualContainer, WRAP_CONTENT, 0, 0, Gravity.END) in layoutButtons()
134 endContextualContainer.addView(a11yButton) in layoutButtons()
DSetupNavLayoutter.kt38 endContextualContainer: ViewGroup,
47 endContextualContainer,
89 endContextualContainer.removeAllViews() in layoutButtons()
94 repositionContextualContainer(endContextualContainer, WRAP_CONTENT, 0, 0, Gravity.END) in layoutButtons()
108 endContextualContainer.addView(a11yButton) in layoutButtons()
DKidsNavLayoutter.kt36 endContextualContainer: ViewGroup,
45 endContextualContainer,
102 endContextualContainer.removeAllViews() in layoutButtons()
107 repositionContextualContainer(endContextualContainer, WRAP_CONTENT, 0, 0, Gravity.END) in layoutButtons()
121 endContextualContainer.addView(a11yButton) in layoutButtons()
DPhoneLandscapeNavLayoutter.kt33 endContextualContainer: ViewGroup,
42 endContextualContainer,
121 endContextualContainer.removeAllViews() in repositionContextualButtons()
135 endContextualContainer, in repositionContextualButtons()
150 endContextualContainer.addView(space, MATCH_PARENT, MATCH_PARENT) in repositionContextualButtons()
DPhoneGestureLayoutter.kt34 endContextualContainer: ViewGroup,
43 endContextualContainer,
74 endContextualContainer.removeAllViews() in layoutButtons()
DAbstractNavButtonLayoutter.kt47 protected val endContextualContainer: ViewGroup, constant in com.android.launcher3.taskbar.navbutton.AbstractNavButtonLayoutter