Searched defs:below (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskGrouping.java82 public boolean isTaskAboveTask(Task t, Task below) { argument
83 return mTaskKeyIndices.containsKey(t.key) && mTaskKeyIndices.containsKey(below.key) &&
84 mTaskKeyIndices.get(t.key) > mTaskKeyIndices.get(below.key);
/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/statusbar/
H A DActivatableNotificationView.java443 public void setBelowSpeedBump(boolean below) { argument
444 super.setBelowSpeedBump(below);
445 if (below != mIsBelowSpeedBump) {
446 mIsBelowSpeedBump = below;
H A DExpandableView.java264 public void setBelowSpeedBump(boolean below) { argument
/frameworks/base/core/java/android/text/
H A DStaticLayout.java730 // the order of storage here (top, bottom, ascent, descent) has to match the code below
871 int above, int below, int top, int bottom, int v,
901 fm.descent = below;
916 below = fm.descent;
939 mBottomPadding = bottom - below;
943 below = bottom;
949 double ex = (below - above) * (spacingmult - 1) + spacingadd;
961 lines[off + DESCENT] = below + extra;
963 v += (below - above) + extra;
870 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/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java682 if (p.below(mHeight)) {
1118 public boolean below(int h) { method in class:MLand.Player
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 171 milliseconds