Home
last modified time | relevance | path

Searched refs:side (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/base/core/java/android/transition/
DSidePropagation.java49 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/
DVrView.java280 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/
DInsetsAnimationControlImpl.java226 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/
DREADME9 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/
DScreenDecorWindowTests.java272 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/
Dlit.site.cfg19 # 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:
DREADME19 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/
Dlit.cfg19 ### Configuration file for target side debugger integration tests
60 # Apply host-side test macro substitutions
/frameworks/hardware/interfaces/sensorservice/1.0/
DREADME63 * 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/
Dlit.cfg19 ### Configuration file for target side debugger integration tests
85 # Apply target-side test macro substitutions
/frameworks/base/core/proto/android/app/job/
Denums.proto22 // adding enums for system-server-side code, use the file in
/frameworks/base/core/proto/android/server/job/
Denums.proto22 // adding enums for app-side code, use the file in
/frameworks/libs/net/common/
DAndroid.bp161 // rules on the wifi side.
177 // rules on the wifi side.
/frameworks/ml/nn/tools/systrace_parser/
Dcontract-between-code-and-parser.txt146 … 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/
DWindowState.java696 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 …]
DDockedStackDividerController.java431 int side = stack.getDockSide(); in positionDockedStackedDivider() local
432 switch (side) { in positionDockedStackedDivider()
/frameworks/rs/
DrsDefines.h459 RsBlasSide side; member
/frameworks/hardware/interfaces/stats/1.0/
DIStats.hal108 * atom ID and server-side configs.
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
Dtimestats.proto25 // changes to these messages, and keep google3 side proto messages in sync if
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md104 …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/
DREADME.txt87 a little to the side, or they hold the device loosely so its orientation
/frameworks/compile/slang/
DREADME.rst133 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/
Dusb.proto83 // 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/
Dlayered_filter_fast_f32.rscript6 // 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/
Dmath_fp16.rscript439 // ilogb(2^n) = n. Test at the boundary on either side of 2^n.

12