Searched refs:FLAG_MOVED_TO_TOP (Results 1 – 4 of 4) sorted by relevance
35 import static android.window.TransitionInfo.FLAG_MOVED_TO_TOP;118 && (change.getFlags() & FLAG_MOVED_TO_TOP) != 0 in isOrderOnly()
160 public static final int FLAG_MOVED_TO_TOP = 1 << 20; field in TransitionInfo204 FLAG_MOVED_TO_TOP,552 if ((flags & FLAG_MOVED_TO_TOP) != 0) { in flagsToString()
42 import static android.window.TransitionInfo.FLAG_MOVED_TO_TOP;2142 assertTrue((info.getChanges().get(0).getFlags() & TransitionInfo.FLAG_MOVED_TO_TOP) != 0); in testMoveToTopWhileVisible()2240 hasOrderChange = hasOrderChange || (chg.getFlags() & FLAG_MOVED_TO_TOP) != 0; in testMoveToTopStartAfterReadyAfterParallel()2264 hasOrderChange = hasOrderChange || (chg.getFlags() & FLAG_MOVED_TO_TOP) != 0; in testMoveToTopStartAfterReadyBeforeParallel()2300 hasOrderChange = hasOrderChange || (chg.getFlags() & FLAG_MOVED_TO_TOP) != 0; in testMoveToTopStartBeforeReadyAfterParallel()2320 hasOrderChange = hasOrderChange || (chg.getFlags() & FLAG_MOVED_TO_TOP) != 0; in testMoveToTopStartBeforeReadyBeforeParallel()
58 import static android.window.TransitionInfo.FLAG_MOVED_TO_TOP;3481 flags |= FLAG_MOVED_TO_TOP; in getChangeFlags()