Home
last modified time | relevance | path

Searched refs:mLastMaxHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java84 private int mLastMaxHeight = -1; field in PagedTileLayout
386 if (mDistributeTiles || mLastMaxHeight != MeasureSpec.getSize(heightMeasureSpec) in onMeasure()
389 mLastMaxHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()
393 int availableHeight = mLastMaxHeight - mExcessHeight; in onMeasure()