Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DMagnification.java526 mHandler.post(() -> onModeSwitchInternal(displayId, newMode));
563 private void onModeSwitchInternal(int displayId, int newMode) { in onModeSwitchInternal() method in Magnification