/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 | 226 private void updateLeashesForSide(@InsetSide int side, int offset, int inset, in updateLeashesForSide() argument 228 ArraySet<InsetsSourceConsumer> items = mSideSourceMap.get(side); in updateLeashesForSide() 238 addTranslationToMatrix(side, offset, mTmpMatrix, mTmpFrame); in updateLeashesForSide() 245 private void addTranslationToMatrix(@InsetSide int side, int inset, Matrix m, Rect frame) { in addTranslationToMatrix() argument 246 switch (side) { in addTranslationToMatrix() 271 int side = typeSideMap.valueAt(i); in buildTypeSourcesMap() local 272 sideSourcesMap.add(side, consumers.get(type)); in buildTypeSourcesMap()
|
/frameworks/base/core/tests/BTtraffic/ |
D | README | 9 3. Bluetooth has to be turned on on both side. 23 To start the service on the SERVER side: 27 To start the service on the CLIENT side:
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ScreenDecorWindowTests.java | 272 private void assertInsetGreaterOrEqual(Activity activity, int side, int expected) { in assertInsetGreaterOrEqual() argument 273 waitForInsetGreaterOrEqual(activity, side, expected); in assertInsetGreaterOrEqual() 276 switch (side) { in assertInsetGreaterOrEqual() 292 private void waitForInsetGreaterOrEqual(Activity activity, int side, int expected) { in waitForInsetGreaterOrEqual() argument 295 switch (side) { in waitForInsetGreaterOrEqual()
|
/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/libs/net/common/ |
D | Android.bp | 161 // rules on the wifi side. 177 // rules on the wifi side.
|
/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/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 696 void setLastExclusionHeights(int side, int requested, int granted) { in setLastExclusionHeights() argument 697 boolean changed = mLastGrantedExclusionHeight[side] != granted in setLastExclusionHeights() 698 || mLastRequestedExclusionHeight[side] != requested; in setLastExclusionHeights() 702 logExclusionRestrictions(side); in setLastExclusionHeights() 705 mLastGrantedExclusionHeight[side] = granted; in setLastExclusionHeights() 706 mLastRequestedExclusionHeight[side] = requested; in setLastExclusionHeights() 3002 private void logExclusionRestrictions(int side) { in logExclusionRestrictions() argument 3004 || SystemClock.uptimeMillis() < mLastExclusionLogUptimeMillis[side] in logExclusionRestrictions() 3012 final long duration = now - mLastExclusionLogUptimeMillis[side]; in logExclusionRestrictions() 3013 mLastExclusionLogUptimeMillis[side] = now; in logExclusionRestrictions() [all …]
|
D | DockedStackDividerController.java | 431 int side = stack.getDockSide(); in positionDockedStackedDivider() local 432 switch (side) { in positionDockedStackedDivider()
|
/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/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/base/core/proto/android/service/ |
D | usb.proto | 83 // app that sets up the accessory side of the connection set this. Either way,
|
/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):
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rscript | 439 // ilogb(2^n) = n. Test at the boundary on either side of 2^n.
|