Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java395 CellLayout workspaceLayout = (CellLayout) workspace.getChildAt(pageIndex); in handleIconKeyEvent() local
428 workspaceLayout = (CellLayout) workspace.getChildAt(pageIndex - 1); in handleIconKeyEvent()
429 newIcon = getFirstFocusableIconInReadingOrder(workspaceLayout, isRtl); in handleIconKeyEvent()
467 newIcon = getFirstFocusableIconInReadingOrder(workspaceLayout, isRtl); in handleIconKeyEvent()
474 newIcon = getFirstFocusableIconInReverseReadingOrder(workspaceLayout, isRtl); in handleIconKeyEvent()
559 CellLayout workspaceLayout = (CellLayout) workspace.getChildAt(pageIndex - 1); in handlePreviousPageLastItem() local
560 View newIcon = getFirstFocusableIconInReverseReadingOrder(workspaceLayout, isRtl); in handlePreviousPageLastItem()
574 CellLayout workspaceLayout = (CellLayout) workspace.getChildAt(pageIndex + 1); in handleNextPageFirstItem() local
575 View newIcon = getFirstFocusableIconInReadingOrder(workspaceLayout, isRtl); in handleNextPageFirstItem()