Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationController.java354 onUserContextChanged(); in onDisplaySizeChanged()
358 public void onUserContextChanged() { in onUserContextChanged() method in FullScreenMagnificationController.DisplayMagnification
360 FullScreenMagnificationController::onUserContextChanged, in onUserContextChanged()
1127 void onUserContextChanged(int displayId) { in onUserContextChanged() method in FullScreenMagnificationController
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DFullScreenMagnificationControllerTest.java982 callbacks.onUserContextChanged();
1436 mFullScreenMagnificationController.onUserContextChanged(DISPLAY_0);
1458 mFullScreenMagnificationController.onUserContextChanged(DISPLAY_0);
DFullScreenMagnificationGestureHandlerTest.java1398 mFullScreenMagnificationController.onUserContextChanged(DISPLAY_0); in triggerContextChanged()
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java1573 mCallbacks.onUserContextChanged(); in handleMessage()