Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/widget/
DVideoRecordingHints.java190 if (getVisibility() == VISIBLE && !isInLandscape()) { in onVisibilityChanged()
245 mIsInLandscape = isInLandscape(); in onOrientationChanged()
266 private boolean isInLandscape() { in isInLandscape() method in VideoRecordingHints