Searched refs:CAMERA_LENS_UNCOVERED (Results 1 – 3 of 3) sorted by relevance
413 public static final int CAMERA_LENS_UNCOVERED = 0; field
137 import static android.view.WindowManagerPolicy.WindowManagerFuncs.CAMERA_LENS_UNCOVERED;4725 int lensCoverState = lensCovered ? CAMERA_LENS_COVERED : CAMERA_LENS_UNCOVERED;4730 lensCoverState == CAMERA_LENS_UNCOVERED) {
5650 return CAMERA_LENS_UNCOVERED; in getCameraLensCoverState()