Home
last modified time | relevance | path

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

1234

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarControllerImpl.java262 mSystemBarConfigs.getSystemBarSidesByZOrder().forEach(side -> { in init()
263 mHideBarForKeyboardMap.put(side, mSystemBarConfigs.getHideForKeyboardBySide(side)); in init()
456 return mSystemBarConfigs.getSystemBarSidesByZOrder().stream().allMatch(side -> { in checkSystemBarWindowContextsAreUpdated()
458 side).getResources().getConfiguration(); in checkSystemBarWindowContextsAreUpdated()
468 (map, side) -> { in cacheSystemBarCurrentState()
470 getBarViewController(side, isDeviceSetupForUser()) in cacheSystemBarCurrentState()
472 map.put(side, bundle); in cacheSystemBarCurrentState()
479 mSystemBarConfigs.getSystemBarSidesByZOrder().forEach(side -> { in restoreSystemBarSavedState()
480 getBarViewController(side, isDeviceSetupForUser()) in restoreSystemBarSavedState()
481 .onRestoreInstanceState(savedStates.get(side)); in restoreSystemBarSavedState()
[all …]
DCarSystemBarViewFactoryImpl.java59 public ViewGroup getSystemBarWindow(@SystemBarSide int side) { in getSystemBarWindow() argument
60 return getWindowCached(side); in getSystemBarWindow()
65 public CarSystemBarViewController getSystemBarViewController(@SystemBarSide int side, in getSystemBarViewController() argument
67 CarSystemBarViewController controller = getBarCached(side, isSetUp); in getSystemBarViewController()
70 Log.e(TAG, "system bar failed inflate for side " + side + " setup " + isSetUp); in getSystemBarViewController()
72 "Unable to inflate system bar for side " + side + " setup " + isSetUp in getSystemBarViewController()
78 private ViewGroup getWindowCached(@SystemBarSide int side) { in getWindowCached() argument
79 if (mCachedWindowMap.get(side) != null) { in getWindowCached()
80 return mCachedWindowMap.get(side); in getWindowCached()
83 ViewGroup window = mSystemBarConfigs.getWindowLayoutBySide(side); in getWindowCached()
[all …]
DSystemBarConfigsImpl.java152 public Context getWindowContextBySide(@SystemBarSide int side) { in getWindowContextBySide() argument
153 SystemBarConfig config = mSystemBarConfigMap.get(side); in getWindowContextBySide()
170 public ViewGroup getSystemBarLayoutBySide(@SystemBarSide int side, boolean isSetUp) { in getSystemBarLayoutBySide() argument
171 int layoutId = getSystemBarLayoutResBySide(side, isSetUp); in getSystemBarLayoutBySide()
176 return (ViewGroup) View.inflate(getWindowContextBySide(side), layoutId, /* root= */ null); in getSystemBarLayoutBySide()
179 private int getSystemBarLayoutResBySide(@SystemBarSide int side, boolean isSetUp) { in getSystemBarLayoutResBySide() argument
180 switch (side) { in getSystemBarLayoutResBySide()
214 public ViewGroup getWindowLayoutBySide(@SystemBarSide int side) { in getWindowLayoutBySide() argument
215 int windowId = getWindowIdBySide(side); in getWindowLayoutBySide()
219 ViewGroup window = (ViewGroup) View.inflate(getWindowContextBySide(side), in getWindowLayoutBySide()
[all …]
DSystemBarConfigs.java58 Context getWindowContextBySide(@SystemBarSide int side); in getWindowContextBySide() argument
64 ViewGroup getSystemBarLayoutBySide(@SystemBarSide int side, boolean isSetUp); in getSystemBarLayoutBySide() argument
70 ViewGroup getWindowLayoutBySide(@SystemBarSide int side); in getWindowLayoutBySide() argument
76 WindowManager.LayoutParams getLayoutParamsBySide(@SystemBarSide int side); in getLayoutParamsBySide() argument
81 boolean getEnabledStatusBySide(@SystemBarSide int side); in getEnabledStatusBySide() argument
86 boolean getHideForKeyboardBySide(@SystemBarSide int side); in getHideForKeyboardBySide() argument
93 void insetSystemBar(@SystemBarSide int side, ViewGroup view); in insetSystemBar() argument
107 int getSystemBarInsetTypeBySide(@SystemBarSide int side); in getSystemBarInsetTypeBySide() argument
DCarSystemBarViewFactory.java30 ViewGroup getSystemBarWindow(@SystemBarSide int side); in getSystemBarWindow() argument
34 CarSystemBarViewController getSystemBarViewController(@SystemBarSide int side, boolean isSetUp); in getSystemBarViewController() argument
DCarTopSystemBarViewController.java123 default CarSystemBarViewControllerImpl create(@SystemBarSide int side, ViewGroup view) { in create() argument
124 if (side == TOP) { in create()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DAmbientVolumePreference.java87 final Integer side = mSideToSliderMap.inverse().get(slider);
88 if (side != null) {
89 logMetrics(METRIC_KEY_AMBIENT_SLIDER, side);
91 mListener.onSliderValueChange(side, value);
217 sideToDeviceMap.forEach((side, device) -> in setupSliders()
218 createSlider(side, ORDER_AMBIENT_VOLUME_CONTROL_SEPARATED + side)); in setupSliders()
222 for (int side : VALID_SIDES) { in setupSliders()
223 final SliderPreference slider = mSideToSliderMap.get(side); in setupSliders()
233 public void setSliderEnabled(int side, boolean enabled) { in setSliderEnabled() argument
234 SliderPreference slider = mSideToSliderMap.get(side); in setSliderEnabled()
[all …]
DBluetoothDetailsPairOtherController.java81 final int side = mCachedDevice.getDeviceSide(); in updateButtonPreferenceTitle() local
82 final int stringRes = (side == HearingAidInfo.DeviceSide.SIDE_LEFT) in updateButtonPreferenceTitle()
/packages/modules/AdServices/shared/tests/side-less/
DAndroid.bp18 // Source for all tests - ideally should be used by a host-side
19 // project to run all of them (without "host-side" dependencies like
33 // Source for tests that can run by themselves in a side-less project,
34 // but could also be extended on device-side or host-side to provide
35 // tests for the device-side / host-side counterpart (typically rules)
38 // but there are some dependencies that are not available on host-side
/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/modules/AdServices/sdksandbox/tests/testutils/
DAndroid.bp23 "side-less/**/*.java",
25 path: "side-less",
34 "device-side/**/*.java",
57 "host-side/**/*.java",
/packages/modules/AdServices/shared/testing-libraries/side-less/
DAndroid.bp19 // Java classes that are used by both device-side and host-side test libraries
21 // device-side and "java_library_host" on host-side. Hence, projects including
/packages/modules/adb/docs/dev/
Dzero_length_packet.md5 a problem when the host side receives packet since is leverage the aprotocol to know what size
11 There is an asymmetry in how ADB communicates over USB. While all USB backends on the host side (Li…
12 Windows, Mac, and libusb) send ZLPs, the device side never does. Why is that? This document explains
34 On the sender side, the USB Controller is presented with a [buffer,size] pair called IRP. On the re…
35 side, a similar IRP is provided to the USB controller.
62 the DPs into an IRP on the other side?
92 received side "R", the USB controller is provided with a IRP of side 2048.
107 On the received side, the USB controller is provided with a IRP of size 4096.
124 receiver side, the USB controller is provided with an IRP of size 2148.
175 After the USB controller on the sender side has sent all the data in the IRP, it won't send anythin…
[all …]
Dprotocol.md13 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 …]
/packages/modules/AdServices/adservices/tests/test-util/
DAndroid.bp33 // Java classes that are used by both device-side and host-side tests
37 "side-less/**/*.java",
39 path: "side-less",
101 name: "adservices-host-side-test-utility",
103 "host-side/**/*.java",
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Dreadsamplesjoint.inc100 * Check if we need to do mid/side
104 int32_t side = dequant;
105 *(s - NROF_SUBBANDS) = mid + side;
106 dequant = mid - side;
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarShortcutMenuAccessibilityDelegate.java108 int side = action == MOVE_TO_TOP_OR_LEFT in performAction() local
116 .log(getLogEventForPosition(side)); in performAction()
123 side, in performAction() local
133 item.user.getIdentifier(), new Intent(), side, null, in performAction() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidServiceBinder.java192 int side = service.getCapabilities(device); in getDeviceSide() local
193 if (side != BluetoothHearingAid.SIDE_UNKNOWN) { in getDeviceSide()
194 side &= 1; in getDeviceSide()
197 return side; in getDeviceSide()
/packages/modules/Connectivity/remoteauth/
DREADME.md8 - Contains client side APIs and AIDL files.
17 - Server side implementation for RemoteAuth module services.
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityHearingAidPreferenceController.java164 final int side = device.getDeviceSide(); in loadSummary() local
165 if (side == HearingAidInfo.DeviceSide.SIDE_LEFT) { in loadSummary()
168 } else if (side == HearingAidInfo.DeviceSide.SIDE_RIGHT) { in loadSummary()
/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/
DAndroid.bp25 "side-less/**/*.java",
26 ":adservices-shared-device-side-meta-testing-sources",
/packages/modules/ExtServices/java/tests/hosttests/
DAndroid.bp35 "adservices-host-side-test-utility",
56 "adservices-host-side-test-utility",
/packages/modules/AdServices/adservices/tests/cts/hosttests/
DAndroid.bp37 "adservices-host-side-test-utility",
63 "adservices-host-side-test-utility",
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DAmbientVolumePreferenceTest.java97 mPreference.getSliders().forEach((side, slider) -> { in setUp()
100 if (side == SIDE_LEFT) { in setUp()
103 } else if (side == SIDE_RIGHT) { in setUp()
/packages/services/Telephony/utils/satellite/s2storage/
DAndroid.bp35 // device. Thus, we need to make it a java_library to support the device-side usage,
36 // `host_supported: true` to support the host-side usage.

1234