Searched refs:CAMERA_LENS_UNCOVERED (Results 1 – 3 of 3) sorted by relevance
442 public static final int CAMERA_LENS_UNCOVERED = 0; field
36 import static android.view.WindowManagerPolicy.WindowManagerFuncs.CAMERA_LENS_UNCOVERED;5286 int lensCoverState = lensCovered ? CAMERA_LENS_COVERED : CAMERA_LENS_UNCOVERED;5291 lensCoverState == CAMERA_LENS_UNCOVERED) {
5630 return CAMERA_LENS_UNCOVERED; in getCameraLensCoverState()