Searched refs:mLastMaxHeight (Results 1 – 1 of 1) sorted by relevance
104 private int mLastMaxHeight = -1; field in PagedTileLayout524 if (mDistributeTiles || mLastMaxHeight != MeasureSpec.getSize(heightMeasureSpec) in onMeasure()527 mLastMaxHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()531 int availableHeight = mLastMaxHeight - mExcessHeight; in onMeasure()