Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DScrollableLayoutManager.java120 protected void calculateExtraLayoutSpace(RecyclerView.State state, int[] extraLayoutSpace) { in calculateExtraLayoutSpace() argument
121 super.calculateExtraLayoutSpace(state, extraLayoutSpace); in calculateExtraLayoutSpace()
123 extraLayoutSpace[1] = Math.max(extraLayoutSpace[1], extraSpacePx); in calculateExtraLayoutSpace()