Searched refs:extraLayoutSpace (Results 1 – 1 of 1) sorted by relevance
120 protected void calculateExtraLayoutSpace(RecyclerView.State state, int[] extraLayoutSpace) { in calculateExtraLayoutSpace() argument121 super.calculateExtraLayoutSpace(state, extraLayoutSpace); in calculateExtraLayoutSpace()123 extraLayoutSpace[1] = Math.max(extraLayoutSpace[1], extraSpacePx); in calculateExtraLayoutSpace()