Searched refs:below (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dsobeloperator.cpp49 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);
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs6 localized titles are added in the language order specified below.
/frameworks/base/core/java/android/text/
H A DStaticLayout.java384 int above, below, top, bottom;
390 below = okDescent;
397 below = fitDescent;
404 below = fm.descent;
411 above, below, top, bottom,
586 int above, int below, int top, int bottom, int v,
616 fm.descent = below;
631 below = fm.descent;
647 mBottomPadding = bottom - below;
651 below
585 out(CharSequence text, int start, int end, int above, int below, int top, int bottom, int v, float spacingmult, float spacingadd, LineHeightSpan[] chooseHt, int[] chooseHtv, Paint.FontMetricsInt fm, boolean hasTabOrEmoji, boolean needMultiply, byte[] chdirs, int dir, boolean easy, int bufEnd, boolean includePad, boolean trackPad, char[] chs, float[] widths, int widthStart, TextUtils.TruncateAt ellipsize, float ellipsisWidth, float textWidth, TextPaint paint, boolean moreChars) argument
[all...]
/frameworks/base/media/mca/filterfw/native/
H A Dlibfilterfw.mk19 # Uncomment the requirements below, once we need them:
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java122 * The provided prompt view should appear below list content.
300 * The drop-down will occupy the entire screen below {@link #getAnchorView} regardless
564 // The call to PopupWindow's update method below can accept -1 for any
574 // The call to PopupWindow's update method below can accept -1 for any
850 final boolean below = !mPopup.isAboveAnchor();
866 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
867 (!below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN && curIndex >= lastItem)) {
904 if (below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN) {
910 } else if (!below && keyCode == KeyEvent.KEYCODE_DPAD_UP &&
H A DGridView.java561 View below;
566 below = fillDown(motionRowStart + numColumns, referenceView.getBottom() + verticalSpacing);
573 below = fillDown(motionRowEnd + numColumns, referenceView.getBottom() + verticalSpacing);
588 return below;
654 // Make sure we are 1) Too low, and 2) Either there are more rows below the
665 // Fill the gap that was opened below the last position with more rows, if
780 // Some of the newly selected item extends below the bottom of the
815 // Find space available below the selection into which we can
847 * selection. The new selection will be placed at, above, or below the
1161 // Remember stuff we will need down below
[all...]
H A DListView.java228 // It's OK to have some space below the last item if it is
793 * below it.
836 // Some of the newly selected item extends below the bottom of the list
854 // Find space available below the selection into which we can scroll
863 // Fill in views above and below
931 * selection. The new selection will be placed at, above, or below the
985 // Now put the new selection (B) below that
989 // Some of the newly selected item extends below the bottom of the list
1009 // Fill in views above and below
1056 // Find space available below th
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListPopupWindow.java117 * The provided prompt view should appear below list content.
277 * The drop-down will occupy the entire screen below {@link #getAnchorView} regardless of the
523 // The call to PopupWindow's update method below can accept -1 for any
533 // The call to PopupWindow's update method below can accept -1 for any
802 final boolean below = !mPopup.isAboveAnchor();
818 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
819 (!below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN && curIndex >= lastItem)) {
858 if (below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN) {
864 } else if (!below && keyCode == KeyEvent.KEYCODE_DPAD_UP &&
/frameworks/wilhelm/src/
H A DAndroid.mk44 # enable API logging; details are set separately by SL_TRACE_DEFAULT below

Completed in 603 milliseconds