Searched defs:drawableToBitmap (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DRoundedDrawable.java280 Bitmap bitmap = drawableToBitmap(mDrawable, bounds.width(), bounds.height());
288 private Bitmap drawableToBitmap(Drawable drawable, int width, int height) { method in class:RoundedDrawable
/frameworks/support/textclassifier/src/main/java/androidx/textclassifier/
H A DTextClassification.java273 final Bitmap primaryIconBitmap = drawableToBitmap(mPrimaryIcon, MAX_PRIMARY_ICON_SIZE);
323 private static Bitmap drawableToBitmap(@Nullable Drawable drawable, int maxDims) { method in class:TextClassification
360 bitmaps.add(drawableToBitmap(drawable, maxDims));

Completed in 494 milliseconds