Searched refs:iconParent (Results 1 – 2 of 2) sorted by relevance
200 ViewGroup iconParent = iconLayout.getShortcutsAndWidgets(); in createSparseMatrixWithHotseat() local215 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() local262 for (int i = 0; i < iconParent.getChildCount(); i++) { in createSparseMatrixWithPivotColumn()263 View cell = iconParent.getChildAt(i); in createSparseMatrixWithPivotColumn()
239 final ViewGroup iconParent = iconLayout.getShortcutsAndWidgets(); in handleHotseatButtonKeyEvent() local247 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()