Searched refs:mLastMaxHeight (Results 1 – 1 of 1) sorted by relevance
66 private int mLastMaxHeight = -1; field in PagedTileLayout313 if (mDistributeTiles || mLastMaxHeight != MeasureSpec.getSize(heightMeasureSpec)) { in onMeasure()315 mLastMaxHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()