Searched defs:getAvailableScrollHeight (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DBaseRecyclerView.java191 protected int getAvailableScrollHeight(int rowCount, int rowHeight, int yOffset) { method in class:BaseRecyclerView
241 int availableScrollHeight = getAvailableScrollHeight(rowCount, scrollPosState.rowHeight,

Completed in 64 milliseconds