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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolderIcon.java51 public class FolderIcon extends LinearLayout implements FolderListener { class in inherits:LinearLayout,FolderListener
102 public FolderIcon(Context context, AttributeSet attrs) { method in class:FolderIcon
107 public FolderIcon(Context context) { method in class:FolderIcon
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) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolderIcon.java52 public class FolderIcon extends FrameLayout implements FolderListener { class in inherits:FrameLayout,FolderListener
118 public FolderIcon(Context context, AttributeSet attrs) { method in class:FolderIcon
123 public FolderIcon(Context context) { method in class:FolderIcon
139 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group,
151 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
197 public FolderIcon mFolderIcon = null;
206 public FolderRingAnimator(Launcher launcher, FolderIcon folderIcon) {
375 mLauncher.openFolder(FolderIcon.this);

Completed in 64 milliseconds