Searched defs:NOTIFY_FORCED_RESIZABLE_MSG (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DTaskChangeNotificationController.java38 private static final int NOTIFY_FORCED_RESIZABLE_MSG = 6; field in class:TaskChangeNotificationController
193 case NOTIFY_FORCED_RESIZABLE_MSG:
339 mHandler.removeMessages(NOTIFY_FORCED_RESIZABLE_MSG);
340 final Message msg = mHandler.obtainMessage(NOTIFY_FORCED_RESIZABLE_MSG, taskId, reason,

Completed in 47 milliseconds