Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingHeaderView.java114 private FloatingHeaderRow[] mAllRows = FloatingHeaderRow.NO_ROWS; field in FloatingHeaderView
143 mAllRows = mFixedRows; in onFinishInflate()
163 mAllRows = mFixedRows; in recreateAllRowsArray()
166 mAllRows = new FloatingHeaderRow[count + pluginCount]; in recreateAllRowsArray()
168 mAllRows[i] = mFixedRows[i]; in recreateAllRowsArray()
172 mAllRows[count] = row; in recreateAllRowsArray()
213 for (FloatingHeaderRow row : mAllRows) { in getFocusedChild()
225 for (FloatingHeaderRow row : mAllRows) { in setup()
226 row.setup(this, mAllRows, tabsHidden); in setup()
318 for (FloatingHeaderRow row : mAllRows) { in applyVerticalMove()
[all …]