Home | History | Annotate | Download | only in launcher2

Lines Matching refs:FolderIcon

51 public class FolderIcon extends LinearLayout implements FolderListener {
102 public FolderIcon(Context context, AttributeSet attrs) {
107 public FolderIcon(Context context) {
123 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group,
133 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
169 public FolderIcon mFolderIcon = null;
180 public FolderRingAnimator(Launcher launcher, FolderIcon folderIcon) {
181 mFolderIcon = folderIcon;