HomeSort by relevance Sort by last modified time
    Searched full:totalacceleration (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
MovementDetectorHelper.java 102 float totalAcceleration = Math.abs(linearAcceleration[0])
106 if (totalAcceleration > MOVEMENT_DETECTION_ACCELERATION_THRESHOLD) {

Completed in 116 milliseconds