Searched defs:FolderIcon (Results 1 - 1 of 1) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ | ||
H A D | FolderIcon.java | 32 public class FolderIcon extends BubbleTextView implements DropTarget { class in inherits:BubbleTextView,DropTarget 38 public FolderIcon(Context context, AttributeSet attrs) { method in class:FolderIcon 42 public FolderIcon(Context context) { method in class:FolderIcon 46 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group, 49 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false); |
Completed in 3 milliseconds