/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | SystemBarConfigs.java | 109 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 …]
|
D | CarSystemBar.java | 369 private void attachNavBarBySide(int side) { in attachNavBarBySide() argument 370 switch (side) { in attachNavBarBySide()
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehicleAreaSeat.java | 93 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/ |
D | ViewMatchers.java | 50 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()
|
D | PaddingMatcher.java | 39 public PaddingMatcher(Side side, int min, int max) { in PaddingMatcher() argument 40 mSide = side; in PaddingMatcher()
|
/packages/modules/adb/ |
D | protocol.txt | 13 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 …]
|
D | README.md | 9 … 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/ |
D | doxygenextra.css | 185 /* side bar and search */ 187 #side-nav
|
/packages/modules/GeoTZ/geotz_lookup/ |
D | jarjar-rules.txt | 1 # Move com.google.common.geometry and any transitive dependencies on guava to one side to avoid
|
D | Android.bp | 38 // Device side tests for the geotz_lookup code.
|
/packages/apps/Car/libs/car-uxr-client-lib/ |
D | README.md | 1 # Android Automotive App-side User Experience Restriction (UXR) library
|
/packages/services/Car/service/proto/ |
D | ble_packet.proto | 17 // Id of message for reassembly on other side
|
/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 154 // 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/ |
D | README.oem | 5 This directory contains a suggested structure for CTS-like host-side tests for checking the
|
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/ |
D | common_defines.h | 117 side, enumerator
|
/packages/modules/GeoTZ/locationtzprovider/ |
D | Android.bp | 37 // Device side tests for offlinelocationtimezoneprovider.
|
/packages/modules/GeoTZ/common/ |
D | Android.bp | 39 // Device side tests for the geotz_common code.
|
/packages/modules/NeuralNetworks/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
|
/packages/services/Car/tools/emulator/ |
D | README.md | 12 * On the device side, VHAL module VehicleService creates VehicleEmulator to
|
/packages/modules/Virtualization/docs/getting_started/ |
D | index.md | 19 ### Device-side tests
|
/packages/modules/NetworkStack/src/com/android/networkstack/metrics/ |
D | stats.proto | 166 * This will be defined as count metrics on server side
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | internals.md | 15 …side, `Reader` parses a JSON from a stream and publish events to a `Handler`. `Writer` implements …
|
D | faq.md | 271 …Some applications need to process very large JSON files. Some server-side applications need to pro…
|
/packages/apps/Car/libs/car-messenger-common/proto/ |
D | notification_msg.proto | 63 // An action request to be fulfilled on the Phone side.
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PhotoView.java | 919 private void drawVideoPlayIcon(GLCanvas canvas, int side) { in drawVideoPlayIcon() argument 920 int s = side / ICON_RATIO; in drawVideoPlayIcon()
|