Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java221 final ShortcutAndWidgetContainer hotseatParent = (ShortcutAndWidgetContainer) v.getParent(); in handleHotseatButtonKeyEvent() local
222 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() local
457 newIconIndex < parent.getChildCount() + hotseatParent.getChildCount()) { in handleIconKeyEvent()
458 newIcon = hotseatParent.getChildAt(newIconIndex - parent.getChildCount()); in handleIconKeyEvent()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java201 ViewGroup hotseatParent = hotseatLayout.getShortcutsAndWidgets(); in createSparseMatrixWithHotseat() local
226 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()