Home
last modified time | relevance | path

Searched defs:side (Results 1 – 21 of 21) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarConfigs.java58 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()
DSystemBarConfigsImpl.java152 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 …]
DCarSystemBarViewFactoryImpl.java59 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()
DCarSystemBarViewFactory.java30 ViewGroup getSystemBarWindow(@SystemBarSide int side); in getSystemBarWindow()
34 CarSystemBarViewController getSystemBarViewController(@SystemBarSide int side, boolean isSetUp); in getSystemBarViewController()
DCarSystemBarViewControllerFactory.java30 T create(@SystemBarSide int side, ViewGroup view); in create()
DCarSystemBarController.java53 void registerBarTouchListener(@SystemBarSide int side, View.OnTouchListener listener); in registerBarTouchListener()
DCarSystemBarControllerImpl.java554 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()
DCarTopSystemBarViewController.java123 default CarSystemBarViewControllerImpl create(@SystemBarSide int side, ViewGroup view) { in create()
DCarSystemBarViewControllerImpl.java85 @Assisted @SystemBarSide int side, in CarSystemBarViewControllerImpl()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DAmbientVolumePreference.java233 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()
DBluetoothDetailsPairOtherController.java81 final int side = mCachedDevice.getDeviceSide(); in updateButtonPreferenceTitle() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarShortcutMenuAccessibilityDelegate.java108 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/
DVehicleAreaSeat.java93 public static int fromRowAndSide(int rowNumber, int side) { in fromRowAndSide()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAppPairsController.java490 @StagePosition int side in launchToSide()
512 side, in launchToSide() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceBinderTest.java170 int side = BluetoothHearingAid.SIDE_LEFT; in getDeviceSide() local
DHearingAidServiceTest.java639 int side = mBinder.getDeviceSide(mSingleDevice, null); in serviceBinder_callGetDeviceSide() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityHearingAidPreferenceController.java164 final int side = device.getDeviceSide(); in loadSummary() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidServiceBinder.java192 int side = service.getCapabilities(device); in getDeviceSide() local
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
Dcommon_defines.h117 side, enumerator
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc951 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/
DPhotoView.java919 private void drawVideoPlayIcon(GLCanvas canvas, int side) { in drawVideoPlayIcon()