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

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorTestOperations/
VerifyNormOperation.java 37 private double mThreshold;
53 mThreshold = threshold;
77 mThreshold,
80 Assert.assertTrue(message, Math.abs(mReferenceValue - norm) <= mThreshold);
VerifyMeasurementsOperation.java 41 private final double mThreshold;
62 mThreshold = threshold;
79 success &= (delta <= mThreshold);
92 mThreshold,
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorMeasurementTests.java 63 private float mThreshold;
80 test.mThreshold = (Float)definition[3];
112 mThreshold);
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 103 private int mThreshold;
148 mThreshold = a.getInt(
490 return mThreshold;
512 mThreshold = threshold;
734 + " threshold=" + mThreshold);
735 return getText().length() >= mThreshold;
    [all...]
SearchView.java     [all...]
  /frameworks/base/services/java/com/android/server/
AssetAtlasService.java 659 private final int mThreshold;
688 mThreshold = threshold;
700 if (width * height <= mThreshold) continue;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 84 private float mThreshold;
536 mThreshold = isHorizontal() ? THRESHOLD : 1.0f - THRESHOLD;
541 mThreshold = isHorizontal() ? 1.0f - THRESHOLD : THRESHOLD;
589 float target = mThreshold * (isHorizontal() ? getWidth() : getHeight());
    [all...]

Completed in 490 milliseconds