Home
last modified time | relevance | path

Searched refs:isSnapshotCompatible (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java1986 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()
/frameworks/base/services/core/java/com/android/server/wm/
DBackNavigationController.java1847 return isSnapshotCompatible(snapshot, visibleOpenActivities) ? snapshot : null;
1850 static boolean isSnapshotCompatible(@NonNull TaskSnapshot snapshot,
DActivityRecord.java2677 if (topAttached.isSnapshotCompatible(snapshot) in getStartingWindowType()
2696 if (isSnapshotCompatible(snapshot)) { in getStartingWindowType()
2715 boolean isSnapshotCompatible(TaskSnapshot snapshot) { in isSnapshotCompatible() method in ActivityRecord