/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
D | DigitsEditText.java | 37 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument 38 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/ |
D | DigitsEditText.java | 45 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument 46 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | NavigableAppWidgetHostView.java | 104 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument 109 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ScrimView.java | 367 Rect previouslyFocusedRect) { in onFocusChanged() argument 368 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged() 369 mAccessibilityHelper.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
D | BaseDragLayer.java | 435 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() argument 438 return topView.requestFocus(direction, previouslyFocusedRect); in onRequestFocusInDescendants() 440 return super.onRequestFocusInDescendants(direction, previouslyFocusedRect); in onRequestFocusInDescendants()
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | MenuView.java | 192 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() argument 198 return super.onRequestFocusInDescendants(direction, previouslyFocusedRect); in onRequestFocusInDescendants()
|
D | MenuRowView.java | 172 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() argument
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramRow.java | 259 public boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() argument 276 boolean result = super.onRequestFocusInDescendants(direction, previouslyFocusedRect); in onRequestFocusInDescendants()
|
D | ProgramGrid.java | 170 public boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() argument 176 return super.onRequestFocusInDescendants(direction, previouslyFocusedRect); in onRequestFocusInDescendants()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | RecordingCardView.java | 138 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument 139 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
D | UxrTextView.java | 117 int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BubbleTextView.java | 203 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument 206 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
D | PagedView.java | 736 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() argument 745 return v.requestFocus(direction, previouslyFocusedRect); in onRequestFocusInDescendants()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | RecentsView.java | 1306 @Nullable Rect previouslyFocusedRect) { in onFocusChanged() argument 1307 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
D | ScrollAdapterView.java | 2534 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { 2537 return view.requestFocus(direction, previouslyFocusedRect); 2541 return view.requestFocus(direction, previouslyFocusedRect);
|