Home | History | Annotate | Download | only in launcher3

Lines Matching defs:launcher

53     private Launcher mLauncher;
128 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group,
138 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
153 icon.setOnClickListener(launcher);
155 icon.mLauncher = launcher;
156 icon.setContentDescription(String.format(launcher.getString(R.string.folder_name_format),
158 Folder folder = Folder.fromXml(launcher);
159 folder.setDragController(launcher.getDragController());
164 icon.mFolderRingAnimator = new FolderRingAnimator(launcher, icon);
191 public FolderRingAnimator(Launcher launcher, FolderIcon folderIcon) {
193 Resources res = launcher.getResources();