Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateReadyForCapture.java89 private boolean mIsDecodingPicture; field in StateReadyForCapture
116 mIsDecodingPicture = false; in StateReadyForCapture()
129 mIsDecodingPicture = false; in StateReadyForCapture()
407 mIsDecodingPicture = true; in registerEventHandlers()
439 if (!mIsDecodingPicture) { in registerEventHandlers()
443 mIsDecodingPicture = false; in registerEventHandlers()
456 if (mIsTakingPicture && !mIsDecodingPicture) { in registerEventHandlers()