Home
last modified time | relevance | path

Searched refs:inside (Results 1 – 25 of 58) sorted by relevance

123

/frameworks/native/libs/ui/include_private/ui/
DRegionHelper.h73 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/
DFillBuffer.cpp64 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/
Dstderr.txt.expect1 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/
DCircleFramedDrawable.java97 final float inside = mScale * mSize; in draw() local
98 final float pad = (mSize - inside) / 2f; in draw()
/frameworks/rs/script_api/
Drs_io.spec35 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
Drs_time.spec21 system up time. It is not recommended to call these functions inside of a kernel.
/frameworks/layoutlib/
DREADME1 Layoutlib is a custom version of the android View framework designed to run inside Android Studio.
/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.md23 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/
Danr.md23 … 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/
Drs_io.rsh35 * 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/
DAndroid.bp27 // *.kt sources are inside a filegroup.
/frameworks/base/services/robotests/
DREADME1 This folder is for Robolectric tests inside the platform.
/frameworks/proto_logging/stats/enums/server/job/
Denums.proto21 // This file is for JobScheduler enums inside the server directory. If you're
/frameworks/proto_logging/stats/enums/app/job/
Djob_enums.proto21 // This file is for JobScheduler enums inside the app directory. If you're
/frameworks/proto_logging/stats/atoms/permissioncontroller/
Dpermissioncontroller_extension_atoms.proto65 * 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/
DREADME5 Each testcase is a separate .rs file, and comments inside the testcase are
/frameworks/av/media/libstagefright/timedtext/test/fuzzer/
Dtimedtext_fuzz.proto21 * purely inside timedtext_fuzzer.
/frameworks/base/packages/SystemUI/docs/
Dcorestartable.md25 4) Put the following definition inside your new module:
/frameworks/native/services/inputflinger/tests/
DAndroid.bp39 // For all targets inside inputflinger, these tests build all of their sources using their
/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
Dtest.proto42 * Enum that is inside the scope of a class.
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DVoteSummaryTest.kt181 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/
Dtest.proto40 * Enum that is inside the scope of a class.
/frameworks/proto_logging/stats/atoms/input/
Dinput_atoms.proto64 * 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/
Dsysui_atoms.proto205 // 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/
Dtsconfig.json60 …// "inlineSourceMap": true, /* Include sourcemap files inside the emitted…
61 …rue, /* Include source code in the sourcemaps inside the emitted JavaSc…

123