Searched refs:getThreshold (Results 1 - 11 of 11) sorted by relevance

/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/av/media/libaaudio/src/fifo/
H A DFifoControllerBase.h109 fifo_frames_t getThreshold() const { function in class:android::FifoControllerBase
H A DFifoBuffer.h56 fifo_frames_t getThreshold();
H A DFifoBuffer.cpp199 fifo_frames_t FifoBuffer::getThreshold() { function in class:FifoBuffer
200 return mFifo->getThreshold();
/frameworks/av/media/libaaudio/src/client/
H A DAudioEndpoint.cpp235 *actualFrames = mDataQueue->getThreshold();
241 return mDataQueue->getThreshold();
/frameworks/base/core/java/android/widget/
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();
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
/frameworks/base/libs/hwui/
H A DPathTessellator.cpp1042 static inline float getThreshold(const PathApproximationInfo& info, float dx, float dy) { function in namespace:android::uirenderer
1060 || d * d <= getThreshold(approximationInfo, dx, dy)) {
1104 || d * d <= getThreshold(approximationInfo, dx, dy)) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1845 mThreshold = 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. ...

Completed in 517 milliseconds