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.java165 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in NavigableAppWidgetHostView
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DKeyboardDragAndDropView.java159 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in KeyboardDragAndDropView
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java960 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in PagedView
961 if (super.dispatchUnhandledMove(focused, direction)) { in dispatchUnhandledMove()
DWorkspace.java1154 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in Workspace
1159 return super.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()