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.java194 CellLayout hotseatLayout, boolean isHotseatHorizontal, int allappsiconRank) { in createSparseMatrixWithHotseat() argument
215 matrix[allappsiconRank][j] = ALL_APPS_COLUMN; in createSparseMatrixWithHotseat()
219 matrix[j][allappsiconRank] = ALL_APPS_COLUMN; in createSparseMatrixWithHotseat()
232 if (isHotseatHorizontal && cx >= allappsiconRank) { in createSparseMatrixWithHotseat()
236 if (!isHotseatHorizontal && cy >= allappsiconRank) { in createSparseMatrixWithHotseat()