Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java385 matrix = FocusLogic.createSparseMatrixWithPivotColumn(iconLayout, in handleIconKeyEvent()
425 matrix = FocusLogic.createSparseMatrixWithPivotColumn(iconLayout, -1, row); in handleIconKeyEvent()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java254 public static int[][] createSparseMatrixWithPivotColumn(CellLayout iconLayout, in createSparseMatrixWithPivotColumn() method in FocusLogic