Searched refs:hotseatLayout (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | FocusHelper.java | 216 final CellLayout hotseatLayout = (CellLayout) hotseatParent.getParent(); in handleHotseatButtonKeyEvent() local 222 int iconRank = ((CellLayout.LayoutParams) hotseatLayout.getShortcutsAndWidgets() in handleHotseatButtonKeyEvent() 239 matrix = FocusLogic.createSparseMatrixWithHotseat(iconLayout, hotseatLayout, in handleHotseatButtonKeyEvent() 245 matrix = FocusLogic.createSparseMatrixWithHotseat(iconLayout, hotseatLayout, in handleHotseatButtonKeyEvent() 263 matrix = FocusLogic.createSparseMatrix(hotseatLayout); in handleHotseatButtonKeyEvent() 364 CellLayout hotseatLayout = (CellLayout) hotseat.getChildAt(0); in handleIconKeyEvent() local 365 ShortcutAndWidgetContainer hotseatParent = hotseatLayout.getShortcutsAndWidgets(); in handleIconKeyEvent() 372 matrix = FocusLogic.createSparseMatrixWithHotseat(iconLayout, hotseatLayout, in handleIconKeyEvent() 376 matrix = FocusLogic.createSparseMatrixWithHotseat(iconLayout, hotseatLayout, in handleIconKeyEvent() 417 newIcon = handleNextPageFirstItem(workspace, hotseatLayout, pageIndex, in handleIconKeyEvent() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | FocusLogic.java | 194 CellLayout hotseatLayout, boolean isHotseatHorizontal, int allappsiconRank) { in createSparseMatrixWithHotseat() argument 197 ViewGroup hotseatParent = hotseatLayout.getShortcutsAndWidgets(); in createSparseMatrixWithHotseat() 200 hotseatLayout.getCountX() > iconLayout.getCountX() : in createSparseMatrixWithHotseat() 201 hotseatLayout.getCountY() > iconLayout.getCountY(); in createSparseMatrixWithHotseat() 205 m = hotseatLayout.getCountX(); in createSparseMatrixWithHotseat() 206 n = iconLayout.getCountY() + hotseatLayout.getCountY(); in createSparseMatrixWithHotseat() 208 m = iconLayout.getCountX() + hotseatLayout.getCountX(); in createSparseMatrixWithHotseat() 209 n = hotseatLayout.getCountY(); in createSparseMatrixWithHotseat()
|