Searched refs:FocusLogic (Results 1 – 3 of 3) sorted by relevance
28 import com.android.launcher3.util.FocusLogic;89 boolean consume = FocusLogic.shouldConsume(keyCode); in onKey()117 int[][] matrix = FocusLogic.createSparseMatrix(cellLayout); in onKey()119 int newIconIndex = FocusLogic.handleKeyEvent(keyCode, matrix, iconIndex, pageIndex, in onKey()121 if (newIconIndex == FocusLogic.NOOP) { in onKey()129 case FocusLogic.PREVIOUS_PAGE_RIGHT_COLUMN: in onKey()130 case FocusLogic.PREVIOUS_PAGE_LEFT_COLUMN: in onKey()136 ((newIconIndex == FocusLogic.PREVIOUS_PAGE_LEFT_COLUMN) in onKey()141 case FocusLogic.PREVIOUS_PAGE_FIRST_ITEM: in onKey()148 case FocusLogic.PREVIOUS_PAGE_LAST_ITEM: in onKey()[all …]
24 import com.android.launcher3.util.FocusLogic;481 if (FocusLogic.shouldConsume(keyCode)) { in onKey()
48 public class FocusLogic { class