Searched refs:mLastMaxHeight (Results 1 – 1 of 1) sorted by relevance
84 private int mLastMaxHeight = -1; field in PagedTileLayout386 if (mDistributeTiles || mLastMaxHeight != MeasureSpec.getSize(heightMeasureSpec) in onMeasure()389 mLastMaxHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()393 int availableHeight = mLastMaxHeight - mExcessHeight; in onMeasure()