/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/base/core/java/android/view/ |
D | InsetsAnimationControlImpl.java | 329 private void updateLeashesForSide(@InternalInsetsSide int side, int offset, int maxInset, in updateLeashesForSide() argument 331 ArraySet<InsetsSourceControl> items = mSideSourceMap.get(side); in updateLeashesForSide() 343 addTranslationToMatrix(side, offset, mTmpMatrix, mTmpFrame); in updateLeashesForSide() 345 final boolean visible = mHasZeroInsetsIme && side == ISIDE_BOTTOM in updateLeashesForSide() 364 private void addTranslationToMatrix(@InternalInsetsSide int side, int inset, Matrix m, in addTranslationToMatrix() argument 366 switch (side) { in addTranslationToMatrix() 391 final int side = typeSideMap.valueAt(i); in buildTypeSourcesMap() local 398 sideSourcesMap.add(side, control); in buildTypeSourcesMap()
|
/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/tests/wmtests/src/com/android/server/wm/ |
D | ScreenDecorWindowTests.java | 288 private void assertInsetGreaterOrEqual(Activity activity, int side, int expected) { in assertInsetGreaterOrEqual() argument 289 waitForInsetGreaterOrEqual(activity, side, expected); in assertInsetGreaterOrEqual() 292 switch (side) { in assertInsetGreaterOrEqual() 308 private void waitForInsetGreaterOrEqual(Activity activity, int side, int expected) { in waitForInsetGreaterOrEqual() argument 311 switch (side) { in waitForInsetGreaterOrEqual()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | GestureNavigationSettingsObserver.java | 102 private int getSensitivity(Resources userRes, String side) { in getSensitivity() argument 111 mContext.getContentResolver(), side, 1.0f, UserHandle.USER_CURRENT); in getSensitivity()
|
/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/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/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/core/proto/android/app/job/ |
D | enums.proto | 22 // adding enums for system-server-side code, use the file in
|
/frameworks/base/core/proto/android/server/job/ |
D | enums.proto | 22 // adding enums for app-side code, use the file in
|
/frameworks/av/media/libstagefright/bqhelper/ |
D | Android.bp | 93 // libcodec2_hidl@1.x, etc. from service side. It could
|
/frameworks/libs/net/common/ |
D | Android.bp | 90 // rules on the wifi side. 106 // rules on the wifi side.
|
/frameworks/base/core/proto/android/view/inputmethod/ |
D | inputmethodeditortrace.proto | 59 /* groups together the dump from ime related client side classes */
|
/frameworks/ml/nn/tools/systrace_parser/ |
D | contract-between-code-and-parser.txt | 146 … t10: t_m_w:E|T1 stub code. For the driver side, the 168 … Note: the driver-side HIDL traces get us
|
/frameworks/rs/ |
D | rsDefines.h | 459 RsBlasSide side; member
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | IStats.hal | 108 * atom ID and server-side configs.
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | timestats.proto | 25 // changes to these messages, and keep google3 side proto messages in sync if
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 819 void setLastExclusionHeights(int side, int requested, int granted) { in setLastExclusionHeights() argument 820 boolean changed = mLastGrantedExclusionHeight[side] != granted in setLastExclusionHeights() 821 || mLastRequestedExclusionHeight[side] != requested; in setLastExclusionHeights() 825 logExclusionRestrictions(side); in setLastExclusionHeights() 828 mLastGrantedExclusionHeight[side] = granted; in setLastExclusionHeights() 829 mLastRequestedExclusionHeight[side] = requested; in setLastExclusionHeights() 3301 private void logExclusionRestrictions(int side) { in logExclusionRestrictions() argument 3303 || SystemClock.uptimeMillis() < mLastExclusionLogUptimeMillis[side] in logExclusionRestrictions() 3311 final long duration = now - mLastExclusionLogUptimeMillis[side]; in logExclusionRestrictions() 3312 mLastExclusionLogUptimeMillis[side] = now; in logExclusionRestrictions() [all …]
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 104 …p along the left side of the screen, and then to the top right of the screen (assume a view that i…
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 87 a little to the side, or they hold the device loosely so its orientation
|
/frameworks/compile/slang/ |
D | README.rst | 133 variables to Android's Java side. That is, scripts are accessible from 267 redraw is necessary until something changes on the Java side. Any
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layered_filter_fast_f32.rscript | 6 // Render Script. These functions are accessible from Java side. The assumptions 7 // made in this file are (consistent with Java side):
|