/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
H A D | CircleFramedDrawable.java | 97 final float inside = mScale * mSize; in draw() local 98 final float pad = (mSize - inside) / 2f; in draw()
|
/aosp14/frameworks/base/core/jni/ |
H A 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…
|
/aosp14/frameworks/base/services/permission/ |
H A D | Android.bp | 27 // *.kt sources are inside a filegroup.
|
/aosp14/frameworks/base/services/robotests/ |
H A D | README | 1 This folder is for Robolectric tests inside the platform.
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | corestartable.md | 25 4) Put the following definition inside your new module:
|
H A D | dagger.md | 32 WindowManager are made available inside this Subcomponent.
|
H A D | qs-tiles.md | 23 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 D | test.proto | 42 * Enum that is inside the scope of a class.
|
/aosp14/frameworks/base/tools/streaming_proto/test/ |
H A D | test.proto | 40 * Enum that is inside the scope of a class.
|
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/ |
H A D | tsconfig.json | 60 …// "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 D | README.md | 55 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 D | ExpandHelper.java | 267 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 D | Android.bp | 169 // *.kt sources are inside a filegroup.
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | Keyboard.java | 432 public void onReleased(boolean inside) { in onReleased() argument 434 if (sticky && inside) { in onReleased()
|
/aosp14/frameworks/base/tools/orientationplot/ |
H A D | README.txt | 83 the device until it is inside/outside the limit for each orientation.
|
/aosp14/frameworks/base/services/ |
H A D | Android.bp | 10 // Defaults for platform code that runs inside system_server
|
/aosp14/frameworks/base/packages/SystemUI/ |
H A D | README.md | 38 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 D | README.md | 107 inside the `ExternalCaptureStateTracker.setCaptureState()` call stack *AND* to be acquired from
|
/aosp14/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 382 # 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 D | View.java | 21142 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 D | metrics_constants.proto | 4095 // 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |