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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DPiecewiseLinearIndentationFunctor.java36 * 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;
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/
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/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskGrouping.java81 public boolean isTaskAboveTask(Task t, Task below) { argument
82 return mTaskKeyIndices.containsKey(t.key) && mTaskKeyIndices.containsKey(below.key) &&
83 mTaskKeyIndices.get(t.key) > mTaskKeyIndices.get(below.key);
/frameworks/base/core/java/android/text/
H A DStaticLayout.java387 int above, below, top, bottom;
393 below = okDescent;
400 below = fitDescent;
413 below = fmDescent;
424 above, below, top, bottom,
509 int above, int below, int top, int bottom, int v,
539 fm.descent = below;
554 below = fm.descent;
577 mBottomPadding = bottom - below;
581 below
508 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/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java374 public void setBelowSpeedBump(boolean below) { argument
375 super.setBelowSpeedBump(below);
376 if (below != mIsBelowSpeedBump) {
377 mIsBelowSpeedBump = below;
H A DExpandableView.java274 public void setBelowSpeedBump(boolean below) { argument
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java124 * The provided prompt view should appear below list content.
314 * The drop-down will occupy the entire screen below {@link #getAnchorView} regardless
578 // The call to PopupWindow's update method below can accept -1 for any
588 // The call to PopupWindow's update method below can accept -1 for any
864 final boolean below = !mPopup.isAboveAnchor();
880 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
881 (!below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN && curIndex >= lastItem)) {
918 if (below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN) {
924 } else if (!below && keyCode == KeyEvent.KEYCODE_DPAD_UP &&
H A DGridView.java577 View below;
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
1177 // Remember stuff we will need down below
[all...]
H A DListView.java233 // 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
938 * selection. The new selection will be placed at, above, or below the
992 // Now put the new selection (B) below that
996 // Some of the newly selected item extends below the bottom of the list
1016 // Fill in views above and below
1063 // Find space available below th
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java140 * The provided prompt view should appear below list content.
331 * The drop-down will occupy the entire screen below {@link #getAnchorView} regardless
593 // The call to PopupWindow's update method below can accept -1 for any
603 // The call to PopupWindow's update method below can accept -1 for any
882 final boolean below = !mPopup.isAboveAnchor();
898 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
899 (!below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN && curIndex >= lastItem)) {
936 if (below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN) {
942 } 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DLLand.java447 if (mPlaying && mDroid.below(mHeight)) {
767 public boolean below(int h) { method in class:LLand.Player
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs6 localized titles are added in the language order specified below.

Completed in 133 milliseconds