Home
last modified time | relevance | path

Searched defs:focused (Results 1 – 25 of 84) sorted by relevance

1234

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DVerticalFocusSearchTest.java50 View findNextFocus(ViewGroup root, View focused, int direction); in findNextFocus()
56 public View findNextFocus(ViewGroup root, View focused, int direction) { in findNextFocus()
/aosp12/frameworks/base/core/java/android/view/
H A DFocusFinder.java79 public final View findNextFocus(ViewGroup root, View focused, int direction) { in findNextFocus()
96 private View findNextFocus(ViewGroup root, View focused, Rect focusedRect, int direction) { in findNextFocus()
126 private ViewGroup getEffectiveRoot(ViewGroup root, View focused) { in getEffectiveRoot()
193 private View findNextUserSpecifiedFocus(ViewGroup root, View focused, int direction) { in findNextUserSpecifiedFocus()
218 private View findNextFocus(ViewGroup root, View focused, Rect focusedRect, in findNextFocus()
304 View focused, Rect focusedRect, int direction) { in findNextFocusInRelativeDirection()
338 View findNextFocusInAbsoluteDirection(ArrayList<View> focusables, ViewGroup root, View focused, in findNextFocusInAbsoluteDirection()
378 private static View getNextFocusable(View focused, ArrayList<View> focusables, int count) { in getNextFocusable()
391 private static View getPreviousFocusable(View focused, ArrayList<View> focusables, int count) { in getPreviousFocusable()
H A DWindowInfo.java47 public boolean focused; field in WindowInfo
/aosp12/packages/apps/TV/src/com/android/tv/guide/
H A DProgramGrid.java131 public void requestChildFocus(View child, View focused) { in requestChildFocus()
154 public View focusSearch(View focused, int direction) { in focusSearch()
245 private View focusFind(View focused, int direction) { in focusFind()
302 private void updateUpDownFocusState(View focused, int direction) { in updateUpDownFocusState()
H A DProgramRow.java133 void focusSearchAccessibility(View focused, int direction) { in focusSearchAccessibility()
145 public View focusSearch(View focused, int direction) { in focusSearch()
/aosp12/frameworks/base/core/java/android/text/method/
H A DTransformationMethod.java45 boolean focused, int direction, in onFocusChanged()
H A DAllCapsTransformationMethod.java70 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, in onFocusChanged()
H A DTranslationTransformationMethod.java97 boolean focused, int direction, in onFocusChanged()
/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDigitsEditText.java45 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged()
/aosp12/packages/apps/Dialer/java/com/android/dialer/dialpadview/
H A DDigitsEditText.java37 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/
H A DFragmentTestCase.java107 protected void setFocus(final View view, final boolean focused) { in setFocus()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/suggestions/
H A DSuggestionItemView.java87 public View focusSearch(View focused, int direction) { in focusSearch()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
H A DSettingsGuidedActionEditText.java71 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged()
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DMenuView.java249 public View focusSearch(View focused, int direction) { in focusSearch()
259 private View getUpDownFocus(View focused, int direction) { in getUpDownFocus()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DNavigableAppWidgetHostView.java142 public void requestChildFocus(View child, View focused) { in requestChildFocus()
157 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove()
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DOnRepeatedKeyInterceptListener.java97 View focused = listener.mView.findFocus(); in handleMessage() local
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/dirlist/
H A DTestFocusHandler.java86 public void assertHasFocus(boolean focused) { in assertHasFocus()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/
H A DNestedContainer.java125 public View focusSearch(View focused, int direction) { in focusSearch()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleBackground.java66 public void setState(boolean focused, boolean hovered, boolean pressed) { in setState()
/aosp12/frameworks/base/core/java/android/widget/
H A DZoomButton.java116 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DSearchBot.java123 public void assertInputFocused(boolean focused) in assertInputFocused()
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/taskstack/
H A DTaskStackChangeListeners.java183 public void onTaskFocusChanged(int taskId, boolean focused) { in onTaskFocusChanged()
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DUxrTextView.java118 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, in onFocusChanged()
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dsearch_autocomplete.js246 function search_focus_changed(obj, focused) argument
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/qrcode/
H A DQrDecorateView.java139 public void setFocused(boolean focused) { in setFocused()

1234