Searched refs:mSeascapeRotation (Results 1 – 2 of 2) sorted by relevance
171 int mSeascapeRotation; // "other" landscape, 180 degrees from mLandscapeRotation field in DisplayRotation405 mSeascapeRotation = Surface.ROTATION_180; in configure()418 mSeascapeRotation = Surface.ROTATION_90; in configure()421 mSeascapeRotation = Surface.ROTATION_270; in configure()1030 return mSeascapeRotation; in getSeascapeRotation()1405 return mSeascapeRotation; in rotationForOrientation()1453 return rotation == mLandscapeRotation || rotation == mSeascapeRotation; in isLandscapeOrSeascape()1697 pw.println(" mSeascapeRotation=" + Surface.rotationToString(mSeascapeRotation)); in dump()
1068 displayRotation.mSeascapeRotation = Surface.ROTATION_90; in setReverseDefaultRotation()1071 displayRotation.mSeascapeRotation = Surface.ROTATION_270; in setReverseDefaultRotation()