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