Home
last modified time | relevance | path

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

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