Home
last modified time | relevance | path

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

123

/aosp14/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()
/aosp14/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.java49 public boolean focused; field in WindowInfo
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DTaskFocusStateConsumer.java20 void setTaskFocusState(boolean focused); in setTaskFocusState()
H A DWindowDecorLinearLayout.java56 public void setTaskFocusState(boolean focused) { in setTaskFocusState()
/aosp14/frameworks/base/core/java/android/service/games/
H A DIGameSession.aidl30 void onTaskFocusChanged(boolean focused); in onTaskFocusChanged()
H A DGameSession.java286 public void onGameTaskFocusChanged(boolean focused) { in onGameTaskFocusChanged()
/aosp14/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()
H A DReplacementTransformationMethod.java103 boolean focused, int direction, in onFocusChanged()
H A DPasswordTransformationMethod.java122 boolean focused, int direction, in onFocusChanged()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleBackground.java66 public void setState(boolean focused, boolean hovered, boolean pressed) { in setState()
/aosp14/frameworks/base/core/java/android/widget/
H A DZoomButton.java116 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove()
H A DDialerFilter.java96 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/
H A DQrDecorateView.java138 public void setFocused(boolean focused) { in setFocused()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/android/service/games/
H A DGameSessionTest.java410 public void onGameTaskFocusChanged(boolean focused) { in onGameTaskFocusChanged()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/tv/
H A DTvSplitMenuController.java169 private void setMenuFocus(boolean focused) { in setMenuFocus()
/aosp14/frameworks/base/services/core/java/com/android/server/app/
H A DGameServiceProviderInstanceImpl.java366 private void onTaskFocusChanged(int taskId, boolean focused) { in onTaskFocusChanged()
373 private void onTaskFocusChangedLocked(int taskId, boolean focused) { in onTaskFocusChangedLocked()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DLightSourceDrawable.kt279 var focused = false regex
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java449 public void setFocused(boolean focused) { in setFocused()
469 public void setAccessibilityFocused(boolean focused) { in setAccessibilityFocused()
/aosp14/frameworks/base/core/java/android/app/
H A DITaskStackListener.aidl181 void onTaskFocusChanged(int taskId, boolean focused); in onTaskFocusChanged()
H A DTaskStackListener.java198 public void onTaskFocusChanged(int taskId, boolean focused) { in onTaskFocusChanged()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DNumericTextView.java70 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged()
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DInternalSelectionView.java238 protected void onFocusChanged(boolean focused, int direction, in onFocusChanged()

123