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

  /frameworks/base/core/java/android/hardware/
Sensor.java 504 public static final int TYPE_PICK_UP_GESTURE = 25;
510 * @see #TYPE_PICK_UP_GESTURE
SensorManager.java 454 type == Sensor.TYPE_GLANCE_GESTURE || type == Sensor.TYPE_PICK_UP_GESTURE) {
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTest.java 188 final int TYPE_PICK_UP_GESTURE = 25;
193 hasOnlyOneWakeUpSensorOrEmpty(mSensorManager.getSensorList(TYPE_PICK_UP_GESTURE));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeService.java 135 mPickupSensor = new TriggerSensor(Sensor.TYPE_PICK_UP_GESTURE,
552 if (mSensor.getType() == Sensor.TYPE_PICK_UP_GESTURE) {

Completed in 461 milliseconds