Searched defs:NOTIFY_PINNED_STACK_ANIMATION_ENDED_LISTENERS_MSG (Results 1 - 1 of 1) sorted by last modified time

/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
189 case NOTIFY_PINNED_STACK_ANIMATION_ENDED_LISTENERS_MSG:
322 mHandler.removeMessages(NOTIFY_PINNED_STACK_ANIMATION_ENDED_LISTENERS_MSG);
324 mHandler.obtainMessage(NOTIFY_PINNED_STACK_ANIMATION_ENDED_LISTENERS_MSG);

Completed in 46 milliseconds