Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java200 ViewGroup iconParent = iconLayout.getShortcutsAndWidgets(); in createSparseMatrixWithHotseat() local
215 for (int i = 0; i < iconParent.getChildCount(); i++) { in createSparseMatrixWithHotseat()
216 View cell = iconParent.getChildAt(i); in createSparseMatrixWithHotseat()
230 matrix[cx][iconLayout.getCountY()] = iconParent.getChildCount() + i; in createSparseMatrixWithHotseat()
234 matrix[iconLayout.getCountX()][cy] = iconParent.getChildCount() + i; in createSparseMatrixWithHotseat()
257 ViewGroup iconParent = iconLayout.getShortcutsAndWidgets(); in createSparseMatrixWithPivotColumn() local
262 for (int i = 0; i < iconParent.getChildCount(); i++) { in createSparseMatrixWithPivotColumn()
263 View cell = iconParent.getChildAt(i); in createSparseMatrixWithPivotColumn()
/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java239 final ViewGroup iconParent = iconLayout.getShortcutsAndWidgets(); in handleHotseatButtonKeyEvent() local
247 iconIndex += iconParent.getChildCount(); in handleHotseatButtonKeyEvent()
248 parent = iconParent; in handleHotseatButtonKeyEvent()
252 iconIndex += iconParent.getChildCount(); in handleHotseatButtonKeyEvent()
253 parent = iconParent; in handleHotseatButtonKeyEvent()
302 if (parent == iconParent && newIconIndex >= iconParent.getChildCount()) { in handleHotseatButtonKeyEvent()
303 newIconIndex -= iconParent.getChildCount(); in handleHotseatButtonKeyEvent()