Home
last modified time | relevance | path

Searched defs:hotseatLayout (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java216 final CellLayout hotseatLayout = (CellLayout) hotseatParent.getParent(); in handleHotseatButtonKeyEvent() local
364 CellLayout hotseatLayout = (CellLayout) hotseat.getChildAt(0); in handleIconKeyEvent() local
554 private static View handlePreviousPageLastItem(Workspace workspace, CellLayout hotseatLayout, in handlePreviousPageLastItem()
569 private static View handleNextPageFirstItem(Workspace workspace, CellLayout hotseatLayout, in handleNextPageFirstItem()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java194 CellLayout hotseatLayout, boolean isHotseatHorizontal, int allappsiconRank) { in createSparseMatrixWithHotseat()