/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
H A D | sobeloperator.cpp | 49 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()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ |
H A D | TooltipManager.kt | 52 private val below: Boolean = true 88 arrowLp.width.toFloat(), arrowLp.height.toFloat(), below)) 97 if (!below) { 123 layout.translationY = (y - p[1]).toFloat() - if (!below) layout.height else 0
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/ |
H A D | ThresholdSensorEvent.java | 28 public ThresholdSensorEvent(boolean below, long timestampNs) { in ThresholdSensorEvent() argument 29 mBelow = below; in ThresholdSensorEvent()
|
H A D | ThresholdSensorImpl.java | 58 boolean below = event.values[0] < mThreshold; 61 onSensorEvent(below, above, event.timestamp); 150 private void alertListenersInternal(boolean below, long timestampNs) { in alertListenersInternal() argument 153 listener.onThresholdCrossed(new ThresholdSensorEvent(below, timestampNs))); in alertListenersInternal()
|
/aosp12/system/extras/simpleperf/demo/ |
H A D | README.md | 19 meaning of each directory is as below: 28 It can be downloaded as below: 53 # and build this project successfully, otherwise the `./gradlew` command below will fail. 85 # and build this project sucessfully, otherwise the `./gradlew` command below will fail. 117 # and build this project sucessfully, otherwise the `./gradlew` command below will fail. 149 # and build this project sucessfully, otherwise the `./gradlew` command below will fail.
|
/aosp12/libnativehelper/tests/jni_gtest/ |
H A D | Android.bp | 1 // Do not use directly. Use the defaults below. 5 // the below license kinds from "libnativehelper_license":
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/sensors/ |
H A D | FakeThresholdSensor.java | 76 void triggerEvent(boolean below, long timestampNs) { in triggerEvent() argument 79 listener.onThresholdCrossed(new ThresholdSensorEvent(below, timestampNs)); in triggerEvent()
|
/aosp12/frameworks/native/libs/gralloc/types/fuzzer/ |
H A D | Android.bp | 5 // to get the below license kinds: 44 // produced, you may find uncommenting the below line very useful.
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/ |
H A D | README.txt | 1 1 To run this suite separately(each test case creates table and delete table) use below command 7 2. To run test suite not separately(creates table and delete table only once) use below command
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/test/ |
H A D | README.txt | 1 1 To run this suite separately(each test case creates table and delete table) use below command 7 2. To run test suite not separately(creates table and delete table only once) use below command
|
/aosp12/system/tools/aidl/metadata/ |
H A D | Android.bp | 6 // to get the below license kinds: 28 // private impl below
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipanat/test/ |
H A D | README.txt | 1 1 To run this suite separately(each test case creates table and delete table) use below command 7 2. To run test suite not separately(creates table and delete table only once) use below command
|
/aosp12/frameworks/base/tools/processors/staledataclass/ |
H A D | Android.bp | 6 // 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…
|
/aosp12/system/tools/hidl/metadata/ |
H A D | Android.bp | 6 // to get the below license kinds: 52 // private impl below
|
/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/ |
H A D | Android.bp | 5 // to get the below license kinds: 57 // produced, you may find uncommenting the below line very useful.
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | Layout.java | 216 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()
|
/aosp12/packages/modules/adb/libs/adbconnection/ |
H A D | Android.bp | 9 // to get the below license kinds: 32 // TODO(b/151398197) remove the below
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/logging/ |
H A D | contact_lookup_result.proto | 21 // DEPRECATED: see subcategories below 24 // DEPRECATED: see subcategories below 68 // Number was identified by a remote data source not listed below
|
/aosp12/frameworks/base/mime/java-res/ |
H A D | vendor.mime.types | 5 # 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):
|
/aosp12/frameworks/base/cmds/uinput/ |
H A D | README.md | 23 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.
|
/aosp12/frameworks/native/opengl/tests/angeles/ |
H A D | Android.bp | 15 // Please consider splitting the single license below into multiple licenses, 28 // large-scale-change filtered out the below license kinds as false-positives:
|
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | cec_key_handling.md | 9 The general action for key handling is described in the table below. 19 Special cases and flags per key are described below.
|
/aosp12/frameworks/native/ |
H A D | Android.bp | 11 // Please consider splitting the single license below into multiple licenses, 19 // large-scale-change filtered out the below license kinds as false-positives:
|
/aosp12/packages/modules/GeoTZ/data_pipeline/ |
H A D | Android.bp | 20 // to get the below license kinds: 36 // A library containing the code for the pipeline steps defined below. 112 // A library containing debug tooling. See java_binary_host definitions below for details.
|
/aosp12/frameworks/base/core/java/android/text/ |
H A D | StaticLayout.java | 913 private int out(final CharSequence text, final int start, final int end, int above, int below, 944 fm.descent = below; 958 below = fm.descent; 1015 mBottomPadding = bottom - below; 1019 below = bottom; 1024 double ex = (below - above) * (spacingmult - 1) + spacingadd; 1036 lines[off + DESCENT] = below + extra; 1043 int maxLineBelow = includePad ? bottom : below; 1048 v += (below - above) + extra;
|