HomeSort by relevance Sort by last modified time
    Searched defs:below (Results 1 - 16 of 16) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
panel.h 47 struct panel *below; member in struct:panel
cursesp.h 188 inline NCursesPanel& below() const function in class:NCursesPanel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
panel.h 47 struct panel *below; member in struct:panel
cursesp.h 188 inline NCursesPanel& below() const function in class:NCursesPanel
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
PiecewiseLinearIndentationFunctor.java 36 * out below the top card and it is measured in real pixels.
38 * the actual visual distance below the top card but is a maximum,
97 int below = (int) itemsBefore; local
98 float partialIn = itemsBefore - below;
100 if (below == 0) {
104 float progress = mBaseValues.get(below - 1) * (1 - partialIn)
105 + mBaseValues.get(below) * partialIn;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
sobeloperator.cpp 49 const int below = (i < height - 1) ? curr + 4 * width : curr; local
55 *(dataPtr + below + c + right) - *(dataPtr + below + c + left);
57 (*(dataPtr + c + below) - *(dataPtr + c + above)) * 2 +
58 *(dataPtr + left + c + below) - *(dataPtr + left + c + above) +
59 *(dataPtr + right + c + below) - *(dataPtr + right + c + above);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTest.cpp 39 UChar below[1]; local
45 below[0] = rangeStart - 1;
51 EXPECT_EQ(SimplePath, Character::characterRangeCodePath(below, 1));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mr_dissim.c 111 const MODE_INFO *below = NULL; local
133 below = here + cm->mode_info_stride;
134 belowleft = below - 1;
135 GET_MV_SIGN(below)
142 belowright = below + 1;
162 below = here + cm->mode_info_stride;
163 belowleft = below - 1;
164 GET_MV(below)
171 belowright = below + 1;
  /external/libvpx/libvpx/vp8/encoder/
mr_dissim.c 110 const MODE_INFO *below = NULL; local
132 below = here + cm->mode_info_stride;
133 belowleft = below - 1;
134 GET_MV_SIGN(below)
141 belowright = below + 1;
161 below = here + cm->mode_info_stride;
162 belowleft = below - 1;
163 GET_MV(below)
170 belowright = below + 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mr_dissim.c 110 const MODE_INFO *below = NULL; local
132 below = here + cm->mode_info_stride;
133 belowleft = below - 1;
134 GET_MV_SIGN(below)
141 belowright = below + 1;
161 below = here + cm->mode_info_stride;
162 belowleft = below - 1;
163 GET_MV(below)
170 belowright = below + 1;
  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.cpp 247 // Return true if rect |a| is below |b|. False otherwise.
248 // For overlapping rects, |a| is considered to be below |b|
249 // if both edges of |a| are below the respective ones of |b|
250 static inline bool below(const LayoutRect& a, const LayoutRect& b) function in namespace:WebCore
273 return below(curRect, targetRect);
275 return below(targetRect, curRect);
580 if (below(startingRect, potentialRect)) {
586 } else if (below(potentialRect, startingRect)) {
  /external/chromium_org/tools/traceline/traceline/
assembler.h 69 below = 2, enumerator in enum:Condition
  /external/opencv/cv/src/
cvcalibinit.cpp 1203 CvCBCorner* first = 0, *first2 = 0, *right, *cur, *below, *c; local
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java 577 View below; local
582 below = fillDown(motionRowStart + numColumns, referenceView.getBottom() + verticalSpacing);
589 below = fillDown(motionRowEnd + numColumns, referenceView.getBottom() + verticalSpacing);
604 return below;
670 // Make sure we are 1) Too low, and 2) Either there are more rows below the
681 // Fill the gap that was opened below the last position with more rows, if
796 // Some of the newly selected item extends below the bottom of the
831 // Find space available below the selection into which we can
863 * selection. The new selection will be placed at, above, or below the
    [all...]
ListView.java 233 // It's OK to have some space below the last item if it is
800 * below it.
843 // Some of the newly selected item extends below the bottom of the list
861 // Find space available below the selection into which we can scroll
870 // Fill in views above and below
1349 View below; local
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 645 milliseconds