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

/frameworks/support/transition/src/androidTest/java/androidx/transition/
H A DChangeBoundsTest.java56 assertThat(startHolder.green, is(below(startHolder.red)));
61 assertThat(endHolder.red, is(below(endHolder.green)));
78 private static TypeSafeMatcher<View> below(final View other) { method in class:ChangeBoundsTest
87 description.appendText("is placed below the specified view");
/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.java138 * or equal to 0 is the effective distance, and if a value below 0 is received, there should
322 * Set the notification appearance to be below the speed bump.
323 * @param below true if it is below.
325 public void setBelowSpeedBump(boolean below) { argument
H A DActivatableNotificationView.java482 public void setBelowSpeedBump(boolean below) { argument
483 super.setBelowSpeedBump(below);
484 if (below != mIsBelowSpeedBump) {
485 mIsBelowSpeedBump = below;
495 * @return whether we are below the speed bump
/frameworks/base/core/java/android/text/
H A DStaticLayout.java912 private int out(final CharSequence text, final int start, final int end, int above, int below, argument
942 fm.descent = below;
956 below = fm.descent;
1010 mBottomPadding = bottom - below;
1014 below = bottom;
1019 double ex = (below - above) * (spacingmult - 1) + spacingadd;
1031 lines[off + DESCENT] = below + extra;
1037 // below calculation as if it was the last line
1038 int maxLineBelow = includePad ? bottom : below;
1039 // similar to the calculation of v below, withou
[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 799 milliseconds