Searched refs:workspaceLayout (Results 1 – 1 of 1) sorted by relevance
395 CellLayout workspaceLayout = (CellLayout) workspace.getChildAt(pageIndex); in handleIconKeyEvent() local428 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() local560 View newIcon = getFirstFocusableIconInReverseReadingOrder(workspaceLayout, isRtl); in handlePreviousPageLastItem()574 CellLayout workspaceLayout = (CellLayout) workspace.getChildAt(pageIndex + 1); in handleNextPageFirstItem() local575 View newIcon = getFirstFocusableIconInReadingOrder(workspaceLayout, isRtl); in handleNextPageFirstItem()