Searched defs:getThreshold (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libaaudio/src/fifo/
H A DFifoControllerBase.h109 fifo_frames_t getThreshold() const { function in class:android::FifoControllerBase
H A DFifoBuffer.cpp199 fifo_frames_t FifoBuffer::getThreshold() { function in class:FifoBuffer
200 return mFifo->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
/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/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 122 milliseconds