Searched defs:FolderIcon (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolderIcon.java50 public class FolderIcon extends LinearLayout implements FolderListener { class in inherits:LinearLayout,FolderListener
96 public FolderIcon(Context context, AttributeSet attrs) { method in class:FolderIcon
100 public FolderIcon(Context context) { method in class:FolderIcon
111 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group,
120 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
156 public FolderIcon mFolderIcon = null;
167 public FolderRingAnimator(Launcher launcher, FolderIcon folderIcon) {

Completed in 53 milliseconds