Searched defs:mNeedsAnimationSetup (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DCameraSwitcher.java57 private boolean mNeedsAnimationSetup; field in class:CameraSwitcher
123 mNeedsAnimationSetup = true;
234 mNeedsAnimationSetup = false;
268 if (mNeedsAnimationSetup) {
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModuleSwitcher.java78 private boolean mNeedsAnimationSetup; field in class:ModuleSwitcher
186 mNeedsAnimationSetup = true;
342 mNeedsAnimationSetup = false;
372 if (mNeedsAnimationSetup) {

Completed in 81 milliseconds