/packages/services/Car/car-lib/src/android/car/hardware/hvac/ |
D | CarHvacManager.java | 374 public boolean isPropertyAvailable(@PropertyId int propertyId, int area) { in isPropertyAvailable() 384 public boolean getBooleanProperty(@PropertyId int propertyId, int area) { in getBooleanProperty() 394 public float getFloatProperty(@PropertyId int propertyId, int area) { in getFloatProperty() 404 public int getIntProperty(@PropertyId int propertyId, int area) { in getIntProperty() 414 public void setBooleanProperty(@PropertyId int propertyId, int area, boolean val) { in setBooleanProperty() 426 public void setFloatProperty(@PropertyId int propertyId, int area, float val) { in setFloatProperty() 438 public void setIntProperty(@PropertyId int propertyId, int area, int val) { in setIntProperty()
|
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/ |
D | VehiclePropConfigBuilder.java | 99 VehicleAreaConfig area = new VehicleAreaConfig(); in addAreaConfig() local 107 VehicleAreaConfig area = new VehicleAreaConfig(); in addAreaConfig() local 117 VehicleAreaConfig area = new VehicleAreaConfig(); in addAreaConfig() local
|
/packages/services/Car/car-lib/src/android/car/hardware/cabin/ |
D | CarCabinManager.java | 540 public boolean getBooleanProperty(@PropertyId int propertyId, int area) { in getBooleanProperty() 550 public float getFloatProperty(@PropertyId int propertyId, int area) { in getFloatProperty() 560 public int getIntProperty(@PropertyId int propertyId, int area) { in getIntProperty() 570 public void setBooleanProperty(@PropertyId int propertyId, int area, boolean val) { in setBooleanProperty() 582 public void setFloatProperty(@PropertyId int propertyId, int area, float val) { in setFloatProperty() 594 public void setIntProperty(@PropertyId int propertyId, int area, int val) { in setIntProperty()
|
/packages/services/Car/car-lib/src/android/car/hardware/ |
D | CarPropertyConfig.java | 301 AreaConfig<T> area = mSupportedAreas.get(areaId); in getMinValue() local 312 AreaConfig<T> area = mSupportedAreas.get(areaId); in getMaxValue() local 322 AreaConfig<T> area = mSupportedAreas.get(0); in getMinValue() local 332 AreaConfig<T> area = mSupportedAreas.get(0); in getMaxValue() local 381 AreaConfig<T> area = in.readParcelable(getClass().getClassLoader()); in CarPropertyConfig() local
|
D | CarVendorExtensionManager.java | 146 public boolean isPropertyAvailable(int propertyId, int area) { in isPropertyAvailable() 172 public <E> E getProperty(Class<E> propertyClass, int propId, int area) { in getProperty() 202 public <E> void setProperty(Class<E> propertyClass, int propId, int area, E value) { in setProperty()
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyManager.java | 420 public int getAreaId(int propId, int area) { in getAreaId() 489 public boolean isPropertyAvailable(int propId, int area) { in isPropertyAvailable() 537 public boolean getBooleanProperty(int prop, int area) { in getBooleanProperty() 564 public float getFloatProperty(int prop, int area) { in getFloatProperty() 591 public int getIntProperty(int prop, int area) { in getIntProperty() 620 public int[] getIntArrayProperty(int prop, int area) { in getIntArrayProperty()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | ProgressOverlay.java | 57 public void setBounds(RectF area) { in setBounds()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | HalServiceBase.java | 92 public void onPropertySetError(int property, int area, int errorCode) { in onPropertySetError()
|
D | PropertyHalService.java | 124 void onPropertySetError(int property, int area, in onPropertySetError() 458 public void onPropertySetError(int halPropId, int area, in onPropertySetError()
|
D | VehicleHal.java | 730 int area = areaConfig.areaId; in dumpPropertyValueByConfig() local
|
D | UserHalService.java | 212 public void onPropertySetError(int property, int area, in onPropertySetError()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/common/ |
D | PictureSizeCalculator.java | 165 long area = candidate.area(); in getLargestSupportedSize() local
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | AspectRatio.java | 172 public Rect getLargestCenterCrop(Size area) { in getLargestCenterCrop()
|
D | Size.java | 122 public long area() { in area() method in Size
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
D | CameraInfoCache.java | 217 int area = 0; in returnLargestSize() local
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | WallpaperConnection.java | 174 public void onLocalWallpaperColorsChanged(RectF area, in onLocalWallpaperColorsChanged()
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
D | ResolutionUtil.java | 168 private static int area(Size size) { in area() method in ResolutionUtil
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
D | LiveWallpaperPreview.java | 634 public void onLocalWallpaperColorsChanged(RectF area, in onLocalWallpaperColorsChanged()
|
/packages/services/Car/cpp/evs/sampleDriver/ |
D | EvsV4lCamera.cpp | 924 int32_t streamId = -1, area = INT_MIN; in Create() local
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_detection.cpp | 1503 unsigned long bwbh,area,saturation; in db_ExtractCornersSaturated() local
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 2480 int area() { in area() method in CellLayout.ItemConfiguration
|