Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationSettings.java103 private int mLastSelectedButtonIndex = MagnificationSize.NONE; field in WindowMagnificationSettings
438 int selectedButtonIndex = mLastSelectedButtonIndex; in updateUIControlsIfNeeded()
552 updateSelectedButton(mLastSelectedButtonIndex); in inflateView()
691 if (mLastSelectedButtonIndex == MagnificationSize.SMALL) { in updateSelectedButton()
693 } else if (mLastSelectedButtonIndex == MagnificationSize.MEDIUM) { in updateSelectedButton()
695 } else if (mLastSelectedButtonIndex == MagnificationSize.LARGE) { in updateSelectedButton()
697 } else if (mLastSelectedButtonIndex == MagnificationSize.FULLSCREEN) { in updateSelectedButton()
712 mLastSelectedButtonIndex = index; in updateSelectedButton()