HomeSort by relevance Sort by last modified time
    Searched refs:createScaledBitmapWithoutShadow (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
LauncherIcons.java 226 public Bitmap createScaledBitmapWithoutShadow(Drawable icon, int iconAppTargetSdk) {
365 unbadgedBitmap = createScaledBitmapWithoutShadow(unbadgedDrawable, 0);
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
PendingItemDragHelper.java 117 preview = li.createScaledBitmapWithoutShadow(icon, 0);
  /packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java 474 Bitmap icon = li.createScaledBitmapWithoutShadow(

Completed in 106 milliseconds