Searched refs:onRequestFocusInDescendants (Results 1 - 6 of 6) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DHorizontalScrollView.java1391 protected boolean onRequestFocusInDescendants(int direction, method in class:HorizontalScrollView
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java1670 protected boolean onRequestFocusInDescendants(int direction, method in class:ScrollerView
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java871 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { method in class:PagedView
H A DWorkspace.java1314 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { method in class:Workspace
1320 return super.onRequestFocusInDescendants(direction, previouslyFocusedRect);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1597 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { method in class:Workspace
1603 return super.onRequestFocusInDescendants(direction, previouslyFocusedRect);
H A DPagedView.java1213 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { method in class:PagedView

Completed in 105 milliseconds