Home | History | Annotate | Download | only in wm

Lines Matching defs:TRANSIT_UNSET

79     public static final int TRANSIT_UNSET = -1;
119 private int mNextAppTransition = TRANSIT_UNSET;
172 return mNextAppTransition != TRANSIT_UNSET;
232 mNextAppTransition = TRANSIT_UNSET;
243 setAppTransition(AppTransition.TRANSIT_UNSET);
645 case TRANSIT_UNSET: {
646 return "TRANSIT_UNSET";