/frameworks/av/media/libaaudio/src/fifo/ |
D | FifoControllerBase.cpp | 28 , mThreshold(threshold) in FifoControllerBase() 53 return (int32_t)(mThreshold - getFullFramesAvailable()); in getEmptyFramesAvailable() 73 mThreshold = threshold; in setThreshold()
|
D | FifoControllerBase.h | 113 return mThreshold; in getThreshold() 123 fifo_frames_t mThreshold; variable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/ |
D | ThresholdSensorImpl.java | 42 private final float mThreshold; field in ThresholdSensorImpl 54 boolean below = event.values[0] < mThreshold; 70 mThreshold = threshold; in ThresholdSensorImpl() 205 isLoaded(), mRegistered, mPaused, mThreshold, mSensor); in toString()
|
/frameworks/base/core/java/com/android/internal/os/ |
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()
|
/frameworks/base/media/java/android/media/audiofx/ |
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() 951 sb.append(String.format(" Threshold: %f (dB)\n", mThreshold)); in toString() [all …]
|
/frameworks/base/core/java/android/widget/ |
D | AutoCompleteTextView.java | 122 private int mThreshold; field in AutoCompleteTextView 298 mThreshold = a.getInt(R.styleable.AutoCompleteTextView_completionThreshold, 2); in AutoCompleteTextView() 635 return mThreshold; in getThreshold() 657 mThreshold = threshold; in setThreshold() 880 + " threshold=" + mThreshold); in enoughToFilter() 881 return getText().length() >= mThreshold; in enoughToFilter()
|
D | SearchView.java | 1930 private int mThreshold; field in SearchView.SearchAutoComplete 1938 mThreshold = getThreshold(); in SearchAutoComplete() 1944 mThreshold = getThreshold(); in SearchAutoComplete() 1949 mThreshold = getThreshold(); in SearchAutoComplete() 1955 mThreshold = getThreshold(); in SearchAutoComplete() 1973 mThreshold = threshold; in setThreshold() 2035 return mThreshold <= 0 || super.enoughToFilter(); in enoughToFilter()
|
/frameworks/av/media/libaaudio/tests/ |
D | test_atomic_fifo.cpp | 125 mThreshold = threshold; in TestFifoBuffer() 134 ASSERT_EQ(mThreshold, mFifoBuffer.getThreshold()); in checkMisc() 332 fifo_frames_t mThreshold; member in TestFifoBuffer
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SlidingTab.java | 93 private float mThreshold; field in SlidingTab 550 mThreshold = isHorizontal() ? THRESHOLD : 1.0f - THRESHOLD; in onInterceptTouchEvent() 555 mThreshold = isHorizontal() ? 1.0f - THRESHOLD : THRESHOLD; in onInterceptTouchEvent() 603 float target = mThreshold * (isHorizontal() ? getWidth() : getHeight()); in onTouchEvent()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 26840 Landroid/media/audiofx/DynamicsProcessing$Limiter;->mThreshold:F 26851 Landroid/media/audiofx/DynamicsProcessing$MbcBand;->mThreshold:F 69740 Landroid/widget/AutoCompleteTextView;->mThreshold:I 72823 Landroid/widget/SearchView$SearchAutoComplete;->mThreshold:I
|