Searched refs:mSeascapeRotation (Results 1 – 1 of 1) sorted by relevance
135 int mSeascapeRotation; // "other" landscape, 180 degrees from mLandscapeRotation field in DisplayRotation300 mSeascapeRotation = Surface.ROTATION_180; in configure()313 mSeascapeRotation = Surface.ROTATION_90; in configure()316 mSeascapeRotation = Surface.ROTATION_270; in configure()919 return mSeascapeRotation; in getSeascapeRotation()1274 return mSeascapeRotation; in rotationForOrientation()1309 return rotation == mLandscapeRotation || rotation == mSeascapeRotation; in isLandscapeOrSeascape()1501 pw.println(" mSeascapeRotation=" + Surface.rotationToString(mSeascapeRotation)); in dump()