Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java299 mHandler.sendEmptyMessage(MyHandler.MESSAGE_NOTIFY_ROTATION_CHANGED); in onRotationChangedLocked()
859 public static final int MESSAGE_NOTIFY_ROTATION_CHANGED = 4; field in AccessibilityController.DisplayMagnifier.MyHandler
889 case MESSAGE_NOTIFY_ROTATION_CHANGED: { in handleMessage()