Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTileLayout.java261 final int left = getColumnStart(isRtl ? mColumns - column - 1 : column); in layoutTileRecords()
288 protected int getColumnStart(int column) { in getColumnStart() method in TileLayout