HomeSort by relevance Sort by last modified time
    Searched refs:getAvailableScrollHeight (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerView.java 191 protected int getAvailableScrollHeight(int rowCount, int rowHeight, int yOffset) {
241 int availableScrollHeight = getAvailableScrollHeight(rowCount, scrollPosState.rowHeight,
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsRecyclerView.java 105 int availableScrollHeight = getAvailableScrollHeight(rowCount, mScrollPosState.rowHeight, 0);
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerView.java 170 int availableScrollHeight = getAvailableScrollHeight(rowCount, mScrollPosState.rowHeight, 0);

Completed in 79 milliseconds