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.java111 int[][] matrix = FocusLogic.createSparseMatrix(cellLayout); in onKey()
253 matrix = FocusLogic.createSparseMatrix(iconLayout); in handleHotseatButtonKeyEvent()
258 matrix = FocusLogic.createSparseMatrix(iconLayout); in handleHotseatButtonKeyEvent()
263 matrix = FocusLogic.createSparseMatrix(hotseatLayout); in handleHotseatButtonKeyEvent()
379 matrix = FocusLogic.createSparseMatrix(iconLayout); in handleIconKeyEvent()
384 matrix = FocusLogic.createSparseMatrix(iconLayout); in handleIconKeyEvent()
387 matrix = FocusLogic.createSparseMatrix(iconLayout); in handleIconKeyEvent()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java163 public static int[][] createSparseMatrix(CellLayout layout) { in createSparseMatrix() method in FocusLogic