Searched refs:FOLDER_CONTENT_RES_ID (Results 1 – 2 of 2) sorted by relevance
26 protected static final String FOLDER_CONTENT_RES_ID = "folder_content"; field in Folder33 this.mContainer = launcher.waitForLauncherObject(FOLDER_CONTENT_RES_ID); in Folder()57 mLauncher.waitForLauncherObject(FOLDER_CONTENT_RES_ID); in close()59 mLauncher.waitUntilLauncherObjectGone(FOLDER_CONTENT_RES_ID); in close()
29 import static com.android.launcher3.tapl.Folder.FOLDER_CONTENT_RES_ID;1072 if (hasLauncherObject(FOLDER_CONTENT_RES_ID)) { in getFloatingResId()1073 return Optional.of(FOLDER_CONTENT_RES_ID); in getFloatingResId()