Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationSettings.java487 updateSelectedButton(selectedButtonIndex); in updateUIControlsIfNeeded()
552 updateSelectedButton(mLastSelectedButtonIndex); in inflateView()
609 updateSelectedButton(MagnificationSize.NONE); in editMagnifierSizeMode()
626 updateSelectedButton(index); in setMagnifierSize()
689 private void updateSelectedButton(@MagnificationSize int index) { in updateSelectedButton() method in WindowMagnificationSettings