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.java68 public static final int ALL_APPS_COLUMN = -11; field in FocusLogic
327 && newIconIndex != ALL_APPS_COLUMN) { in handleDpadHorizontal()
343 if (inspectMatrix(x, nextYPos1, cntX, cntY, matrix) == ALL_APPS_COLUMN) { in handleDpadHorizontal()
346 if (inspectMatrix(x, nextYPos2, cntX, cntY, matrix) == ALL_APPS_COLUMN) { in handleDpadHorizontal()
411 && newIconIndex != ALL_APPS_COLUMN) {
427 if (inspectMatrix(nextXPos1, y, cntX, cntY, matrix) == ALL_APPS_COLUMN) {
430 if (inspectMatrix(nextXPos2, y, cntX, cntY, matrix) == ALL_APPS_COLUMN) {
508 case ALL_APPS_COLUMN: return "ALL_APPS_COLUMN";