/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | SystemBarConfigs.java | 112 protected WindowManager.LayoutParams getLayoutParamsBySide(@SystemBarSide int side) { in getLayoutParamsBySide() 117 protected boolean getEnabledStatusBySide(@SystemBarSide int side) { in getEnabledStatusBySide() 132 protected boolean getHideForKeyboardBySide(@SystemBarSide int side) { in getHideForKeyboardBySide() 137 protected void insetSystemBar(@SystemBarSide int side, CarSystemBarView view) { in insetSystemBar() 149 void updateInsetPaddings(@SystemBarSide int side, in updateInsetPaddings() 360 private int getSystemBarTypeBySide(@SystemBarSide int side) { in getSystemBarTypeBySide() 402 private static boolean isHorizontalBar(@SystemBarSide int side) { in isHorizontalBar() 406 private static boolean isVerticalBar(@SystemBarSide int side) { in isVerticalBar() 419 private SystemBarConfig(@SystemBarSide int side, int barType, int girth, int zOrder, in SystemBarConfig() 479 private void setPaddingBySide(@SystemBarSide int side, int padding) { in setPaddingBySide() [all …]
|
D | CarSystemBar.java | 406 private void attachNavBarBySide(int side) { in attachNavBarBySide()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarShortcutMenuAccessibilityDelegate.java | 91 int side = action == MOVE_TO_TOP_OR_LEFT in performAction() local 105 side, in performAction() local 115 new Intent(), side, null, instanceIds.first); in performAction() local
|
/packages/modules/Bluetooth/system/embdrv/lc3/src/ |
D | lc3.c | 202 int nbytes, struct side_data *side, uint16_t *xq) in analyze() 253 const struct side_data *side, uint16_t *xq, int nbytes, void *buffer) in encode() 350 struct side_data side; in lc3_encode() local 420 const void *data, int nbytes, struct side_data *side) in decode() 466 const struct side_data *side, int nbytes) in synthesize() 592 struct side_data side; in lc3_decode() local
|
D | spec.c | 771 uint16_t *xq, struct lc3_spec_side *side) in lc3_spec_analyze() 820 enum lc3_dt dt, enum lc3_srate sr, const struct lc3_spec_side *side) in lc3_spec_put_side() 834 const uint16_t *xq, const lc3_spec_side_t *side, const float *x) in lc3_spec_encode() 860 enum lc3_dt dt, enum lc3_srate sr, struct lc3_spec_side *side) in lc3_spec_get_side() 877 int nbytes, const lc3_spec_side_t *side, float *x) in lc3_spec_decode()
|
/packages/modules/Bluetooth/system/embdrv/lc3/test/ |
D | ctypes.h | 489 static PyObject *new_tns_data(const struct lc3_tns_data *side) in new_tns_data() 509 static PyObject *to_tns_data(PyObject *obj, struct lc3_tns_data *side) in to_tns_data() 576 static PyObject *new_spec_side(const struct lc3_spec_side *side) in new_spec_side() 594 PyObject *obj, struct lc3_spec_side *side) in to_spec_data() 620 static PyObject *new_side_data(const struct side_data *side) in new_side_data() 640 static PyObject *to_side_data(PyObject *obj, struct side_data *side) in to_side_data()
|
D | spec_py.c | 133 struct lc3_spec_side side = { 0 }; in analyze_py() local
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehicleAreaSeat.java | 108 public static int fromRowAndSide(int rowNumber, int side) { in fromRowAndSide()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDetailsPairOtherController.java | 65 final int side = mCachedDevice.getDeviceSide(); in init() local
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | AccessibilityHearingAidPreferenceController.java | 145 final int side = device.getDeviceSide(); in getSummary() local
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceTest.java | 1087 int side = recv.awaitResultNoInterrupt(Duration.ofMillis(TIMEOUT_MS)) in serviceBinder_callGetDeviceSide() local
|
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/ |
D | common_defines.h | 117 side, enumerator
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid.cc | 810 bool side = capabilities & CAPABILITY_SIDE; in OnReadOnlyPropertiesRead() local 1570 bool side = device.capabilities & CAPABILITY_SIDE; in Dump() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
D | HearingAidService.java | 1123 int side = BluetoothHearingAid.SIDE_RIGHT; in getDeviceSide() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PhotoView.java | 919 private void drawVideoPlayIcon(GLCanvas canvas, int side) { in drawVideoPlayIcon()
|