Searched refs:isLandscapeOrSeascape (Results 1 – 2 of 2) sorted by relevance
1257 if (isLandscapeOrSeascape(preferredRotation)) { in rotationForOrientation()1271 if (isLandscapeOrSeascape(preferredRotation)) { in rotationForOrientation()1279 if (isLandscapeOrSeascape(preferredRotation)) { in rotationForOrientation()1282 if (isLandscapeOrSeascape(lastRotation)) { in rotationForOrientation()1308 private boolean isLandscapeOrSeascape(int rotation) { in isLandscapeOrSeascape() method in DisplayRotation1331 return isLandscapeOrSeascape(preferredRotation); in isValidRotationChoice()
46213 HPLcom/android/server/wm/DisplayRotation;->isLandscapeOrSeascape(I)Z