Lines Matching refs:getChildCount
226 int pageCount = workspace.getChildCount(); in handleHotseatButtonKeyEvent()
246 iconIndex += iconParent.getChildCount(); in handleHotseatButtonKeyEvent()
251 iconIndex += iconParent.getChildCount(); in handleHotseatButtonKeyEvent()
285 newIcon = parent.getChildAt(parent.getChildCount() - 1); in handleHotseatButtonKeyEvent()
301 if (parent == iconParent && newIconIndex >= iconParent.getChildCount()) { in handleHotseatButtonKeyEvent()
302 newIconIndex -= iconParent.getChildCount(); in handleHotseatButtonKeyEvent()
344 final int pageCount = workspace.getChildCount(); in handleIconKeyEvent()
454 if (0 <= newIconIndex && newIconIndex < parent.getChildCount()) { in handleIconKeyEvent()
456 } else if (parent.getChildCount() <= newIconIndex && in handleIconKeyEvent()
457 newIconIndex < parent.getChildCount() + hotseatParent.getChildCount()) { in handleIconKeyEvent()
458 newIcon = hotseatParent.getChildAt(newIconIndex - parent.getChildCount()); in handleIconKeyEvent()