Searched refs:originalView (Results 1 – 1 of 1) sorted by relevance
389 private static void getIconResult(Launcher l, View originalView, ItemInfo info, RectF pos, in getIconResult() argument395 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 …]