Searched refs:mKeyButtonContainer (Results 1 – 1 of 1) sorted by relevance
51 private final ViewGroup mKeyButtonContainer; field in FloatingRotationButton91 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()