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

12

/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/docs/html/ndk/downloads/
H A Ddownloads_toc.cs6 localized titles are added in the language order specified below.
/frameworks/base/docs/html/ndk/samples/
H A Dsamples_toc.cs6 localized titles are added in the language order specified below.
/frameworks/base/media/mca/filterfw/native/
H A Dlibfilterfw.mk19 # Uncomment the requirements below, once we need them:
/frameworks/rs/api/
H A Drs_allocation_data.spec20 The functions below can be used to get and set the cells that comprise
H A Drs_debug.spec20 The functions below are intended to be used during application developement.
H A Drs_object_info.spec20 The functions below can be used to query the characteristics of an Allocation, Element,
44 The functions below let you query the characteristics of the type specificiation.
133 of an Allocation. See the rsElement* functions below.
H A Drs_time.spec20 The functions below can be used to tell the current clock time and the current
H A Drs_convert.spec20 The functions below convert from a numerical vector type to another, of from one color
122 # NOTE: The = below indicates that the generator should not add "overloadable" by default.
H A Drs_atomic.spec20 To update values shared between multiple threads, use the functions below.
H A Drs_object_types.spec20 The types below are used to manipulate RenderScript objects like allocations, samplers,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayout.java173 int below = -1;
175 below = getId(ID_TITLE_BAR);
177 below = getId(ID_STATUS_BAR);
179 if (below != -1) {
180 params.addRule(BELOW, below);
/frameworks/base/docs/html/ndk/guides/
H A Dguides_toc.cs6 localized titles are added in the language order specified below.
/frameworks/base/docs/html/ndk/reference/
H A Dreference_toc.cs6 localized titles are added in the language order specified below.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java361 public void setBelowSpeedBump(boolean below) { argument
362 super.setBelowSpeedBump(below);
363 if (below != mIsBelowSpeedBump) {
364 mIsBelowSpeedBump = below;
H A DExpandableView.java190 * This view may have a bottom decor which will be placed below the content. If it has one, this
207 * @return whether this view has a decor view below it's content. This will make the intrinsic
327 public void setBelowSpeedBump(boolean below) { argument
/frameworks/base/core/java/android/text/
H A DStaticLayout.java726 // the order of storage here (top, bottom, ascent, descent) has to match the code below
861 int above, int below, int top, int bottom, int v,
891 fm.descent = below;
906 below = fm.descent;
929 mBottomPadding = bottom - below;
933 below = bottom;
939 double ex = (below - above) * (spacingmult - 1) + spacingadd;
951 lines[off + DESCENT] = below + extra;
953 v += (below - above) + extra;
860 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, int flags, 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
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java126 * The provided prompt view should appear below list content.
317 * 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
604 // The call to PopupWindow's update method below can accept -1 for any
883 final boolean below = !mPopup.isAboveAnchor();
899 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
900 (!below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN && curIndex >= lastItem)) {
937 if (below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN) {
943 } else if (!below && keyCode == KeyEvent.KEYCODE_DPAD_UP &&
H A DGridView.java582 View below;
587 below = fillDown(motionRowStart + numColumns, referenceView.getBottom() + verticalSpacing);
594 below = fillDown(motionRowEnd + numColumns, referenceView.getBottom() + verticalSpacing);
609 return below;
675 // Make sure we are 1) Too low, and 2) Either there are more rows below the
686 // Fill the gap that was opened below the last position with more rows, if
801 // Some of the newly selected item extends below the bottom of the
836 // Find space available below the selection into which we can
868 * selection. The new selection will be placed at, above, or below the
1183 // Remember stuff we will need down below
[all...]
H A DListView.java237 // It's OK to have some space below the last item if it is
804 * below it.
847 // Some of the newly selected item extends below the bottom of the list
865 // Find space available below the selection into which we can scroll
874 // Fill in views above and below
942 * selection. The new selection will be placed at, above, or below the
996 // Now put the new selection (B) below that
1000 // Some of the newly selected item extends below the bottom of the list
1020 // Fill in views above and below
1067 // 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 DMLand.java683 if (p.below(mHeight)) {
1119 public boolean below(int h) { method in class:MLand.Player

Completed in 594 milliseconds

12