Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DNavigableAppWidgetHostView.java156 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in NavigableAppWidgetHostView
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DKeyboardDragAndDropView.java158 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in KeyboardDragAndDropView
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java810 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in PagedView
811 if (super.dispatchUnhandledMove(focused, direction)) { in dispatchUnhandledMove()
DWorkspace.java880 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in Workspace
885 return super.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()