Loading quickstep/src/com/android/launcher3/taskbar/navbutton/KidsNavLayoutter.kt +1 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,7 @@ class KidsNavLayoutter( } if (a11yButton != null) { endContextualContainer.addView(a11yButton) a11yButton.layoutParams = getParamsToCenterView() } if (rotationButton != null) { endContextualContainer.addView(rotationButton.currentView) Loading quickstep/src/com/android/launcher3/taskbar/navbutton/PhoneLandscapeNavLayoutter.kt +1 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,7 @@ open class PhoneLandscapeNavLayoutter( } if (a11yButton != null) { startContextualContainer.addView(a11yButton) a11yButton.layoutParams = getParamsToCenterView() } if (rotationButton != null) { startContextualContainer.addView(rotationButton.currentView) Loading quickstep/src/com/android/launcher3/taskbar/navbutton/PhonePortraitNavLayoutter.kt +1 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,7 @@ class PhonePortraitNavLayoutter( } if (a11yButton != null) { endContextualContainer.addView(a11yButton) a11yButton.layoutParams = getParamsToCenterView() } if (rotationButton != null) { endContextualContainer.addView(rotationButton.currentView) Loading quickstep/src/com/android/launcher3/taskbar/navbutton/PhoneSeascapeNavLayoutter.kt +1 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,7 @@ class PhoneSeascapeNavLayoutter( } if (a11yButton != null) { endContextualContainer.addView(a11yButton) a11yButton.layoutParams = getParamsToCenterView() } if (rotationButton != null) { endContextualContainer.addView(rotationButton.currentView) Loading quickstep/src/com/android/launcher3/taskbar/navbutton/SetupNavLayoutter.kt +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ class SetupNavLayoutter( } if (a11yButton != null) { endContextualContainer.addView(a11yButton) a11yButton.layoutParams = getParamsToCenterView() } if (rotationButton != null) { endContextualContainer.addView(rotationButton.currentView) Loading Loading
quickstep/src/com/android/launcher3/taskbar/navbutton/KidsNavLayoutter.kt +1 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,7 @@ class KidsNavLayoutter( } if (a11yButton != null) { endContextualContainer.addView(a11yButton) a11yButton.layoutParams = getParamsToCenterView() } if (rotationButton != null) { endContextualContainer.addView(rotationButton.currentView) Loading
quickstep/src/com/android/launcher3/taskbar/navbutton/PhoneLandscapeNavLayoutter.kt +1 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,7 @@ open class PhoneLandscapeNavLayoutter( } if (a11yButton != null) { startContextualContainer.addView(a11yButton) a11yButton.layoutParams = getParamsToCenterView() } if (rotationButton != null) { startContextualContainer.addView(rotationButton.currentView) Loading
quickstep/src/com/android/launcher3/taskbar/navbutton/PhonePortraitNavLayoutter.kt +1 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,7 @@ class PhonePortraitNavLayoutter( } if (a11yButton != null) { endContextualContainer.addView(a11yButton) a11yButton.layoutParams = getParamsToCenterView() } if (rotationButton != null) { endContextualContainer.addView(rotationButton.currentView) Loading
quickstep/src/com/android/launcher3/taskbar/navbutton/PhoneSeascapeNavLayoutter.kt +1 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,7 @@ class PhoneSeascapeNavLayoutter( } if (a11yButton != null) { endContextualContainer.addView(a11yButton) a11yButton.layoutParams = getParamsToCenterView() } if (rotationButton != null) { endContextualContainer.addView(rotationButton.currentView) Loading
quickstep/src/com/android/launcher3/taskbar/navbutton/SetupNavLayoutter.kt +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ class SetupNavLayoutter( } if (a11yButton != null) { endContextualContainer.addView(a11yButton) a11yButton.layoutParams = getParamsToCenterView() } if (rotationButton != null) { endContextualContainer.addView(rotationButton.currentView) Loading