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

/frameworks/support/transition/tests/src/android/support/transition/
H A DChangeBoundsTest.java55 assertThat(startHolder.green, is(below(startHolder.red)));
60 assertThat(endHolder.red, is(below(endHolder.green)));
77 private static TypeSafeMatcher<View> below(final View other) { method in class:ChangeBoundsTest
86 description.appendText("is placed below the specified view");
/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 DExpandableView.java298 * Set the notification appearance to be below the speed bump.
299 * @param below true if it is below.
301 public void setBelowSpeedBump(boolean below) { argument
H A DActivatableNotificationView.java461 public void setBelowSpeedBump(boolean below) { argument
462 super.setBelowSpeedBump(below);
463 if (below != mIsBelowSpeedBump) {
464 mIsBelowSpeedBump = below;
474 * @return whether we are below the speed bump
/frameworks/base/core/java/android/text/
H A DStaticLayout.java761 // the order of storage here (top, bottom, ascent, descent) has to match the code below
902 int above, int below, int top, int bottom, int v,
932 fm.descent = below;
947 below = fm.descent;
988 mBottomPadding = bottom - below;
992 below = bottom;
997 double ex = (below - above) * (spacingmult - 1) + spacingadd;
1009 lines[off + DESCENT] = below + extra;
1014 // below calculation as if it was the last line
1015 int maxLineBelow = includePad ? bottom : below;
901 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
[all...]
/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 192 milliseconds