/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | SystemBarConfigs.java | 58 Context getWindowContextBySide(@SystemBarSide int side); in getWindowContextBySide() 64 ViewGroup getSystemBarLayoutBySide(@SystemBarSide int side, boolean isSetUp); in getSystemBarLayoutBySide() 70 ViewGroup getWindowLayoutBySide(@SystemBarSide int side); in getWindowLayoutBySide() 76 WindowManager.LayoutParams getLayoutParamsBySide(@SystemBarSide int side); in getLayoutParamsBySide() 81 boolean getEnabledStatusBySide(@SystemBarSide int side); in getEnabledStatusBySide() 86 boolean getHideForKeyboardBySide(@SystemBarSide int side); in getHideForKeyboardBySide() 93 void insetSystemBar(@SystemBarSide int side, ViewGroup view); in insetSystemBar() 107 int getSystemBarInsetTypeBySide(@SystemBarSide int side); in getSystemBarInsetTypeBySide()
|
D | SystemBarConfigsImpl.java | 152 public Context getWindowContextBySide(@SystemBarSide int side) { in getWindowContextBySide() 170 public ViewGroup getSystemBarLayoutBySide(@SystemBarSide int side, boolean isSetUp) { in getSystemBarLayoutBySide() 179 private int getSystemBarLayoutResBySide(@SystemBarSide int side, boolean isSetUp) { in getSystemBarLayoutResBySide() 214 public ViewGroup getWindowLayoutBySide(@SystemBarSide int side) { in getWindowLayoutBySide() 232 private int getWindowIdBySide(@SystemBarSide int side) { in getWindowIdBySide() 243 public WindowManager.LayoutParams getLayoutParamsBySide(@SystemBarSide int side) { in getLayoutParamsBySide() 251 public boolean getEnabledStatusBySide(@SystemBarSide int side) { in getEnabledStatusBySide() 267 public boolean getHideForKeyboardBySide(@SystemBarSide int side) { in getHideForKeyboardBySide() 273 public void insetSystemBar(@SystemBarSide int side, ViewGroup view) { in insetSystemBar() 289 public int getSystemBarInsetTypeBySide(@SystemBarSide int side) { in getSystemBarInsetTypeBySide() [all …]
|
D | CarSystemBarViewFactoryImpl.java | 59 public ViewGroup getSystemBarWindow(@SystemBarSide int side) { in getSystemBarWindow() 65 public CarSystemBarViewController getSystemBarViewController(@SystemBarSide int side, in getSystemBarViewController() 78 private ViewGroup getWindowCached(@SystemBarSide int side) { in getWindowCached() 88 private CarSystemBarViewController getBarCached(@SystemBarSide int side, boolean isSetUp) { in getBarCached()
|
D | CarSystemBarViewFactory.java | 30 ViewGroup getSystemBarWindow(@SystemBarSide int side); in getSystemBarWindow() 34 CarSystemBarViewController getSystemBarViewController(@SystemBarSide int side, boolean isSetUp); in getSystemBarViewController()
|
D | CarSystemBarViewControllerFactory.java | 30 T create(@SystemBarSide int side, ViewGroup view); in create()
|
D | CarSystemBarController.java | 53 void registerBarTouchListener(@SystemBarSide int side, View.OnTouchListener listener); in registerBarTouchListener()
|
D | CarSystemBarControllerImpl.java | 554 ViewGroup getBarWindow(@SystemBarSide int side) { in getBarWindow() 561 CarSystemBarViewController getBarViewController(@SystemBarSide int side, boolean isSetUp) { in getBarViewController() 578 public void registerBarTouchListener(@SystemBarSide int side, View.OnTouchListener listener) { in registerBarTouchListener() 772 private WindowManager getWindowManagerForSide(@SystemBarSide int side) { in getWindowManagerForSide()
|
D | CarTopSystemBarViewController.java | 123 default CarSystemBarViewControllerImpl create(@SystemBarSide int side, ViewGroup view) { in create()
|
D | CarSystemBarViewControllerImpl.java | 85 @Assisted @SystemBarSide int side, in CarSystemBarViewControllerImpl()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | AmbientVolumePreference.java | 233 public void setSliderEnabled(int side, boolean enabled) { in setSliderEnabled() 242 public void setSliderValue(int side, int value) { in setSliderValue() 251 public void setSliderRange(int side, int min, int max) { in setSliderRange() 261 mSideToSliderMap.forEach((side, slider) -> { in updateLayout() argument 298 private int getVolumeLevel(int side) { in getVolumeLevel() 341 private void createSlider(int side, int order) { in createSlider()
|
D | BluetoothDetailsPairOtherController.java | 81 final int side = mCachedDevice.getDeviceSide(); in updateButtonPreferenceTitle() local
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarShortcutMenuAccessibilityDelegate.java | 108 int side = action == MOVE_TO_TOP_OR_LEFT in performAction() local 123 side, in performAction() local 133 item.user.getIdentifier(), new Intent(), side, null, in performAction() local
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehicleAreaSeat.java | 93 public static int fromRowAndSide(int rowNumber, int side) { in fromRowAndSide()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | AppPairsController.java | 490 @StagePosition int side in launchToSide() 512 side, in launchToSide() local
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceBinderTest.java | 170 int side = BluetoothHearingAid.SIDE_LEFT; in getDeviceSide() local
|
D | HearingAidServiceTest.java | 639 int side = mBinder.getDeviceSide(mSingleDevice, null); in serviceBinder_callGetDeviceSide() local
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | AccessibilityHearingAidPreferenceController.java | 164 final int side = device.getDeviceSide(); in loadSummary() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceBinder.java | 192 int side = service.getCapabilities(device); in getDeviceSide() 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 | 951 bool side = capabilities & CAPABILITY_SIDE; in OnReadOnlyPropertiesRead() local 1727 bool side = device.capabilities & CAPABILITY_SIDE; in Dump() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PhotoView.java | 919 private void drawVideoPlayIcon(GLCanvas canvas, int side) { in drawVideoPlayIcon()
|