Home
last modified time | relevance | path

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

12

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarConfigs.java109 protected WindowManager.LayoutParams getLayoutParamsBySide(@SystemBarSide int side) { in getLayoutParamsBySide() argument
110 return mSystemBarConfigMap.get(side) != null in getLayoutParamsBySide()
111 ? mSystemBarConfigMap.get(side).getLayoutParams() : null; in getLayoutParamsBySide()
114 protected boolean getEnabledStatusBySide(@SystemBarSide int side) { in getEnabledStatusBySide() argument
115 switch (side) { in getEnabledStatusBySide()
129 protected boolean getHideForKeyboardBySide(@SystemBarSide int side) { in getHideForKeyboardBySide() argument
130 return mSystemBarConfigMap.get(side) != null in getHideForKeyboardBySide()
131 && mSystemBarConfigMap.get(side).getHideForKeyboard(); in getHideForKeyboardBySide()
134 protected void insetSystemBar(@SystemBarSide int side, CarSystemBarView view) { in insetSystemBar() argument
135 if (mSystemBarConfigMap.get(side) == null) return; in insetSystemBar()
[all …]
DCarSystemBar.java369 private void attachNavBarBySide(int side) { in attachNavBarBySide() argument
370 switch (side) { in attachNavBarBySide()
/packages/services/Car/car-lib/src/android/car/
DVehicleAreaSeat.java93 public static int fromRowAndSide(int rowNumber, int side) { in fromRowAndSide() argument
97 if (side < -1 || side > 1) { in fromRowAndSide()
102 seat = seat << (side + 1); in fromRowAndSide()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/matchers/
DViewMatchers.java50 public static Matcher<View> withPadding(Side side, int exactly) { in withPadding() argument
51 return new PaddingMatcher(side, exactly, exactly); in withPadding()
54 public static Matcher<View> withPaddingAtLeast(Side side, int min) { in withPaddingAtLeast() argument
55 return new PaddingMatcher(side, min, -1); in withPaddingAtLeast()
DPaddingMatcher.java39 public PaddingMatcher(Side side, int min, int max) { in PaddingMatcher() argument
40 mSide = side; in PaddingMatcher()
/packages/modules/adb/
Dprotocol.txt13 The host side becomes a simple comms bridge with no "UI", which will
75 large maxdata value, the connection with the other side must be closed.
147 stream on the recipient's side is ignored. The stream may have been
163 stream on the recipient's side is ignored. The stream may have been
183 stream on the recipient's side is ignored. The stream may have
198 outbound messages are discarded when the connection to the remote side
202 * when the connection to the remote side goes offline, the io pump
204 * when the connection to the remote side is established, the io pump
207 starts accepting messages to forward to the remote side
227 outbound connections and the connection to the remote side.
[all …]
DREADME.md9 … on the Host computer. On one side the Server exposes a "Smart Socket" to Clients such as adb or D…
34 …tocol built on top of it. This is what Clients connect onto from the Host side. The Client must al…
36 On the other side, the Server communicate with a device via a Transport. adb initially targeted dev…
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/misc/
Ddoxygenextra.css185 /* side bar and search */
187 #side-nav
/packages/modules/GeoTZ/geotz_lookup/
Djarjar-rules.txt1 # Move com.google.common.geometry and any transitive dependencies on guava to one side to avoid
DAndroid.bp38 // Device side tests for the geotz_lookup code.
/packages/apps/Car/libs/car-uxr-client-lib/
DREADME.md1 # Android Automotive App-side User Experience Restriction (UXR) library
/packages/services/Car/service/proto/
Dble_packet.proto17 // Id of message for reassembly on other side
/packages/services/Car/car-lib/src/android/car/navigation/
Dnavigation_state.proto154 // A left turn onto the opposite side of the same street, from 175
157 // A right turn onto the opposite side of the same street, from 175
319 // Arrival to a destination located on the left side of the road.
321 // Arrival to a destination located on the right side of the road.
379 // A left turn onto the opposite side of the same street, from 175
383 // A right turn onto the opposite side of the same street, from 175
/packages/apps/TimeZoneData/oem_template/xts/
DREADME.oem5 This directory contains a suggested structure for CTS-like host-side tests for checking the
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
Dcommon_defines.h117 side, enumerator
/packages/modules/GeoTZ/locationtzprovider/
DAndroid.bp37 // Device side tests for offlinelocationtimezoneprovider.
/packages/modules/GeoTZ/common/
DAndroid.bp39 // Device side tests for the geotz_common code.
/packages/modules/NeuralNetworks/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
/packages/services/Car/tools/emulator/
DREADME.md12 * On the device side, VHAL module VehicleService creates VehicleEmulator to
/packages/modules/Virtualization/docs/getting_started/
Dindex.md19 ### Device-side tests
/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
Dstats.proto166 * This will be defined as count metrics on server side
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dinternals.md15side, `Reader` parses a JSON from a stream and publish events to a `Handler`. `Writer` implements …
Dfaq.md271 …Some applications need to process very large JSON files. Some server-side applications need to pro…
/packages/apps/Car/libs/car-messenger-common/proto/
Dnotification_msg.proto63 // An action request to be fulfilled on the Phone side.
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoView.java919 private void drawVideoPlayIcon(GLCanvas canvas, int side) { in drawVideoPlayIcon() argument
920 int s = side / ICON_RATIO; in drawVideoPlayIcon()

12