Searched defs:isInRange (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DAUtils.h72 inline static bool isInRange(const T &hayStart, const U &haySize, const T &needle) { function
80 inline static bool isInRange( function
83 return isInRange(hayStart, haySize, needleStart)
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAUtils.h72 inline static bool isInRange(const T &hayStart, const U &haySize, const T &needle) { function
80 inline static bool isInRange( function
83 return isInRange(hayStart, haySize, needleStart)
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DAUtils.h72 inline static bool isInRange(const T &hayStart, const U &haySize, const T &needle) { function
80 inline static bool isInRange( function
83 return isInRange(hayStart, haySize, needleStart)
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackLayoutAlgorithm.java102 public boolean isInRange(float absX) { method in class:Range
736 if (!currentRange.isInRange(taskProgress)) {
753 if (!currentRange.isInRange(taskProgress)) {
861 boolean unfocusedVisible = mUnfocusedRange.isInRange(taskProgress);
862 boolean focusedVisible = mFocusedRange.isInRange(taskProgress);

Completed in 105 milliseconds