Searched refs:addFocusables (Results 1 – 1 of 1) sorted by relevance
603 public void addFocusables(ArrayList<View> views, int direction, int focusableMode) { in addFocusables() method in Workspace607 getChildAt(mCurrentScreen).addFocusables(views, direction); in addFocusables()610 getChildAt(mCurrentScreen - 1).addFocusables(views, direction); in addFocusables()614 getChildAt(mCurrentScreen + 1).addFocusables(views, direction); in addFocusables()618 openFolder.addFocusables(views, direction); in addFocusables()