Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java117 int[][] matrix = FocusLogic.createSparseMatrix(cellLayout); in onKey()
259 matrix = FocusLogic.createSparseMatrix(hotseatLayout); in handleHotseatButtonKeyEvent()
359 matrix = FocusLogic.createSparseMatrix(iconLayout); in handleIconKeyEvent()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java164 public static int[][] createSparseMatrix(CellLayout layout) { in createSparseMatrix() method in FocusLogic