Home
last modified time | relevance | path

Searched refs:below (Results 1 – 25 of 239) sorted by relevance

12345678910

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dsobeloperator.cpp49 const int below = (i < height - 1) ? curr + 4 * width : curr; in computeGradient() local
55 *(dataPtr + below + c + right) - *(dataPtr + below + c + left); in computeGradient()
57 (*(dataPtr + c + below) - *(dataPtr + c + above)) * 2 + in computeGradient()
58 *(dataPtr + left + c + below) - *(dataPtr + left + c + above) + in computeGradient()
59 *(dataPtr + right + c + below) - *(dataPtr + right + c + above); in computeGradient()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java215 int below = -1; in createContentFrame() local
217 below = getId(ID_APP_COMPAT_ACTION_BAR); in createContentFrame()
219 below = getId(ID_FRAMEWORK_BAR); in createContentFrame()
221 below = getId(ID_STATUS_BAR); in createContentFrame()
223 if (below != -1) { in createContentFrame()
224 params.addRule(RelativeLayout.BELOW, below); in createContentFrame()
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_native_client_buffer.txt60 below the description of eglCreateImageKHR:
70 following the lifetime semantics described below in section 2.5.2; the
DREADME4 The table below tracks usage of EGL enumerant values that have been reserved
DEGL_ANDROID_image_native_buffer.txt65 "Values accepted for <target> are listed in Table aaa, below.
/frameworks/base/core/java/android/text/
DStaticLayout.java913 private int out(final CharSequence text, final int start, final int end, int above, int below,
944 fm.descent = below;
958 below = fm.descent;
1012 mBottomPadding = bottom - below;
1016 below = bottom;
1021 double ex = (below - above) * (spacingmult - 1) + spacingadd;
1033 lines[off + DESCENT] = below + extra;
1040 int maxLineBelow = includePad ? bottom : below;
1045 v += (below - above) + extra;
/frameworks/base/core/tests/coretests/
Dfonts_readme.txt1 All fonts included in this project follow the below copyright and licensing:
/frameworks/multidex/library/
DREADME10 limit won't execute on API below 14 because of linearalloc limit.
/frameworks/native/cmds/bugreportz/
Dreadme.md4 the simple protocol defined below.
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md6 …ist will be specified by colon separated filenames (see [Enabling layers](#Enabling-layers) below).
8 …rsed in the order they are specified, so the first layer will be directly below the application. …
14 … use (layer_id) and an entrypoint that can be called to look up functions below the layer. The en…
104 …y wait for the EGL Loader to initialize the function it cares about. See below for an example of …
106 … requests from the loader so the platform knows where to route calls. See below for an example of …
/frameworks/base/core/java/android/widget/
DListPopupWindow.java950 final boolean below = !mPopup.isAboveAnchor();
966 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
967 (!below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN && curIndex >= lastItem)) {
1004 if (below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN) {
1010 } else if (!below && keyCode == KeyEvent.KEYCODE_DPAD_UP &&
/frameworks/rs/script_api/
Drs_allocation_data.spec20 The functions below can be used to get and set the cells that comprise
Drs_debug.spec20 The functions below are intended to be used during application developement.
Drs_time.spec20 The functions below can be used to tell the current clock time and the current
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
DAndroid.bp22 // The flag below turns on local debug printouts
/frameworks/av/apex/
Dld.config.txt63 # Keep the below in sync with "sphal" namespace in system's /etc/ld.config.txt
84 # Keep the below in sync with "vndk" namespace in system's /etc/ld.config.txt
87 # we'll add the vndk paths below.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java465 public void setBelowSpeedBump(boolean below) { in setBelowSpeedBump() argument
466 super.setBelowSpeedBump(below); in setBelowSpeedBump()
467 if (below != mIsBelowSpeedBump) { in setBelowSpeedBump()
468 mIsBelowSpeedBump = below; in setBelowSpeedBump()
/frameworks/compile/libbcc/tests/libbcc/
Ddebug_info_static_const_fp.ll7 ; explicit uses of "debug_info_static_const_fp" below.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/
Dreadme.txt18 below assume a jar file (protobuf.jar) has been built and copied
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dfield_mask.proto53 // Field masks also have a custom JSON encoding (see below).
166 // not provide a mask as described below.
211 // In JSON, the same mask is represented as below:
/frameworks/base/core/java/android/net/
Dnetwork-policy-restrictions.md3 The tables below show whether an app has network access while on background depending on the status…
/frameworks/native/vulkan/api/templates/
Dvk_xml.tmpl67 // from happening. Otherwise users of C++ below C++11 won't get direct access to evaluating
145 <!-- Types generated from corresponding <enums> tags below -->
156 <!-- The PFN_vk*Function types are used by VkAllocCallbacks below -->
166 <!-- The PFN_vkVoidFunction type are used by VkGet*ProcAddr below -->
/frameworks/base/lowpan/tests/
DREADME.md27 See below for a few example of options to limit which tests are run.
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/
DREADME.md37 * `annotation_enum_size` must match `Annotation` message (see below)
/frameworks/base/wifi/tests/
DREADME.md27 See below for a few example of options to limit which tests are run.

12345678910