Searched refs:TRANSIT_FIRST_CUSTOM (Results 1 – 5 of 5) sorted by relevance
23 import static android.view.WindowManager.TRANSIT_FIRST_CUSTOM;141 public static final int TRANSIT_EXIT_PIP = TRANSIT_FIRST_CUSTOM + 1;143 public static final int TRANSIT_EXIT_PIP_TO_SPLIT = TRANSIT_FIRST_CUSTOM + 2;146 public static final int TRANSIT_REMOVE_PIP = TRANSIT_FIRST_CUSTOM + 3;149 public static final int TRANSIT_SPLIT_SCREEN_PAIR_OPEN = TRANSIT_FIRST_CUSTOM + 4;152 public static final int TRANSIT_SPLIT_SCREEN_OPEN_TO_SIDE = TRANSIT_FIRST_CUSTOM + 5;155 public static final int TRANSIT_SPLIT_DISMISS_SNAP = TRANSIT_FIRST_CUSTOM + 6;158 public static final int TRANSIT_SPLIT_DISMISS = TRANSIT_FIRST_CUSTOM + 7;161 public static final int TRANSIT_MAXIMIZE = WindowManager.TRANSIT_FIRST_CUSTOM + 8;164 public static final int TRANSIT_RESTORE_FROM_MAXIMIZE = WindowManager.TRANSIT_FIRST_CUSTOM + 9;[all …]
22 import static android.view.WindowManager.TRANSIT_FIRST_CUSTOM;81 if (!isTransitionOpen && !isTransitionClose && type < TRANSIT_FIRST_CUSTOM) { in onTransactionReady()172 if (!isTransitionOpen && !isTransitionClose && type < TRANSIT_FIRST_CUSTOM in onTransitionFinish()
21 import static android.view.WindowManager.TRANSIT_FIRST_CUSTOM;108 public static final int TASK_FRAGMENT_TRANSIT_DRAG_RESIZE = TRANSIT_FIRST_CUSTOM + 17;
489 int TRANSIT_FIRST_CUSTOM = 1000; field508 TRANSIT_FIRST_CUSTOM1912 case TRANSIT_FIRST_CUSTOM: return "FIRST_CUSTOM"; in transitTypeToString()1914 if (type > TRANSIT_FIRST_CUSTOM) { in transitTypeToString()1915 return "FIRST_CUSTOM+" + (type - TRANSIT_FIRST_CUSTOM); in transitTypeToString()
31 import static android.view.WindowManager.TRANSIT_FIRST_CUSTOM;596 final int transitType = TRANSIT_FIRST_CUSTOM + 1; in testOneShotRemoteHandler()