Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java239 matrix = FocusLogic.createSparseMatrixWithHotseat(iconLayout, hotseatLayout, in handleHotseatButtonKeyEvent()
245 matrix = FocusLogic.createSparseMatrixWithHotseat(iconLayout, hotseatLayout, in handleHotseatButtonKeyEvent()
372 matrix = FocusLogic.createSparseMatrixWithHotseat(iconLayout, hotseatLayout, in handleIconKeyEvent()
376 matrix = FocusLogic.createSparseMatrixWithHotseat(iconLayout, hotseatLayout, in handleIconKeyEvent()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java193 public static int[][] createSparseMatrixWithHotseat(CellLayout iconLayout, in createSparseMatrixWithHotseat() method in FocusLogic