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

/frameworks/base/services/core/java/com/android/server/am/
H A DTaskChangeNotificationController.java37 private static final int NOTIFY_PINNED_STACK_ANIMATION_ENDED_LISTENERS_MSG = 5; field in class:TaskChangeNotificationController
190 case NOTIFY_PINNED_STACK_ANIMATION_ENDED_LISTENERS_MSG:
324 mHandler.removeMessages(NOTIFY_PINNED_STACK_ANIMATION_ENDED_LISTENERS_MSG);
326 mHandler.obtainMessage(NOTIFY_PINNED_STACK_ANIMATION_ENDED_LISTENERS_MSG);

Completed in 45 milliseconds