Searched refs:focused (Results 76 - 91 of 91) sorted by relevance

1234

/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java376 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
377 super.onFocusChanged(focused, direction, previouslyFocusedRect);
378 if (focused) {
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DRecyclerViewLayoutTest.java835 public View onFocusSearchFailed(View focused, int direction,
1229 public View onFocusSearchFailed(View focused, int direction,
1320 public View onFocusSearchFailed(View focused, int direction,
1346 public View focusSearch(final ViewGroup parent, final View focused, final int direction) argument
1352 result[0] = parent.focusSearch(focused, direction);
1381 public View onFocusSearchFailed(View focused, int direction, RecyclerView.Recycler recycler,
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java862 if (mAutofillOverlay.focused) {
1553 public boolean focused; field in class:AssistStructure.AutofillOverlay
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java2073 // we could have no focused window in input manager.
2944 void reportFocusChangedSerialized(boolean focused, boolean inTouchMode) { argument
2946 mClient.windowFocusChanged(focused, inTouchMode);
2954 if (focused) {
3889 windowInfo.focused = isFocused();
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java573 public View onFocusSearchFailed(View focused, int direction, argument
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java573 public View onFocusSearchFailed(View focused, int direction, argument
/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl487 boolean focused, boolean newSessionId);
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java414 * - proper node is focused
450 overlay.focused = mCurrentViewId.equals(viewState.id);
451 // Sanitizes the value of the focused field in a manual request.
452 if (overlay.focused && (flags & FLAG_MANUAL_REQUEST) != 0) {
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DStaggeredGridLayoutManager.java2284 public View onFocusSearchFailed(View focused, int direction, RecyclerView.Recycler recycler, argument
2290 final View directChild = findContainingItemView(focused);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGuidedActionsStylist.java908 * @param focused True if the action has become focused, false if it has lost focus.
910 public void onAnimateItemFocused(ViewHolder vh, boolean focused) { argument
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
H A DAppCompatBaseAutoSizeTest.java1247 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, argument
/frameworks/base/core/java/android/widget/
H A DTextView.java4279 * focused) to be this color.
4317 * Gets the text colors for the different states (normal, selected, focused) of the TextView.
4365 * TextView gets focused. The default is true.
4375 * TextView gets focused. The default is true.
7272 // Selection extends across multiple lines -- make the focused
9984 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
9987 super.onFocusChanged(focused, direction, previouslyFocusedRect);
9991 if (mEditor != null) mEditor.onFocusChanged(focused, direction);
9993 if (focused) {
9999 startStopMarquee(focused);
[all...]
H A DEditor.java1236 void onFocusChanged(boolean focused, int direction) { argument
1240 if (focused) {
/frameworks/base/core/java/android/view/
H A DView.java1793 * Indicates the view is focused. States are used with
1851 * Indicates the view is focused and selected.
1873 * Indicates the view is enabled, focused and selected.
1881 * Indicates the view is enabled, focused and its window has the focus.
1897 * Indicates the view is focused, selected and its window has the focus.
1905 * Indicates the view is enabled, focused, selected and its window
1937 * Indicates the view is pressed and focused.
1944 * Indicates the view is pressed, focused and its window has the focus.
1952 * Indicates the view is pressed, focused and selected.
1960 * Indicates the view is pressed, focused, selecte
7092 clearFocusInternal(View focused, boolean propagate, boolean refocus) argument
7129 unFocus(View focused) argument
11051 dispatchUnhandledMove(View focused, @FocusRealDirection int direction) argument
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java967 * Gets a point within the accessibility focused node where we can send down
2716 // Let the policy update the focused and active windows.
2735 reportedWindow.setFocused(window.focused);
3291 // the user stops touching that window the focused window becomes
3293 // active. In updateWindowsLocked() we update the focused window
3294 // and if the user is not touching the screen, we make the focused
3301 // what the focused window is to update the active one.
3367 // letter typed in the text view which is in the input focused
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java754 * If non-null, we are tracking the time the user spends in the currently focused app.
3545 // We had been in a voice interaction session, but now focused has
3584 return "focused app: " + packageName;
5375 throw new SecurityException("Only focused activity can call startVoiceInteraction");
11721 // When starting lock task mode the stack must be in front and focused
13947 null, null, true /* focused */, true /* newSessionId */,
14013 Bundle receiverExtras, IBinder activityToken, boolean focused, boolean newSessionId) {
14015 activityToken, focused, newSessionId, UserHandle.getCallingUserId(), null,
14029 boolean focused, boolean newSessionId, int userHandle, Bundle args, long timeout,
14044 if (focused) {
14012 requestAssistContextExtras(int requestType, IAssistDataReceiver receiver, Bundle receiverExtras, IBinder activityToken, boolean focused, boolean newSessionId) argument
14027 enqueueAssistContext(int requestType, Intent intent, String hint, IAssistDataReceiver receiver, Bundle receiverExtras, IBinder activityToken, boolean focused, boolean newSessionId, int userHandle, Bundle args, long timeout, int flags) argument
[all...]

Completed in 1586 milliseconds

1234