Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java2007 assertTrue(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatible()
2012 assertFalse(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatible()
2032 assertTrue(secondActivity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatibleTopActivityChanged()
2035 assertFalse(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatibleTopActivityChanged()
2055 assertTrue(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatibleTaskSizeChanged()
2061 assertFalse(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatibleTaskSizeChanged()
2073 assertTrue(activity.isSnapshotCompatible(rotatedSnapshot)); in testIsSnapshotCompatibleTaskSizeChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java2566 if (topAttached.isSnapshotCompatible(snapshot) in getStartingWindowType()
2585 if (isSnapshotCompatible(snapshot)) { in getStartingWindowType()
2604 boolean isSnapshotCompatible(TaskSnapshot snapshot) { in isSnapshotCompatible() method in ActivityRecord