Searched refs:mThresholds (Results 1 – 2 of 2) sorted by relevance
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/ |
D | MeanLargerThanVerification.java | 39 private final float[] mThresholds; field in MeanLargerThanVerification 49 mThresholds = thresholds; in MeanLargerThanVerification() 109 if ((Math.abs(means[i]) >= mExpected[i] + mThresholds[i])) { in verify() 121 SensorCtsHelper.formatFloatArray(mThresholds))); in verify() 127 return new MeanLargerThanVerification(mExpected, mThresholds);
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | TrustedPresentationListenerTest.java | 75 private TrustedPresentationThresholds mThresholds = new TrustedPresentationThresholds( field in TrustedPresentationListenerTest 130 mActivity.getWindow().getDecorView().getWindowToken(), mThresholds, Runnable::run, in testAddTrustedPresentationListenerOnWindow() local 140 mActivity.getWindow().getDecorView().getWindowToken(), mThresholds, Runnable::run, in testRemoveTrustedPresentationListenerOnWindow() local 170 nonExistentWindow, mThresholds, in testAddDuplicateListenerUpdatesThresholds() 178 mActivity.getWindow().getDecorView().getWindowToken(), mThresholds, in testAddDuplicateListenerUpdatesThresholds() local 190 mActivity.getWindow().getDecorView().getWindowToken(), mThresholds, in testAddDuplicateThresholds() local 196 mActivity.getWindow().getDecorView().getWindowToken(), mThresholds, in testAddDuplicateThresholds() local 244 mThresholds, in testAddListenerToScvh() local
|