Home
last modified time | relevance | path

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

1234

/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/av/services/camera/libcameraservice/tests/
DAndroid.bp82 // 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/
DInsetsAnimationControlImpl.java461 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 …]
DInsetsSource.java479 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/
Dsimplex2d.agsl85 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/
DBatteryLayersDrawable.kt182 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/
DREADME_js-mainline.md5 - 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/
Dstats_flags.aconfig7 description: "Adds mobile_bytes_transfer_by_proc_state atom with system server side aggregation"
/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/base/media/java/android/media/tv/flags/
Dmedia_tv.aconfig16 description: "Enable the TV client-side AD framework."
/frameworks/native/services/surfaceflinger/FrontEnd/
Dreadme.md66 - 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/
DHearingAidInfo.java67 private HearingAidInfo(int side, int mode, long hiSyncId) { in HearingAidInfo() argument
68 mSide = side; in HearingAidInfo()
/frameworks/av/drm/
DREADME.md3 Starting in **Android U (14)**, `libmediadrm` (app-side) understands extra error
/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/base/services/core/java/com/android/server/wm/
DBLASTSync.md2 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/
Dlit.cfg19 ### Configuration file for target side debugger integration tests
85 # Apply target-side test macro substitutions
/frameworks/base/tools/hoststubgen/hoststubgen/
DAndroid.bp53 // 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/
Dadservices_api_metrics_enums.proto34 // Measurement - client side
/frameworks/av/media/audio/aconfig/
Daudiopolicy_framework.aconfig29 …nable new Test APIs that provide access to registered AudioMixes on system server and native side."
/frameworks/proto_logging/stats/enums/server/job/
Denums.proto22 // adding enums for app-side code, use the file in
/frameworks/proto_logging/stats/enums/app/job/
Djob_enums.proto22 // adding enums for system-server-side code, use the file in
/frameworks/av/media/module/bqhelper/
DAndroid.bp99 // libcodec2_hidl@1.x, etc. from service side. It could

1234