Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTileLayout.java50 protected int mLastTileBottom; field in TileLayout
223 mLastTileBottom = 0; in layoutTileRecords()
249 mLastTileBottom = top + (int) (record.tileView.getMeasuredHeight() * scale); in layoutTileRecords()
289 return mLastTileBottom + getPaddingBottom(); in getTilesHeight()