Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/phone/
DPhoneStartingWindowTypeAlgorithm.java94 if (isSnapshotCompatible(windowInfo)) { in getSuggestedWindowType()
109 private boolean isSnapshotCompatible(StartingWindowInfo windowInfo) { in isSnapshotCompatible() method in PhoneStartingWindowTypeAlgorithm
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java1801 assertTrue(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatible()
1805 assertFalse(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatible()
1822 assertTrue(secondActivity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatibleTopActivityChanged()
1825 assertFalse(activity.isSnapshotCompatible(snapshot)); in testIsSnapshotCompatibleTopActivityChanged()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java2089 if (isSnapshotCompatible(snapshot)) { in getStartingWindowType()
2106 boolean isSnapshotCompatible(TaskSnapshot snapshot) { in isSnapshotCompatible() method in ActivityRecord
/frameworks/base/services/
Dart-profile44070 HPLcom/android/server/wm/ActivityRecord;->isSnapshotCompatible(Landroid/window/TaskSnapshot;)Z+]Lco…