Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
H A DCircleFramedDrawable.java97 final float inside = mScale * mSize; in draw() local
98 final float pad = (mSize - inside) / 2f; in draw()
/aosp14/frameworks/base/core/jni/
H A 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…
/aosp14/frameworks/base/services/permission/
H A DAndroid.bp27 // *.kt sources are inside a filegroup.
/aosp14/frameworks/base/services/robotests/
H A DREADME1 This folder is for Robolectric tests inside the platform.
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dcorestartable.md25 4) Put the following definition inside your new module:
H A Ddagger.md32 WindowManager are made available inside this Subcomponent.
H A Dqs-tiles.md23 All the classes described in this document that live inside SystemUI are only instantiated in the p…
/aosp14/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
H A Dtest.proto42 * Enum that is inside the scope of a class.
/aosp14/frameworks/base/tools/streaming_proto/test/
H A Dtest.proto40 * Enum that is inside the scope of a class.
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/
H A Dtsconfig.json60 …// "inlineSourceMap": true, /* Include sourcemap files inside the emitted…
61 …rue, /* Include source code in the sourcemaps inside the emitted JavaSc…
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A DREADME.md55 The device config XML has five element pairs all inside a root level `<config>`:
73 partitions. Each device partition has should be put inside a `<part/>` element.
101 partition. These pseudo partitions should be listed inside a `<part></part>`
105 Additionally, inside the `<part></part>` element pair, one should list
106 all the real partition that make up this pseudo partition inside of
125 You might notice there are additional `<test/>` elements as well contained inside of
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java267 boolean inside = (x > 0f && y > 0f && x < v.getWidth() & y < v.getHeight()); in isInside()
268 return inside; in isInside()
/aosp14/frameworks/base/libs/WindowManager/Shell/
H A DAndroid.bp169 // *.kt sources are inside a filegroup.
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java432 public void onReleased(boolean inside) { in onReleased() argument
434 if (sticky && inside) { in onReleased()
/aosp14/frameworks/base/tools/orientationplot/
H A DREADME.txt83 the device until it is inside/outside the limit for each orientation.
/aosp14/frameworks/base/services/
H A DAndroid.bp10 // Defaults for platform code that runs inside system_server
/aosp14/frameworks/base/packages/SystemUI/
H A DREADME.md38 called after being instantiated, and a reference to them is stored inside
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DREADME.md107 inside the `ExternalCaptureStateTracker.setCaptureState()` call stack *AND* to be acquired from
/aosp14/frameworks/base/media/native/midi/include/
H A DDoxyfile382 # are shown inside the group in which they are included (e.g. using \ingroup)
484 # undocumented members inside documented classes or files. If set to NO these
507 # documentation blocks found inside the body of a function. If set to NO, these
1165 # footer and what special commands can be used inside the footer. See also
1588 # the search. The filter options can be selected when the cursor is inside the
1733 # following commands have a special meaning inside the header: $title,
1746 # special commands can be used inside the footer.
1909 # it. A directory man3 will be created inside the directory specified by
2285 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
/aosp14/frameworks/base/core/java/android/view/
H A DView.java21142 final int inside = (mViewFlags & SCROLLBARS_OUTSIDE_MASK) == 0 ? ~0 : 0; in getHorizontalScrollBarBounds() local
21150 bounds.top = mScrollY + height - size - (mUserPaddingBottom & inside); in getHorizontalScrollBarBounds()
21151 bounds.left = mScrollX + (mPaddingLeft & inside); in getHorizontalScrollBarBounds()
21152 bounds.right = mScrollX + width - (mUserPaddingRight & inside) - verticalScrollBarGap; in getHorizontalScrollBarBounds()
21199 final int inside = (mViewFlags & SCROLLBARS_OUTSIDE_MASK) == 0 ? ~0 : 0; in getStraightVerticalScrollBarBounds() local
21211 bounds.left = mScrollX + width - size - (mUserPaddingRight & inside); in getStraightVerticalScrollBarBounds()
21214 bounds.left = mScrollX + (mUserPaddingLeft & inside); in getStraightVerticalScrollBarBounds()
21217 bounds.top = mScrollY + (mPaddingTop & inside); in getStraightVerticalScrollBarBounds()
21219 bounds.bottom = mScrollY + height - (mUserPaddingBottom & inside); in getStraightVerticalScrollBarBounds()
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto4095 // Tag FIELD_AUTOFILL_REQUEST_ORDINAL: sequence number of the request inside a session; starts
6201 // FIELD: Index of the autofill request inside of a session.
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...