Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskChangeNotificationController.java41 private static final int NOTIFY_FORCED_RESIZABLE_MSG = 6; field in TaskChangeNotificationController
227 case NOTIFY_FORCED_RESIZABLE_MSG: in handleMessage()
391 mHandler.removeMessages(NOTIFY_FORCED_RESIZABLE_MSG); in notifyActivityForcedResizable()
392 final Message msg = mHandler.obtainMessage(NOTIFY_FORCED_RESIZABLE_MSG, taskId, reason, in notifyActivityForcedResizable()