Searched refs:putFolder (Results 1 – 7 of 7) sorted by relevance
122 fun putFolder(titleResId: Int) = putFolder(ATTR_TITLE, titleResId.toString()) in <lambda>() method in com.android.launcher3.util.LauncherLayoutBuilder.ItemTarget124 fun putFolder(title: String?) = putFolder(ATTR_TITLE_TEXT, title) in <lambda>() method145 protected open fun putFolder(titleKey: String, titleValue: String?): FolderBuilder { in <lambda>() method in com.android.launcher3.util.LauncherLayoutBuilder.ItemTarget178 override fun putFolder(titleKey: String, titleValue: String?): FolderBuilder { in <lambda>() method in com.android.launcher3.util.LauncherLayoutBuilder.FolderBuilder
80 writeLayoutAndLoad(new LauncherLayoutBuilder().atHotseat(0).putFolder(android.R.string.copy) in testCustomProfileLoaded_with_folder()95 writeLayoutAndLoad(new LauncherLayoutBuilder().atHotseat(0).putFolder("CustomFolder") in testCustomProfileLoaded_with_folder_custom_title()148 writeLayoutAndLoad(new LauncherLayoutBuilder().atHotseat(0).putFolder(android.R.string.copy) in testCustomProfileLoaded_with_shortcut_in_folder()
68 .atHotseat(1).putFolder("MyFolder") in setup()
132 .putFolder("Sample") in setupAndLoadFolder()
67 .putFolder(R.string.copy) in setup()
144 .putFolder("Test") in items_added_to_folder()
501 putFolder(folderInfo.title?.toString() ?: "").also { folderBuilder -> in <lambda>()