Searched refs:originalView (Results 1 – 1 of 1) sorted by relevance
397 private static void getIconResult(Launcher l, View originalView, ItemInfo info, RectF pos, in getIconResult() argument403 Drawable btvIcon = originalView instanceof BubbleTextView in getIconResult()404 ? ((BubbleTextView) originalView).getIcon() : null; in getIconResult()406 if (originalView instanceof ImageView) { in getIconResult()407 drawable = ((ImageView) originalView).getDrawable(); in getIconResult()408 } else if (originalView instanceof DeepShortcutView) { in getIconResult()409 drawable = ((DeepShortcutView) originalView).getIconView().getBackground(); in getIconResult()411 drawable = originalView.getBackground(); in getIconResult()414 boolean isFolderIcon = originalView instanceof FolderIcon; in getIconResult()415 int width = isFolderIcon ? originalView.getWidth() : (int) pos.width(); in getIconResult()[all …]