Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationSettings.java104 private int mLastSelectedButtonIndex = MagnificationSize.NONE; field in WindowMagnificationSettings
450 int selectedButtonIndex = mLastSelectedButtonIndex; in updateUIControlsIfNeeded()
566 updateSelectedButton(mLastSelectedButtonIndex); in inflateView()
705 if (mLastSelectedButtonIndex == MagnificationSize.SMALL) { in updateSelectedButton()
707 } else if (mLastSelectedButtonIndex == MagnificationSize.MEDIUM) { in updateSelectedButton()
709 } else if (mLastSelectedButtonIndex == MagnificationSize.LARGE) { in updateSelectedButton()
711 } else if (mLastSelectedButtonIndex == MagnificationSize.FULLSCREEN) { in updateSelectedButton()
726 mLastSelectedButtonIndex = index; in updateSelectedButton()