Home
last modified time | relevance | path

Searched refs:previouslyFocusedRect (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/security/
DCarLockPatternView.java42 @android.annotation.Nullable Rect previouslyFocusedRect) { in onFocusChanged() argument
43 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDigitsEditText.java37 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument
38 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
DSettingsGuidedActionEditText.java71 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument
72 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DDigitsEditText.java45 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/
DExtendedEditText.java183 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument
184 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DBubbleTextView.java298 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument
301 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DPagedView.java945 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() argument
954 return v.requestFocus(direction, previouslyFocusedRect); in onRequestFocusInDescendants()
/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DHeadsUpContainerView.java81 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() argument
83 return super.onRequestFocusInDescendants(direction, previouslyFocusedRect); in onRequestFocusInDescendants()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DNavigableAppWidgetHostView.java125 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument
130 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/packages/apps/TV/src/com/android/tv/menu/
DMenuView.java194 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() argument
205 return super.onRequestFocusInDescendants(direction, previouslyFocusedRect); in onRequestFocusInDescendants()
DMenuRowView.java173 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() argument
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DClearAllButton.java127 public void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument
128 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DTaskView.kt506 previouslyFocusedRect: Rect? in <lambda>()
508 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect) in <lambda>()
DRecentsView.java4308 @Nullable Rect previouslyFocusedRect) { in onFocusChanged() argument
4309 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java460 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() argument
463 return topView.requestFocus(direction, previouslyFocusedRect); in onRequestFocusInDescendants()
465 return super.onRequestFocusInDescendants(direction, previouslyFocusedRect); in onRequestFocusInDescendants()
/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java170 public boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() argument
176 return super.onRequestFocusInDescendants(direction, previouslyFocusedRect); in onRequestFocusInDescendants()
DProgramRow.java259 public boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() argument
276 boolean result = super.onRequestFocusInDescendants(direction, previouslyFocusedRect); in onRequestFocusInDescendants()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DRecordingCardView.java138 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument
139 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java2534 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) {
2537 return view.requestFocus(direction, previouslyFocusedRect);
2541 return view.requestFocus(direction, previouslyFocusedRect);