Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskChangeNotificationController.java61 private static final int NOTIFY_ACTIVITY_ROTATED_MSG = 26; field in TaskChangeNotificationController
270 case NOTIFY_ACTIVITY_ROTATED_MSG: in handleMessage()
562 final Message msg = mHandler.obtainMessage(NOTIFY_ACTIVITY_ROTATED_MSG, in notifyOnActivityRotation()