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

/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/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 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
H A DActivatableNotificationView.java361 public void setBelowSpeedBump(boolean below) { argument
362 super.setBelowSpeedBump(below);
363 if (below != mIsBelowSpeedBump) {
364 mIsBelowSpeedBump = below;
/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/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
/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 322 milliseconds