Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java69 public static final int ALL_APPS_COLUMN = -11; field in FocusLogic
220 matrix[allappsiconRank][j] = ALL_APPS_COLUMN; in createSparseMatrixWithHotseat()
224 matrix[j][allappsiconRank] = ALL_APPS_COLUMN; in createSparseMatrixWithHotseat()
352 && newIconIndex != ALL_APPS_COLUMN) { in handleDpadHorizontal()
368 if (inspectMatrix(x, nextYPos1, cntX, cntY, matrix) == ALL_APPS_COLUMN) { in handleDpadHorizontal()
371 if (inspectMatrix(x, nextYPos2, cntX, cntY, matrix) == ALL_APPS_COLUMN) { in handleDpadHorizontal()
436 && newIconIndex != ALL_APPS_COLUMN) {
452 if (inspectMatrix(nextXPos1, y, cntX, cntY, matrix) == ALL_APPS_COLUMN) {
455 if (inspectMatrix(nextXPos2, y, cntX, cntY, matrix) == ALL_APPS_COLUMN) {
533 case ALL_APPS_COLUMN: return "ALL_APPS_COLUMN";