Searched refs:isSnapshotCompatible (Results 1 – 3 of 3) sorted by relevance
1986 assertTrue(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatible()1991 assertFalse(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatible()2011 assertTrue(secondActivity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatibleTopActivityChanged()2014 assertFalse(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatibleTopActivityChanged()2034 assertTrue(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatibleTaskSizeChanged()2040 assertFalse(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatibleTaskSizeChanged()2052 assertTrue(activity.isSnapshotCompatible(rotatedSnapshot)); in testIsSnapshotCompatibleTaskSizeChanged()
1847 return isSnapshotCompatible(snapshot, visibleOpenActivities) ? snapshot : null;1850 static boolean isSnapshotCompatible(@NonNull TaskSnapshot snapshot,
2677 if (topAttached.isSnapshotCompatible(snapshot) in getStartingWindowType()2696 if (isSnapshotCompatible(snapshot)) { in getStartingWindowType()2715 boolean isSnapshotCompatible(TaskSnapshot snapshot) { in isSnapshotCompatible() method in ActivityRecord