Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAlphabeticalAppsList.java156 public int getNumAppRows() { in getNumAppRows() method in AlphabeticalAppsList
H A DAllAppsRecyclerView.java235 int rowCount = mApps.getNumAppRows(); in scrollToPositionAtProgress()