Home
last modified time | relevance | path

Searched refs:offLanesAlpha (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
DImageResolver.java52 Bitmap getBitmap(@NonNull Uri uri, int width, int height, float offLanesAlpha); in getBitmap() argument
87 float offLanesAlpha) { in getBitmap() argument
104 bitmap = mFetcher.getBitmap(uri, adjusted.x, adjusted.y, offLanesAlpha); in getBitmap()
149 @NonNull List<ImageReference> imgs, int width, int height, float offLanesAlpha) { in getBitmaps() argument
155 img -> getBitmap(img, width, height, offLanesAlpha))); in getBitmaps()
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/
DBitmapFetcher.java77 public Bitmap getBitmap(@NonNull Uri uri, int width, int height, float offLanesAlpha) { in getBitmap() argument
81 if (offLanesAlpha < 0 || offLanesAlpha > 1) { in getBitmap()
89 .appendQueryParameter(BITMAP_QUERY_OFFLANESALPHA, String.valueOf(offLanesAlpha)) in getBitmap()
DImageResolver.java72 float offLanesAlpha) { in getBitmap() argument
89 bitmap = mFetcher.getBitmap(uri, adjusted.x, adjusted.y, offLanesAlpha); in getBitmap()
134 @NonNull List<ImageReference> imgs, int width, int height, float offLanesAlpha) { in getBitmaps() argument
140 img -> getBitmap(img, width, height, offLanesAlpha))); in getBitmaps()
/packages/services/Car/car-lib/src/android/car/cluster/renderer/
DInstrumentClusterRenderingService.java681 public Bitmap getBitmap(@NonNull Uri bitmapUri, int width, int height, float offLanesAlpha) { in getBitmap() argument
687 if (offLanesAlpha < 0 || offLanesAlpha > 1) { in getBitmap()
701 .appendQueryParameter(BITMAP_QUERY_OFFLANESALPHA, String.valueOf(offLanesAlpha)) in getBitmap()
/packages/apps/Car/Cluster/DirectRenderingCluster/tests/robotests/src/android/car/cluster/
DImageResolverTest.java44 public Bitmap getBitmap(Uri uri, int width, int height, float offLanesAlpha) { in setup()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1974 method TIRAMISU_0 Bitmap getBitmap(Uri uri, int width, int height, float offLanesAlpha);