Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java389 private static void getIconResult(Launcher l, View originalView, ItemInfo info, RectF pos, in getIconResult() argument
395 Drawable btvIcon = originalView instanceof BubbleTextView in getIconResult()
396 ? ((BubbleTextView) originalView).getIcon() : null; in getIconResult()
398 if (originalView instanceof ImageView) { in getIconResult()
399 drawable = ((ImageView) originalView).getDrawable(); in getIconResult()
400 } else if (originalView instanceof DeepShortcutView) { in getIconResult()
401 drawable = ((DeepShortcutView) originalView).getIconView().getBackground(); in getIconResult()
403 drawable = originalView.getBackground(); in getIconResult()
406 boolean isFolderIcon = originalView instanceof FolderIcon; in getIconResult()
407 int width = isFolderIcon ? originalView.getWidth() : (int) pos.width(); in getIconResult()
[all …]