Home
last modified time | relevance | path

Searched refs:atHotseat (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/model/
DDefaultLayoutProviderTest.java67 writeLayoutAndLoad(new LauncherLayoutBuilder().atHotseat(0) in testCustomProfileLoaded_with_icon_on_hotseat()
79 writeLayoutAndLoad(new LauncherLayoutBuilder().atHotseat(0).putFolder(android.R.string.copy) in testCustomProfileLoaded_with_folder()
94 writeLayoutAndLoad(new LauncherLayoutBuilder().atHotseat(0).putFolder("CustomFolder") in testCustomProfileLoaded_with_folder_custom_title()
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/util/
DLauncherLayoutBuilder.java72 public Location atHotseat(int rank) { in atHotseat() method in LauncherLayoutBuilder