Home
last modified time | relevance | path

Searched refs:below (Results 1 – 25 of 235) 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/base/packages/SystemUI/src/com/android/systemui/controls/
DTooltipManager.kt52 private val below: Boolean = true in <lambda>() constant
88 arrowLp.width.toFloat(), arrowLp.height.toFloat(), below)) in <lambda>()
97 if (!below) { in <lambda>()
123 layout.translationY = (y - p[1]).toFloat() - if (!below) layout.height else 0 in <lambda>()
/frameworks/base/mime/java-res/
Dvendor.mime.types5 # Each line below defines a mapping from one MIME type to the first of the
40 # Add your custom mappings below this line (with no "#" at the start of the line):
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java216 int below = -1; in createContentFrame() local
218 below = getId(ID_APP_COMPAT_ACTION_BAR); in createContentFrame()
220 below = getId(ID_FRAMEWORK_BAR); in createContentFrame()
222 below = getId(ID_STATUS_BAR); in createContentFrame()
224 if (below != -1) { in createContentFrame()
225 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
/frameworks/native/libs/gralloc/types/fuzzer/
DAndroid.bp30 // produced, you may find uncommenting the below line very useful.
/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/native/libs/binder/fuzzer/
DAndroid.bp45 // produced, you may find uncommenting the below line very useful.
/frameworks/base/core/tests/coretests/
Dfonts_readme.txt1 All fonts included in this project follow the below copyright and licensing:
/frameworks/base/tools/processors/staledataclass/
DAndroid.bp16 …// The --add-modules/exports flags below don't work for kotlinc yet, so pin this module to Java la…
/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/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.
/frameworks/base/core/java/android/widget/
DListPopupWindow.java966 final boolean below = !mPopup.isAboveAnchor();
982 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
983 (!below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN && curIndex >= lastItem)) {
1021 if (below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN) {
1027 } else if (!below && keyCode == KeyEvent.KEYCODE_DPAD_UP &&
/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/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
DAndroid.bp22 // The flag below turns on local debug printouts
/frameworks/base/services/core/java/com/android/server/hdmi/
Dcec_key_handling.md20 Special cases and flags for each key are described below
/frameworks/native/vulkan/
DREADME.md21 Install Python3 (if not already installed) and execute below:
/frameworks/compile/libbcc/tests/libbcc/
Ddebug_info_static_const_fp.ll7 ; explicit uses of "debug_info_static_const_fp" below.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java388 public void setBelowSpeedBump(boolean below) { in setBelowSpeedBump() argument
389 super.setBelowSpeedBump(below); in setBelowSpeedBump()
390 if (below != mIsBelowSpeedBump) { in setBelowSpeedBump()
391 mIsBelowSpeedBump = below; in setBelowSpeedBump()
/frameworks/base/data/keyboards/
DVendor_045e_Product_0b12.kl57 #Button below the "X" button
/frameworks/av/apex/
Dld.config.txt76 # Keep the below in sync with "sphal" namespace in system's /etc/ld.config.txt
97 # Keep the below in sync with "vndk" namespace in system's /etc/ld.config.txt
100 # we'll add the vndk paths below.
/frameworks/base/tests/ApkVerityTest/block_device_writer/
DAndroid.bp16 // like cc_binary_test_helper once supported, thus auto_gen_config:false below.

12345678910