Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationSettings.java438 int selectedButtonIndex = mLastSelectedButtonIndex; in updateUIControlsIfNeeded() local
444 if (selectedButtonIndex == MagnificationSize.FULLSCREEN) { in updateUIControlsIfNeeded()
445 selectedButtonIndex = MagnificationSize.NONE; in updateUIControlsIfNeeded()
458 selectedButtonIndex = MagnificationSize.FULLSCREEN; in updateUIControlsIfNeeded()
480 selectedButtonIndex = MagnificationSize.FULLSCREEN; in updateUIControlsIfNeeded()
487 updateSelectedButton(selectedButtonIndex); in updateUIControlsIfNeeded()