Searched refs:below (Results 1 - 24 of 24) sorted by relevance

/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/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/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayout.java194 int below = -1;
196 below = getId(ID_APP_COMPAT_ACTION_BAR);
198 below = getId(ID_FRAMEWORK_BAR);
200 below = getId(ID_STATUS_BAR);
202 if (below != -1) {
203 params.addRule(BELOW, below);
262 // AppCompat ActionBar below it
/frameworks/base/media/mca/filterfw/native/
H A Dlibfilterfw.mk19 # Uncomment the requirements below, once we need them:
/frameworks/rs/script_api/
H A Drs_allocation_data.spec20 The functions below can be used to get and set the cells that comprise
H A Drs_debug.spec20 The functions below are intended to be used during application developement.
H A Drs_object_info.spec20 The functions below can be used to query the characteristics of an Allocation, Element,
44 The functions below let you query the characteristics of the type specificiation.
133 of an Allocation. See the rsElement* functions below.
H A Drs_time.spec20 The functions below can be used to tell the current clock time and the current
H A Drs_convert.spec20 The functions below convert from a numerical vector type to another, or from one color
142 # NOTE: The = below indicates that the generator should not add "overloadable" by default.
H A Drs_atomic.spec20 To update values shared between multiple threads, use the functions below.
H A Drs_object_types.spec20 The types below are used to manipulate RenderScript objects like allocations, samplers,
H A Drs_allocation_create.spec20 The functions below can be used to create Allocations from a Script.
H A Drs_math.spec20 The mathematical functions below can be applied to scalars and vectors. When applied
/frameworks/rs/tests/java_api/
H A DAndroid.mk29 # Tests that run on older devices (API 19 and below)
/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/core/java/android/widget/
H A DListPopupWindow.java130 * The provided prompt view should appear below list content.
320 * The drop-down will occupy the entire screen below {@link #getAnchorView} regardless
626 // The call to PopupWindow's update method below can accept -1 for any
637 // The call to PopupWindow's update method below can accept -1 for any
930 final boolean below = !mPopup.isAboveAnchor();
946 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
947 (!below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN && curIndex >= lastItem)) {
984 if (below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN) {
990 } else if (!below && keyCode == KeyEvent.KEYCODE_DPAD_UP &&
H A DGridView.java587 View below;
592 below = fillDown(motionRowStart + numColumns, referenceView.getBottom() + verticalSpacing);
599 below = fillDown(motionRowEnd + numColumns, referenceView.getBottom() + verticalSpacing);
614 return below;
680 // Make sure we are 1) Too low, and 2) Either there are more rows below the
691 // Fill the gap that was opened below the last position with more rows, if
806 // Some of the newly selected item extends below the bottom of the
841 // Find space available below the selection into which we can
873 * selection. The new selection will be placed at, above, or below the
1189 // Remember stuff we will need down below
[all...]
H A DListView.java308 // It's OK to have some space below the last item if it is
888 * below it.
931 // Some of the newly selected item extends below the bottom of the list
949 // Find space available below the selection into which we can scroll
958 // Fill in views above and below
1026 * selection. The new selection will be placed at, above, or below the
1080 // Now put the new selection (B) below that
1084 // Some of the newly selected item extends below the bottom of the list
1104 // Fill in views above and below
1151 // Find space available below th
[all...]
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DListPopupWindow.java166 * The provided prompt view should appear below list content.
357 * The drop-down will occupy the entire screen below {@link #getAnchorView} regardless
659 // The call to PopupWindow's update method below can accept -1 for any
670 // The call to PopupWindow's update method below can accept -1 for any
968 final boolean below = !mPopup.isAboveAnchor();
984 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
985 (!below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN && curIndex >= lastItem)) {
1022 if (below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN) {
1028 } else if (!below && keyCode == KeyEvent.KEYCODE_DPAD_UP &&
/frameworks/base/services/robotests/
H A DAndroid.mk40 # Dependency platform-robolectric-android-all-stubs below contains a bunch of Android classes as
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
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
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
/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 388 milliseconds