Searched refs:createSparseMatrix (Results 1 – 2 of 2) sorted by relevance
117 int[][] matrix = FocusLogic.createSparseMatrix(cellLayout); in onKey()259 matrix = FocusLogic.createSparseMatrix(hotseatLayout); in handleHotseatButtonKeyEvent()359 matrix = FocusLogic.createSparseMatrix(iconLayout); in handleIconKeyEvent()
164 public static int[][] createSparseMatrix(CellLayout layout) { in createSparseMatrix() method in FocusLogic