Loading quickstep/src/com/android/launcher3/taskbar/navbutton/AbstractNavButtonLayoutter.kt +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ abstract class AbstractNavButtonLayoutter( protected val startContextualContainer: ViewGroup, protected val imeSwitcher: ImageView?, protected val rotationButton: RotationButton?, protected val a11yButton: ImageView protected val a11yButton: ImageView? ) : NavButtonLayoutter { protected val homeButton: ImageView? = navButtonContainer.findViewById(R.id.home) protected val recentsButton: ImageView? = navButtonContainer.findViewById(R.id.recent_apps) Loading quickstep/src/com/android/launcher3/taskbar/navbutton/KidsNavLayoutter.kt +4 −2 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ class KidsNavLayoutter( startContextualContainer: ViewGroup, imeSwitcher: ImageView?, rotationButton: RotationButton?, a11yButton: ImageView a11yButton: ImageView? ) : AbstractNavButtonLayoutter( resources, Loading Loading @@ -114,7 +114,9 @@ class KidsNavLayoutter( startContextualContainer.addView(imeSwitcher) imeSwitcher.layoutParams = getParamsToCenterView() } if (a11yButton != null) { endContextualContainer.addView(a11yButton) } if (rotationButton != null) { endContextualContainer.addView(rotationButton.currentView) rotationButton.currentView.layoutParams = getParamsToCenterView() Loading quickstep/src/com/android/launcher3/taskbar/navbutton/NavButtonLayoutFactory.kt +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ class NavButtonLayoutFactory { navButtonsView: FrameLayout, imeSwitcher: ImageView?, rotationButton: RotationButton?, a11yButton: ImageView, a11yButton: ImageView?, resources: Resources, isKidsMode: Boolean, isInSetup: Boolean, Loading quickstep/src/com/android/launcher3/taskbar/navbutton/PhoneGestureLayoutter.kt +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ class PhoneGestureLayoutter( startContextualContainer: ViewGroup, imeSwitcher: ImageView?, rotationButton: RotationButton?, a11yButton: ImageView a11yButton: ImageView? ) : AbstractNavButtonLayoutter( resources, Loading quickstep/src/com/android/launcher3/taskbar/navbutton/PhoneLandscapeNavLayoutter.kt +4 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ open class PhoneLandscapeNavLayoutter( startContextualContainer: ViewGroup, imeSwitcher: ImageView?, rotationButton: RotationButton?, a11yButton: ImageView, a11yButton: ImageView?, ) : AbstractNavButtonLayoutter( resources, Loading Loading @@ -113,7 +113,9 @@ open class PhoneLandscapeNavLayoutter( startContextualContainer.addView(imeSwitcher) imeSwitcher.layoutParams = getParamsToCenterView() } if (a11yButton != null) { startContextualContainer.addView(a11yButton) } if (rotationButton != null) { startContextualContainer.addView(rotationButton.currentView) rotationButton.currentView.layoutParams = getParamsToCenterView() Loading Loading
quickstep/src/com/android/launcher3/taskbar/navbutton/AbstractNavButtonLayoutter.kt +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ abstract class AbstractNavButtonLayoutter( protected val startContextualContainer: ViewGroup, protected val imeSwitcher: ImageView?, protected val rotationButton: RotationButton?, protected val a11yButton: ImageView protected val a11yButton: ImageView? ) : NavButtonLayoutter { protected val homeButton: ImageView? = navButtonContainer.findViewById(R.id.home) protected val recentsButton: ImageView? = navButtonContainer.findViewById(R.id.recent_apps) Loading
quickstep/src/com/android/launcher3/taskbar/navbutton/KidsNavLayoutter.kt +4 −2 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ class KidsNavLayoutter( startContextualContainer: ViewGroup, imeSwitcher: ImageView?, rotationButton: RotationButton?, a11yButton: ImageView a11yButton: ImageView? ) : AbstractNavButtonLayoutter( resources, Loading Loading @@ -114,7 +114,9 @@ class KidsNavLayoutter( startContextualContainer.addView(imeSwitcher) imeSwitcher.layoutParams = getParamsToCenterView() } if (a11yButton != null) { endContextualContainer.addView(a11yButton) } if (rotationButton != null) { endContextualContainer.addView(rotationButton.currentView) rotationButton.currentView.layoutParams = getParamsToCenterView() Loading
quickstep/src/com/android/launcher3/taskbar/navbutton/NavButtonLayoutFactory.kt +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ class NavButtonLayoutFactory { navButtonsView: FrameLayout, imeSwitcher: ImageView?, rotationButton: RotationButton?, a11yButton: ImageView, a11yButton: ImageView?, resources: Resources, isKidsMode: Boolean, isInSetup: Boolean, Loading
quickstep/src/com/android/launcher3/taskbar/navbutton/PhoneGestureLayoutter.kt +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ class PhoneGestureLayoutter( startContextualContainer: ViewGroup, imeSwitcher: ImageView?, rotationButton: RotationButton?, a11yButton: ImageView a11yButton: ImageView? ) : AbstractNavButtonLayoutter( resources, Loading
quickstep/src/com/android/launcher3/taskbar/navbutton/PhoneLandscapeNavLayoutter.kt +4 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ open class PhoneLandscapeNavLayoutter( startContextualContainer: ViewGroup, imeSwitcher: ImageView?, rotationButton: RotationButton?, a11yButton: ImageView, a11yButton: ImageView?, ) : AbstractNavButtonLayoutter( resources, Loading Loading @@ -113,7 +113,9 @@ open class PhoneLandscapeNavLayoutter( startContextualContainer.addView(imeSwitcher) imeSwitcher.layoutParams = getParamsToCenterView() } if (a11yButton != null) { startContextualContainer.addView(a11yButton) } if (rotationButton != null) { startContextualContainer.addView(rotationButton.currentView) rotationButton.currentView.layoutParams = getParamsToCenterView() Loading