Home
last modified time | relevance | path

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

12345678910>>...51

/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/packages/SystemUI/src/com/android/systemui/util/sensors/
DThresholdSensor.java96 public ThresholdSensorEvent(boolean below, long timestampNs) { in ThresholdSensorEvent() argument
97 mBelow = below; in ThresholdSensorEvent()
DThresholdSensorImpl.java54 boolean below = event.values[0] < mThreshold;
57 onSensorEvent(below, above, event.timestamp);
146 private void alertListenersInternal(boolean below, long timestampNs) { in alertListenersInternal() argument
149 listener.onThresholdCrossed(new ThresholdSensorEvent(below, timestampNs))); in alertListenersInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/sensors/
DFakeThresholdSensor.java66 void triggerEvent(boolean below, long timestampNs) { in triggerEvent() argument
69 listener.onThresholdCrossed(new ThresholdSensorEvent(below, timestampNs)); in triggerEvent()
/frameworks/native/libs/gralloc/types/fuzzer/
DAndroid.bp5 // to get the below license kinds:
44 // produced, you may find uncommenting the below line very useful.
/frameworks/base/tools/processors/staledataclass/
DAndroid.bp6 // to get the below license kinds:
25 …// The --add-modules/exports flags below don't work for kotlinc yet, so pin this module to Java la…
/frameworks/native/libs/binder/tests/parcel_fuzzer/
DAndroid.bp5 // to get the below license kinds:
57 // produced, you may find uncommenting the below line very useful.
/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/av/media/extractors/fuzzers/
Dogg_extractor_fuzzer.dict2 # The below 4 bytes correspond to "OggS" in ASCII
Dflac_extractor_fuzzer.dict2 # The below 4 bytes correspond to "fLaC" in ASCII
/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/tests/angeles/
DAndroid.bp15 // Please consider splitting the single license below into multiple licenses,
28 // large-scale-change filtered out the below license kinds as false-positives:
/frameworks/native/
DAndroid.bp11 // Please consider splitting the single license below into multiple licenses,
19 // large-scale-change filtered out the below license kinds as false-positives:
/frameworks/base/services/core/java/com/android/server/hdmi/
Dcec_key_handling.md9 The general action for key handling is described in the table below.
19 Special cases and flags per key are described below.
/frameworks/compile/mclinker/lib/
DAndroid.bp5 // to get the below license kinds:
/frameworks/base/cmds/uinput/
DREADME.md23 All of the input commands should be in pseudo-JSON format as documented below.
63 Device abs_info fields are provided to set the device axes information. It is an array of below
70 ABS information object is defined as below:
137 see the example below.
/frameworks/native/cmds/surfacereplayer/
DAndroid.bp5 // to get the below license kinds:
/frameworks/compile/libbcc/tools/
DAndroid.bp5 // to get the below license kinds:
/frameworks/base/tools/preload/loadclass/
DAndroid.bp5 // to get the below license kinds:
/frameworks/av/media/libaaudio/examples/
DAndroid.bp5 // to get the below license kinds:
/frameworks/native/services/vr/
DAndroid.bp5 // to get the below license kinds:
/frameworks/av/services/audiopolicy/
DAndroid.bp5 // to get the below license kinds:
/frameworks/base/core/tests/coretests/apks/overlay_config/
DAndroid.bp5 // to get the below license kinds:
/frameworks/native/libs/vr/
DAndroid.bp5 // to get the below license kinds:

12345678910>>...51