Home | History | Annotate | Download | only in shortcuts

Lines Matching defs:drawable

23 import android.graphics.drawable.AdaptiveIconDrawable;
24 import android.graphics.drawable.Drawable;
25 import android.graphics.drawable.Icon;
34 import android.support.v4.graphics.drawable.RoundedBitmapDrawable;
35 import android.support.v4.graphics.drawable.RoundedBitmapDrawableFactory;
101 // The adaptive icons clip the drawable to a safe area inside the drawable. Scale the letter
123 Drawable drawable;
129 drawable = letterTileDrawable;
131 // There's a photo, create a circular drawable from it.
133 drawable = createCircularDrawable(bitmap);
138 DrawableConverter.drawableToBitmap(drawable, iconSize /* width */, iconSize /* height */));
142 private Drawable createCircularDrawable(@NonNull Bitmap bitmap) {