Searched refs:hotseatParent (Results 1 – 2 of 2) sorted by relevance
221 final ShortcutAndWidgetContainer hotseatParent = (ShortcutAndWidgetContainer) v.getParent(); in handleHotseatButtonKeyEvent() local222 final CellLayout hotseatLayout = (CellLayout) hotseatParent.getParent(); in handleHotseatButtonKeyEvent()227 int iconIndex = hotseatParent.indexOfChild(v); in handleHotseatButtonKeyEvent()260 parent = hotseatParent; in handleHotseatButtonKeyEvent()347 ShortcutAndWidgetContainer hotseatParent = hotseatLayout.getShortcutsAndWidgets(); in handleIconKeyEvent() local457 newIconIndex < parent.getChildCount() + hotseatParent.getChildCount()) { in handleIconKeyEvent()458 newIcon = hotseatParent.getChildAt(newIconIndex - parent.getChildCount()); in handleIconKeyEvent()
201 ViewGroup hotseatParent = hotseatLayout.getShortcutsAndWidgets(); in createSparseMatrixWithHotseat() local226 for (int i = hotseatParent.getChildCount() - 1; i >= 0; i--) { in createSparseMatrixWithHotseat()229 hotseatParent.getChildAt(i).getLayoutParams()).cellX; in createSparseMatrixWithHotseat()233 hotseatParent.getChildAt(i).getLayoutParams()).cellY; in createSparseMatrixWithHotseat()