Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/phone/
H A DPhoneStartingWindowTypeAlgorithm.java117 final int snapshotRotation = snapshot.getRotation(); in isSnapshotCompatible() local
120 + " snapshot " + snapshotRotation); in isSnapshotCompatible()
122 return taskRotation == snapshotRotation; in isSnapshotCompatible()