OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createSparseMatrix
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java
114
int[][] matrix = FocusLogic.
createSparseMatrix
(cellLayout);
256
matrix = FocusLogic.
createSparseMatrix
(hotseatLayout);
370
matrix = FocusLogic.
createSparseMatrix
(iconLayout);
/packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java
165
public static int[][]
createSparseMatrix
(CellLayout layout) {
Completed in 611 milliseconds