Searched refs:mLastDeviceOrientation (Results 1 – 1 of 1) sorted by relevance
60 private DeviceOrientation mLastDeviceOrientation = DeviceOrientation.CLOCKWISE_0; field in OrientationManagerImpl106 return mLastDeviceOrientation; in getDeviceOrientation()131 int roundedOrientationDegrees = mLastDeviceOrientation.getDegrees(); in isInLandscape()213 roundOrientation(mLastDeviceOrientation, orientation);214 if (roundedDeviceOrientation == mLastDeviceOrientation) {217 Log.v(TAG, "orientation changed (from:to) " + mLastDeviceOrientation +219 mLastDeviceOrientation = roundedDeviceOrientation;