/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | AuthenticationStatsCollector.java | 61 private final float mThreshold; field in AuthenticationStatsCollector 88 mThreshold = context.getResources() in AuthenticationStatsCollector() 110 mAuthenticationStatsPersister.persistFrrThreshold(mThreshold); in initializeUserAuthenticationStatsMap() 167 || authenticationStats.getFrr() < mThreshold) { in sendNotificationIfNeeded()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/ |
H A D | ThresholdSensorImpl.java | 46 private final float mThreshold; field in ThresholdSensorImpl 58 boolean below = event.values[0] < mThreshold; 74 mThreshold = threshold; in ThresholdSensorImpl() 218 isLoaded(), mRegistered, mPaused, mThreshold, mSensor); in toString()
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | BinderCallHeavyHitterWatcher.java | 117 private float mThreshold; field in BinderCallHeavyHitterWatcher 263 if (batchSize == mTotalInputSize && Math.abs(threshold - mThreshold) < EPSILON) { in setConfig() 302 mThreshold = threshold; in resetInternalLocked() 397 mListener.onHeavyHit(hitters, mTotalInputSize, mThreshold, in onTransaction()
|
/aosp14/frameworks/base/media/java/android/media/audiofx/ |
H A D | DynamicsProcessing.java | 526 private float mThreshold; field in DynamicsProcessing.MbcBand 560 mThreshold = threshold; in MbcBand() 577 mThreshold = cfg.mThreshold; in MbcBand() 592 sb.append(String.format(" Threshold: %f (dB)\n", mThreshold)); in toString() 635 public float getThreshold() { return mThreshold; } in getThreshold() 641 public void setThreshold(float threshold) { mThreshold = threshold; } in setThreshold() 900 private float mThreshold; field in DynamicsProcessing.Limiter 924 mThreshold = threshold; in Limiter() 938 mThreshold = cfg.mThreshold; in Limiter() 1002 public float getThreshold() { return mThreshold; } in getThreshold() [all …]
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | AutoCompleteTextView.java | 125 private int mThreshold; field in AutoCompleteTextView 312 mThreshold = a.getInt(R.styleable.AutoCompleteTextView_completionThreshold, 2); in AutoCompleteTextView() 649 return mThreshold; in getThreshold() 671 mThreshold = threshold; in setThreshold() 895 + " threshold=" + mThreshold); in enoughToFilter() 896 return getText().length() >= mThreshold; in enoughToFilter()
|
H A D | SearchView.java | 1937 private int mThreshold; field in SearchView.SearchAutoComplete 1945 mThreshold = getThreshold(); in SearchAutoComplete() 1951 mThreshold = getThreshold(); in SearchAutoComplete() 1956 mThreshold = getThreshold(); in SearchAutoComplete() 1962 mThreshold = getThreshold(); in SearchAutoComplete() 1980 mThreshold = threshold; in setThreshold() 2042 return mThreshold <= 0 || super.enoughToFilter(); in enoughToFilter()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | SlidingTab.java | 90 private float mThreshold; field in SlidingTab 547 mThreshold = isHorizontal() ? THRESHOLD : 1.0f - THRESHOLD; in onInterceptTouchEvent() 552 mThreshold = isHorizontal() ? 1.0f - THRESHOLD : THRESHOLD; in onInterceptTouchEvent() 600 float target = mThreshold * (isHorizontal() ? getWidth() : getHeight()); in onTouchEvent()
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | FakeSoundTriggerHal.java | 121 private int mThreshold = 0; field in FakeSoundTriggerHal.ModelSession 171 mThreshold = value; in setThresholdFactor() 177 return mThreshold; in getThresholdFactor()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 23962 Landroid/media/audiofx/DynamicsProcessing$Limiter;->mThreshold:F 23973 Landroid/media/audiofx/DynamicsProcessing$MbcBand;->mThreshold:F 66417 Landroid/widget/AutoCompleteTextView;->mThreshold:I 69500 Landroid/widget/SearchView$SearchAutoComplete;->mThreshold:I
|