Home
last modified time | relevance | path

Searched refs:getFirstMatch (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/compat/
DPromiseIconUiTest.java86 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()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
DLauncherActivityRule.java56 return launcher.getWorkspace().getFirstMatch(op) != null; in itemExists()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java2969 return getFirstMatch(new CellLayout[] { getHotseat(), currentPage }, in getFirstMatchForAppClose()
2974 return getFirstMatch(new CellLayout[] { getHotseat(), currentPage }, in getFirstMatchForAppClose()
2980 return getFirstMatch((info, v) -> info != null && info.id == id); in getHomescreenIconByItemId()
2984 return (LauncherAppWidgetHostView) getFirstMatch((info, v) -> in getWidgetForAppWidgetId()
2989 public View getFirstMatch(final ItemOperator operator) { in getFirstMatch() method
3009 private View getFirstMatch(CellLayout[] cellLayouts, final ItemOperator... operators) { in getFirstMatch() method