Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java217 int allappsiconRank = dp.inv.getAllAppsButtonRank(); in createSparseMatrixWithHotseat() local
220 matrix[allappsiconRank][j] = ALL_APPS_COLUMN; in createSparseMatrixWithHotseat()
224 matrix[j][allappsiconRank] = ALL_APPS_COLUMN; in createSparseMatrixWithHotseat()
237 int allappsiconRank = dp.inv.getAllAppsButtonRank(); in createSparseMatrixWithHotseat() local
238 if (isHotseatHorizontal && cx >= allappsiconRank) { in createSparseMatrixWithHotseat()
242 if (!isHotseatHorizontal && cy >= allappsiconRank) { in createSparseMatrixWithHotseat()