Home | History | Annotate | Download | only in launcher3

Lines Matching refs:newTitle

315         String newTitle = mFolderName.getText().toString();
316 mInfo.setTitle(newTitle);
321 String.format(getContext().getString(R.string.folder_renamed), newTitle));