Lines Matching refs:folderIcon
53 public class FolderIcon extends FrameLayout implements FolderListener {
120 public FolderIcon(Context context, AttributeSet attrs) {
125 public FolderIcon(Context context) {
143 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group,
155 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
201 public FolderIcon mFolderIcon = null;
210 public FolderRingAnimator(Launcher launcher, FolderIcon folderIcon) {
211 mFolderIcon = folderIcon;
378 mLauncher.openFolder(FolderIcon.this);