Searched refs:mLandscapeRotation (Results 1 – 3 of 3) sorted by relevance
169 int mLandscapeRotation; // default landscape field in DisplayRotation404 mLandscapeRotation = Surface.ROTATION_0; in configure()417 mLandscapeRotation = Surface.ROTATION_270; in configure()420 mLandscapeRotation = Surface.ROTATION_90; in configure()430 mDemoHdmiRotation = mLandscapeRotation; in configure()439 mDemoRotation = mLandscapeRotation; in configure()1026 return mLandscapeRotation; in getLandscapeRotation()1391 return mLandscapeRotation; in rotationForOrientation()1416 return mLandscapeRotation; in rotationForOrientation()1453 return rotation == mLandscapeRotation || rotation == mSeascapeRotation; in isLandscapeOrSeascape()[all …]
1067 displayRotation.mLandscapeRotation = Surface.ROTATION_270; in setReverseDefaultRotation()1070 displayRotation.mLandscapeRotation = Surface.ROTATION_90; in setReverseDefaultRotation()
1922 assertEquals(defaultDisplayRotation.mLandscapeRotation, in testSecondaryInternalDisplayRotationFollowsDefaultDisplay()1924 assertEquals(defaultDisplayRotation.mLandscapeRotation, in testSecondaryInternalDisplayRotationFollowsDefaultDisplay()