Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTileLayout.java53 protected int mLastTileBottom; field in TileLayout
248 mLastTileBottom = 0; in layoutTileRecords()
274 mLastTileBottom = top + (int) (record.tileView.getMeasuredHeight() * scale); in layoutTileRecords()
314 return mLastTileBottom + getPaddingBottom(); in getTilesHeight()