Searched refs:getFirstMatch (Results 1 – 4 of 4) sorted by relevance
86 launcher.getWorkspace().getFirstMatch(findPromiseApp) != null); in testPromiseIcon_addedFromEligibleSession()94 launcher.getWorkspace().getFirstMatch(findPromiseApp) == null); in testPromiseIcon_addedFromEligibleSession()111 launcher.getWorkspace().getFirstMatch(findPromiseApp) == null); in testPromiseIcon_notAddedFromIneligibleSession()
56 return launcher.getWorkspace().getFirstMatch(op) != null;
150 launcher.getWorkspace().getFirstMatch((i, v) -> v instanceof FolderIcon).performClick(); in testFolderPageScroll()
2917 return getFirstMatch(new CellLayout[] { getHotseat(), currentPage }, in getFirstMatchForAppClose()2922 return getFirstMatch(new CellLayout[] { getHotseat(), currentPage }, in getFirstMatchForAppClose()2928 return getFirstMatch((info, v) -> info != null && info.id == id); in getHomescreenIconByItemId()2932 return (LauncherAppWidgetHostView) getFirstMatch((info, v) -> in getWidgetForAppWidgetId()2937 public View getFirstMatch(final ItemOperator operator) { in getFirstMatch() method2957 private View getFirstMatch(CellLayout[] cellLayouts, final ItemOperator... operators) { in getFirstMatch() method