Searched refs:CAMERA_LENS_UNCOVERED (Results 1 – 3 of 3) sorted by relevance
524 public static final int CAMERA_LENS_UNCOVERED = 0; field
113 import static android.view.WindowManagerPolicy.WindowManagerFuncs.CAMERA_LENS_UNCOVERED;5694 int lensCoverState = lensCovered ? CAMERA_LENS_COVERED : CAMERA_LENS_UNCOVERED;5699 lensCoverState == CAMERA_LENS_UNCOVERED) {
3264 return CAMERA_LENS_UNCOVERED; in getCameraLensCoverState()