/frameworks/base/core/java/android/transition/ |
D | SidePropagation.java | 49 public void setSide(@GravityFlag int side) { in setSide() argument 50 mSide = side; in setSide() 123 final int side; in distance() local 126 side = isRtl ? Gravity.RIGHT : Gravity.LEFT; in distance() 129 side = isRtl ? Gravity.LEFT : Gravity.RIGHT; in distance() 131 side = mSide; in distance() 134 switch (side) { in distance()
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/ |
D | VrView.java | 280 public void cut(int side, float fractionx, float fractiony) { in cut() argument 282 f[side] += fractionx; in cut() 283 if (f[side] < 0) f[side] = 0; in cut() 284 if (f[side] > .8) f[side] = .8f; in cut() 285 f[side + 3] += fractiony; in cut() 286 if (f[side + 3] < 0) f[side + 3] = 0; in cut() 287 if (f[side + 3] > .8) f[side + 3] = .8f; in cut()
|
/frameworks/av/services/camera/libcameraservice/tests/ |
D | Android.bp | 82 // Only include libs that can't be run host-side here 98 // Only include libs that can't be run host-side here 109 // Only include sources that can't be run host-side here 130 // Only include libs that can't be run device-side here 136 // Only include libs that can't be run device-side here
|
/frameworks/base/core/java/android/view/ |
D | InsetsAnimationControlImpl.java | 461 private void updateLeashesForSide(@InternalInsetsSide int side, int offset, in updateLeashesForSide() argument 463 final ArraySet<InsetsSourceControl> controls = mSideControlsMap.get(side); in updateLeashesForSide() 477 addTranslationToMatrix(side, offset, mTmpMatrix, mTmpFrame); in updateLeashesForSide() 503 private void addTranslationToMatrix(@InternalInsetsSide int side, int offset, Matrix m, in addTranslationToMatrix() argument 507 switch (side) { in addTranslationToMatrix() 532 final int side = idSideMap.valueAt(i); in buildSideControlsMap() local 539 sideControlsMap.add(side, control); in buildSideControlsMap() 552 @InternalInsetsSide int side = InsetsSource.getInsetSide(control.getInsetsHint()); in buildSideControlsMap() local 553 if (side == SIDE_NONE && control.getType() == WindowInsets.Type.ime()) { in buildSideControlsMap() 555 side = SIDE_BOTTOM; in buildSideControlsMap() [all …]
|
D | InsetsSource.java | 479 static String sideToString(@InternalInsetsSide int side) { in sideToString() argument 480 switch (side) { in sideToString() 492 return "UNKNOWN:" + side; in sideToString()
|
/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/ |
D | simplex2d.agsl | 85 float side = step(v0.y, v0.x); 86 vec2 walk = vec2(side, 1.0 - side); 114 float side = step(v0.y, v0.x); 115 vec2 walk = vec2(side, 1.0 - side);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/ |
D | BatteryLayersDrawable.kt | 182 val side = Metrics.AttrRightCanvasInsets in setAttrRects() constant 194 if (rtl) sideRtl.left else side.left, in setAttrRects() 195 side.top, in setAttrRects() 196 vw - (if (rtl) sideRtl.right else side.right), in setAttrRects() 197 vh - side.bottom, in setAttrRects()
|
/frameworks/base/apex/jobscheduler/ |
D | README_js-mainline.md | 5 - JS service side classes are put in `service-jobscheduler.jar`. 12 - JS framework side classes are put in `framework-jobscheduler.jar`,
|
/frameworks/base/services/core/java/com/android/server/stats/ |
D | stats_flags.aconfig | 7 description: "Adds mobile_bytes_transfer_by_proc_state atom with system server side aggregation"
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | lit.site.cfg | 19 # This file is common to both host and target side tests 74 # Tools that are specific to running host-side debugger integration tests: 81 # Tools that are specific to running target-side debugger integration tests:
|
D | README | 19 The output is verified in the same way as host side tests, and the format 22 *** If you are running target-side tests, you must disable parallel
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | lit.cfg | 19 ### Configuration file for target side debugger integration tests 60 # Apply host-side test macro substitutions
|
/frameworks/base/media/java/android/media/tv/flags/ |
D | media_tv.aconfig | 16 description: "Enable the TV client-side AD framework."
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | readme.md | 66 - Handle layer lifecycles and update server-side state per layer. 80 RequestedLayerState is a simple data class that stores the server side layer state. 82 client side. The states can always be reconstructed from LayerCreationArgs and a list of 84 lifecycle itself. It consumes a list of transactions and generates a list of server side
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | HearingAidInfo.java | 67 private HearingAidInfo(int side, int mode, long hiSyncId) { in HearingAidInfo() argument 68 mSide = side; in HearingAidInfo()
|
/frameworks/av/drm/ |
D | README.md | 3 Starting in **Android U (14)**, `libmediadrm` (app-side) understands extra error
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | README | 63 * kernel calls decStrong() on server side implementation of IDirectChannel, 120 /* Server side implementation of IEventQueue holds a strong reference to 137 * kernel calls decStrong() on server side implementation of IEventQueue,
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BLASTSync.md | 2 There are two BLAST sync primitives on the server side, BLASTSyncEngine and applyWithNextDraw. 4 …1. You have some server side changes, which will trigger both WM/SysUI initiated SurfaceControl.Tr… 6 …2. You want to synchronize the redraw of those clients with the application of those WM/SysUI side… 11 To talk about exactly what the primitives guarantee, we need to clarify what we mean by server side… 16 The guarantee provided by Server-side BLAST Sync Primitives is thus: 111 Applying transactions from different process, and in to different server side transaction queues 129 resulting in the transaction being placed in different server side queues. 139 fired when the transaction has latched on the server side, any transaction applied
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | lit.cfg | 19 ### Configuration file for target side debugger integration tests 85 # Apply target-side test macro substitutions
|
/frameworks/base/tools/hoststubgen/hoststubgen/ |
D | Android.bp | 53 // This library contains helper classes used in the host side test environment at runtime. 103 // Host-side stub generator tool.
|
/frameworks/proto_logging/stats/enums/adservices/common/ |
D | adservices_api_metrics_enums.proto | 34 // Measurement - client side
|
/frameworks/av/media/audio/aconfig/ |
D | audiopolicy_framework.aconfig | 29 …nable new Test APIs that provide access to registered AudioMixes on system server and native side."
|
/frameworks/proto_logging/stats/enums/server/job/ |
D | enums.proto | 22 // adding enums for app-side code, use the file in
|
/frameworks/proto_logging/stats/enums/app/job/ |
D | job_enums.proto | 22 // adding enums for system-server-side code, use the file in
|
/frameworks/av/media/module/bqhelper/ |
D | Android.bp | 99 // libcodec2_hidl@1.x, etc. from service side. It could
|