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

/frameworks/base/services/java/com/android/server/wm/
H A DAppTransition.java86 public static final int TRANSIT_ACTIVITY_CLOSE = 7 | TRANSIT_EXIT_MASK; field in class:AppTransition
373 case TRANSIT_ACTIVITY_CLOSE:
467 case TRANSIT_ACTIVITY_CLOSE:
521 case TRANSIT_ACTIVITY_CLOSE:
657 case TRANSIT_ACTIVITY_CLOSE: {
658 return "TRANSIT_ACTIVITY_CLOSE";

Completed in 46 milliseconds