HomeSort by relevance Sort by last modified time
    Searched refs:mBlockFocus (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/src/com/android/camera/ui/
PieRenderer.java 114 private boolean mBlockFocus;
183 mBlockFocus = false;
598 mBlockFocus = blocked;
651 if (mBlockFocus) return;
  /packages/apps/Camera2/src/com/android/camera/ui/
PieRenderer.java 135 private boolean mBlockFocus;
217 mBlockFocus = false;
917 mBlockFocus = blocked;
946 if (mBlockFocus) return;
    [all...]

Completed in 240 milliseconds