Searched refs:createSparseMatrix (Results 1 – 2 of 2) sorted by relevance
111 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()
163 public static int[][] createSparseMatrix(CellLayout layout) { in createSparseMatrix() method in FocusLogic