Home
last modified time | relevance | path

Searched refs:thresholdAngle (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/updates/
H A DDeviceFoldStateProviderTest.kt484 val thresholdAngle = (FULLY_OPEN_DEGREES - FULLY_OPEN_THRESHOLD_DEGREES).toInt() regex
486 sendHingeAngleEvent(thresholdAngle + 1)
493 val thresholdAngle = (FULLY_OPEN_DEGREES - FULLY_OPEN_THRESHOLD_DEGREES).toInt() regex
495 sendHingeAngleEvent(thresholdAngle + 1)
496 sendHingeAngleEvent(thresholdAngle - 1)
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DAnyMotionDetector.java132 DeviceIdleCallback callback, float thresholdAngle) { in AnyMotionDetector() argument
146 mThresholdAngle = thresholdAngle; in AnyMotionDetector()