Home
last modified time | relevance | path

Searched refs:mIsInLandscape (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/widget/
DVideoRecordingHints.java58 private boolean mIsInLandscape = false; field in VideoRecordingHints
215 if (mIsInLandscape && !mAlphaAnimator.isRunning()) { in draw()
222 if (mIsInLandscape) { in draw()
245 mIsInLandscape = isInLandscape(); in onOrientationChanged()
247 if (mIsInLandscape) { in onOrientationChanged()