Searched defs:below (Results 1 - 6 of 6) 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.java274 public void setBelowSpeedBump(boolean below) { argument
H A DActivatableNotificationView.java374 public void setBelowSpeedBump(boolean below) { argument
375 super.setBelowSpeedBump(below);
376 if (below != mIsBelowSpeedBump) {
377 mIsBelowSpeedBump = below;
/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/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

Completed in 2332 milliseconds