Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnification.java397 mHandler.post(() -> onModeSwitchInternal(displayId, newMode));
437 private void onModeSwitchInternal(int displayId, int newMode) { in onModeSwitchInternal() method in WindowMagnification