Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/
DNavButtonLayoutFactory.kt62 a11yButton: ImageView?, in getUiLayoutter()
89 a11yButton, in getUiLayoutter()
100 a11yButton, in getUiLayoutter()
111 a11yButton, in getUiLayoutter()
124 a11yButton, in getUiLayoutter()
138 a11yButton, in getUiLayoutter()
149 a11yButton, in getUiLayoutter()
160 a11yButton, in getUiLayoutter()
DPhoneSeascapeNavLayoutter.kt34 a11yButton: ImageView?,
43 a11yButton,
81 if (a11yButton != null) { in repositionContextualButtons()
82 endContextualContainer.addView(a11yButton) in repositionContextualButtons()
83 a11yButton.layoutParams = getParamsToCenterView() in repositionContextualButtons()
DSetupNavLayoutter.kt41 a11yButton: ImageView?,
50 a11yButton,
107 if (a11yButton != null) { in layoutButtons()
108 endContextualContainer.addView(a11yButton) in layoutButtons()
109 a11yButton.layoutParams = getParamsToCenterView() in layoutButtons()
DPhonePortraitNavLayoutter.kt36 a11yButton: ImageView?,
45 a11yButton,
138 if (a11yButton != null) { in layoutButtons()
139 endContextualContainer.addView(a11yButton) in layoutButtons()
140 a11yButton.layoutParams = getParamsToCenterView() in layoutButtons()
DTaskbarNavLayoutter.kt37 a11yButton: ImageView?,
46 a11yButton,
133 if (a11yButton != null) { in layoutButtons()
134 endContextualContainer.addView(a11yButton) in layoutButtons()
135 a11yButton.layoutParams = getParamsToCenterView() in layoutButtons()
DKidsNavLayoutter.kt39 a11yButton: ImageView?,
48 a11yButton,
120 if (a11yButton != null) { in layoutButtons()
121 endContextualContainer.addView(a11yButton) in layoutButtons()
122 a11yButton.layoutParams = getParamsToCenterView() in layoutButtons()
DPhoneLandscapeNavLayoutter.kt36 a11yButton: ImageView?,
45 a11yButton,
146 if (a11yButton != null) { in repositionContextualButtons()
147 startContextualContainer.addView(a11yButton) in repositionContextualButtons()
148 a11yButton.layoutParams = getParamsToCenterView() in repositionContextualButtons()
DPhoneGestureLayoutter.kt37 a11yButton: ImageView?,
46 a11yButton,
DAbstractNavButtonLayoutter.kt50 protected val a11yButton: ImageView?, constant in com.android.launcher3.taskbar.navbutton.AbstractNavButtonLayoutter
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/navbutton/
DNavButtonLayoutFactoryTest.kt210 a11yButton = mockA11yButton, in getLayoutter()