Searched refs:newArea (Results 1 – 2 of 2) sorted by relevance
59 VehicleAreaConfig newArea = new VehicleAreaConfig(); in clone() local60 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()
190 float newArea = mExportWidth * mExportHeight; in updateSize() local192 float compressedSize = newArea / factor; in updateSize()