Home
last modified time | relevance | path

Searched refs:newArea (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
DVehiclePropConfigBuilder.java59 VehicleAreaConfig newArea = new VehicleAreaConfig(); in clone() local
60 newArea.areaId = area.areaId; in clone()
61 newArea.minInt32Value = area.minInt32Value; in clone()
62 newArea.maxInt32Value = area.maxInt32Value; in clone()
63 newArea.minInt64Value = area.minInt64Value; in clone()
64 newArea.maxInt64Value = area.maxInt64Value; in clone()
65 newArea.minFloatValue = area.minFloatValue; in clone()
66 newArea.maxFloatValue = area.maxFloatValue; in clone()
67 newConfig.areaConfigs.add(newArea); in clone()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
DExportDialog.java190 float newArea = mExportWidth * mExportHeight; in updateSize() local
192 float compressedSize = newArea / factor; in updateSize()