/frameworks/native/libs/ui/include_private/ui/ |
D | RegionHelper.h | 73 int inside = spanner.next(current.top, current.bottom); in operator() local 74 spannerInner.prepare(inside); in operator() 106 int inside; in next() local 110 inside = lhs_before_rhs; in next() 120 inside = lhs_after_rhs; in next() 130 inside = lhs_coincide_rhs; in next() 141 return inside; in next() 167 int inside = SpannerBase::next(top, bottom, more_lhs, more_rhs); in next() local 174 return inside; in next() 207 inline void prepare(int inside) { in prepare() argument [all …]
|
/frameworks/native/libs/gui/tests/ |
D | FillBuffer.cpp | 64 bool inside = rect.left <= x && x < rect.right && in fillYV12BufferRect() local 66 buf[yuvTexOffsetY + (y * yuvTexStrideY) + x] = inside ? 240 : 64; in fillYV12BufferRect() 68 bool inside = rect.left <= 2*x && 2*x < rect.right && in fillYV12BufferRect() local 72 inside ? 16 : 255; in fillYV12BufferRect()
|
/frameworks/compile/slang/tests/F_foreach_from_kernel/ |
D | stderr.txt.expect | 1 foreach_from_kernel.rscript:13:3: error: Invalid kernel launch call made from inside another kernel.
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
D | CircleFramedDrawable.java | 97 final float inside = mScale * mSize; in draw() local 98 final float pad = (mSize - inside) / 2f; in draw()
|
/frameworks/rs/script_api/ |
D | rs_io.spec | 35 This function should not be called from inside a kernel, or from any function 50 This function should not be called from inside a kernel, or from any function
|
D | rs_time.spec | 21 system up time. It is not recommended to call these functions inside of a kernel.
|
/frameworks/layoutlib/ |
D | README | 1 Layoutlib is a custom version of the android View framework designed to run inside Android Studio.
|
/frameworks/base/core/jni/ |
D | android_view_InputEventReceiver.md | 23 To consume the events inside `handleEvent`, the app calls `InputConsumer::consume(.., consumeBatche… 29 In the previous section, we learned that the app can read events inside the `handleEvent` callback.… 33 To consume the events inside 'consume batched input' runnable, the app calls `InputConsumer::consum…
|
/frameworks/native/services/inputflinger/docs/ |
D | anr.md | 23 … that the event is delivered to the app. This is simply the current time inside `publishMotionEven… 49 This is a legacy behaviour that we are maintaining inside InputDispatcher. When an application is l… 53 …ed window to be dispatched. InputDispatcher will keep this focused event inside mPendingEvent unti… 69 … `inputPublisherBlocked = false`. All of the entries for this connection inside AnrTracker will be…
|
/frameworks/rs/script_api/include/ |
D | rs_io.rsh | 35 * This function should not be called from inside a kernel, or from any function 52 * This function should not be called from inside a kernel, or from any function
|
/frameworks/base/services/permission/ |
D | Android.bp | 27 // *.kt sources are inside a filegroup.
|
/frameworks/base/services/robotests/ |
D | README | 1 This folder is for Robolectric tests inside the platform.
|
/frameworks/proto_logging/stats/enums/server/job/ |
D | enums.proto | 21 // This file is for JobScheduler enums inside the server directory. If you're
|
/frameworks/proto_logging/stats/enums/app/job/ |
D | job_enums.proto | 21 // This file is for JobScheduler enums inside the app directory. If you're
|
/frameworks/proto_logging/stats/atoms/permissioncontroller/ |
D | permissioncontroller_extension_atoms.proto | 65 * Information about a button clicks made by user inside PermissionRationaleActivity 127 * Information about a button clicks made by user inside AppDataSharingUpdatesFragment
|
/frameworks/compile/slang/lit-tests/ |
D | README | 5 Each testcase is a separate .rs file, and comments inside the testcase are
|
/frameworks/av/media/libstagefright/timedtext/test/fuzzer/ |
D | timedtext_fuzz.proto | 21 * purely inside timedtext_fuzzer.
|
/frameworks/base/packages/SystemUI/docs/ |
D | corestartable.md | 25 4) Put the following definition inside your new module:
|
/frameworks/native/services/inputflinger/tests/ |
D | Android.bp | 39 // For all targets inside inputflinger, these tests build all of their sources using their
|
/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
D | test.proto | 42 * Enum that is inside the scope of a class.
|
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/ |
D | VoteSummaryTest.kt | 181 fun `summary valid if all requestedRefreshRates inside render rate limits`() { in summary valid if all requestedRefreshRates inside render rate limits()
|
/frameworks/base/tools/streaming_proto/test/integration/ |
D | test.proto | 40 * Enum that is inside the scope of a class.
|
/frameworks/proto_logging/stats/atoms/input/ |
D | input_atoms.proto | 64 * On supported devices, the starting point is taken during the hard interrupt inside the 65 * kernel touch driver. On all other devices, the starting point is taken inside 67 * The ending point is taken inside InputDispatcher, just after the input event
|
/frameworks/proto_logging/stats/atoms/sysui/ |
D | sysui_atoms.proto | 205 // e.g., number of contents inside a container (e.g., icons inside a folder) 415 // e.g., number of icons inside a folder 418 // e.g., (x, y) span of the widget inside homescreen grid system 469 // e.g., number of icons inside a folder 472 // e.g., (x, y) span of the widget inside homescreen grid system
|
/frameworks/base/packages/SystemUI/scripts/token_alignment/ |
D | tsconfig.json | 60 …// "inlineSourceMap": true, /* Include sourcemap files inside the emitted… 61 …rue, /* Include source code in the sourcemaps inside the emitted JavaSc…
|