Lines Matching refs:FolderIcon
51 public class FolderIcon extends FrameLayout implements FolderListener {
115 public FolderIcon(Context context, AttributeSet attrs) {
120 public FolderIcon(Context context) {
136 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group,
148 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
193 public FolderIcon mFolderIcon = null;
202 public FolderRingAnimator(Launcher launcher, FolderIcon folderIcon) {
203 mFolderIcon = folderIcon;
365 mLauncher.openFolder(FolderIcon.this);