Home
last modified time | relevance | path

Searched defs:mThresholds (Results 1 – 2 of 2) sorted by relevance

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DTrustedPresentationListenerTest.java73 private TrustedPresentationThresholds mThresholds = new TrustedPresentationThresholds( field in TrustedPresentationListenerTest
144 mActivity.getWindow().getDecorView().getWindowToken(), mThresholds, Runnable::run, in testAddTrustedPresentationListenerOnWindow() local
154 mActivity.getWindow().getDecorView().getWindowToken(), mThresholds, Runnable::run, in testRemoveTrustedPresentationListenerOnWindow() local
196 mActivity.getWindow().getDecorView().getWindowToken(), mThresholds, in testAddDuplicateListenerUpdatesThresholds() local
208 mThresholds, in testAddDuplicateThresholds() local
215 mThresholds, in testAddDuplicateThresholds() local
266 embeddedView.getWindowToken(), mThresholds, Runnable::run, mDefaultListener); in testAddListenerToScvh() local
334 mThresholds, in testInvisibleWindowsDoesNotOcclude() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DMeanLargerThanVerification.java39 private final float[] mThresholds; field in MeanLargerThanVerification