Searched refs:roundedOrientationDegrees (Results 1 – 1 of 1) sorted by relevance
131 int roundedOrientationDegrees = mLastDeviceOrientation.getDegrees(); in isInLandscape() local133 if (roundedOrientationDegrees % 180 == 90) { in isInLandscape()137 if (roundedOrientationDegrees % 180 == 0) { in isInLandscape()