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.java223 final CellLayout hotseatLayout = (CellLayout) hotseatParent.getParent(); in handleHotseatButtonKeyEvent() local
347 CellLayout hotseatLayout = (CellLayout) hotseat.getChildAt(0); in handleIconKeyEvent() local
509 private static View handlePreviousPageLastItem(Workspace workspace, CellLayout hotseatLayout, in handlePreviousPageLastItem()
524 private static View handleNextPageFirstItem(Workspace workspace, CellLayout hotseatLayout, in handleNextPageFirstItem()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java198 CellLayout iconLayout, CellLayout hotseatLayout, DeviceProfile dp) { in createSparseMatrixWithHotseat()