Searched refs:getThreshold (Results 1 - 17 of 17) sorted by last modified time

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DSearchView.java1846 mThreshold = getThreshold();
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DAutoCompleteTextViewBindingAdapterTest.java43 assertEquals(mBindingObject.getCompletionThreshold(), mView.getThreshold());
47 assertEquals(mBindingObject.getCompletionThreshold(), mView.getThreshold());
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/libs/hwui/
H A DPathTessellator.cpp995 static inline float getThreshold(const PathApproximationInfo& info, float dx, float dy) { function in namespace:android::uirenderer
1011 if (depth >= MAX_DEPTH || d * d <= getThreshold(approximationInfo, dx, dy)) {
1048 if (depth >= MAX_DEPTH || d * d <= getThreshold(approximationInfo, dx, dy)) {
/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java635 public float getThreshold() { return mThreshold; } method in class:DynamicsProcessing.MbcBand
1002 public float getThreshold() { return mThreshold; } method in class:DynamicsProcessing.Limiter
2038 mbcBand.getThreshold(),
2070 limiter.getThreshold(),
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java59 * {@link #getThreshold() the threshold}.</p>
604 public int getThreshold() { method in class:AutoCompleteTextView
618 * @see #getThreshold()
843 * or exceeds the {@link #getThreshold} requirement. You can override
H A DMultiAutoCompleteTextView.java91 * if the length of that range meets or exceeds {@link #getThreshold}.
115 * meets or exceeds {@link #getThreshold}.
128 if (end - start >= getThreshold()) {
H A DSearchView.java1892 mThreshold = getThreshold();
1897 mThreshold = getThreshold();
1902 mThreshold = getThreshold();
1908 mThreshold = getThreshold();
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]
/frameworks/av/media/libaaudio/src/client/
H A DAudioEndpoint.cpp247 *actualFrames = mDataQueue->getThreshold();
253 return mDataQueue->getThreshold();
/frameworks/av/media/libaaudio/src/fifo/
H A DFifoBuffer.cpp203 fifo_frames_t FifoBuffer::getThreshold() { function in class:FifoBuffer
204 return mFifo->getThreshold();
H A DFifoBuffer.h56 fifo_frames_t getThreshold();
H A DFifoControllerBase.h109 fifo_frames_t getThreshold() const { function in class:android::FifoControllerBase
/frameworks/av/media/libaaudio/tests/
H A Dtest_atomic_fifo.cpp37 ASSERT_EQ(threshold, fifoController.getThreshold());
92 ASSERT_EQ(mThreshold, mFifoBuffer.getThreshold());
/frameworks/av/media/libeffects/dynamicsproc/
H A DEffectDynamicsProcessing.cpp870 values[5].f = pMbcBand->getThreshold();
920 values[6].f = pLimiter->getThreshold();
1165 // mbcBand.getThreshold(),
1221 // limiter.getThreshold(),
/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPBase.h136 float getThreshold() const { function in class:dp_fx::DPMbcBand
236 float getThreshold() const { function in class:dp_fx::DPLimiter
H A DDPFrequency.cpp323 pMbcBandParams->thresholdDb = pMbcBand->getThreshold();
361 cb.mLimiterParams.thresholdDb = pLimiter->getThreshold();

Completed in 220 milliseconds