Searched refs:FLAG_FILLS_TASK (Results 1 – 6 of 6) sorted by relevance
19 import static android.window.TransitionInfo.FLAG_FILLS_TASK;106 change.setFlags(FLAG_FILLS_TASK); in createEmbeddedChange()
21 import static android.window.TransitionInfo.FLAG_FILLS_TASK;104 if (!change.hasFlags(FLAG_FILLS_TASK) && change.hasFlags( in shouldAnimate()
126 public static final int FLAG_FILLS_TASK = 1 << 10; field in TransitionInfo194 FLAG_FILLS_TASK,522 if ((flags & FLAG_FILLS_TASK) != 0) { in flagsToString()
46 import static android.window.TransitionInfo.FLAG_FILLS_TASK;405 && !change.hasFlags(FLAG_FILLS_TASK))) { in startAnimation()
38 import static android.window.TransitionInfo.FLAG_FILLS_TASK;1829 assertFalse(info.getChanges().get(0).hasFlags(FLAG_FILLS_TASK)); in testFlagFillsTask_embeddingNotFillingTask()1831 assertTrue(info.getChanges().get(1).hasFlags(FLAG_FILLS_TASK)); in testFlagFillsTask_embeddingNotFillingTask()1860 assertTrue(info.getChanges().get(0).hasFlags(FLAG_FILLS_TASK)); in testFlagFillsTask_openActivityFillingTask()1888 assertTrue(info.getChanges().get(0).hasFlags(FLAG_FILLS_TASK)); in testFlagFillsTask_closeActivityFillingTask()
50 import static android.window.TransitionInfo.FLAG_FILLS_TASK;3454 flags |= FLAG_FILLS_TASK; in getChangeFlags()