Home
last modified time | relevance | path

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

/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/
DBitmapFetcher.java50 private static final String BITMAP_QUERY_HEIGHT = "h"; field in BitmapFetcher
88 .appendQueryParameter(BITMAP_QUERY_HEIGHT, String.valueOf(height)) in getBitmap()
/packages/services/Car/car-lib/src/android/car/cluster/renderer/
DInstrumentClusterRenderingService.java106 private static final String BITMAP_QUERY_HEIGHT = "h"; field in InstrumentClusterRenderingService
611 BITMAP_QUERY_HEIGHT).isEmpty()) { in getBitmap()
613 "Uri must have '" + BITMAP_QUERY_WIDTH + "' and '" + BITMAP_QUERY_HEIGHT in getBitmap()
700 .appendQueryParameter(BITMAP_QUERY_HEIGHT, String.valueOf(height)) in getBitmap()