Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DFloatingRotationButton.java51 private final ViewGroup mKeyButtonContainer; field in FloatingRotationButton
91 mKeyButtonContainer = (ViewGroup) LayoutInflater.from(context).inflate(layout, null); in FloatingRotationButton()
92 mKeyButtonView = mKeyButtonContainer.findViewById(keyButtonId); in FloatingRotationButton()
159 mWindowManager.addView(mKeyButtonContainer, layoutParams); in show()
182 mWindowManager.removeViewImmediate(mKeyButtonContainer); in hide()
253 mWindowManager.updateViewLayout(mKeyButtonContainer, layoutParams); in onConfigurationChanged()