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

1234

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedActionsStylist.java770 * @param focused True if the action has become focused, false if it has lost focus.
772 public void onAnimateItemFocused(ViewHolder vh, boolean focused) { argument
/frameworks/base/core/java/android/widget/
H A DTextView.java3235 * focused) to be this color.
3273 * Gets the text colors for the different states (normal, selected, focused) of the TextView.
3321 * TextView gets focused. The default is true.
3331 * TextView gets focused. The default is true.
5904 // Selection extends across multiple lines -- make the focused
8379 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
8382 super.onFocusChanged(focused, direction, previouslyFocusedRect);
8386 if (mEditor != null) mEditor.onFocusChanged(focused, direction);
8388 if (focused) {
8395 startStopMarquee(focused);
[all...]
H A DEditor.java1137 void onFocusChanged(boolean focused, int direction) { argument
1141 if (focused) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java2219 public View onFocusSearchFailed(View focused, int direction, RecyclerView.Recycler recycler, argument
2225 final View directChild = findContainingItemView(focused);
/frameworks/base/core/java/android/app/
H A DIActivityManager.java528 IBinder activityToken, boolean focused, boolean newSessionId) throws RemoteException;
526 requestAssistContextExtras(int requestType, IResultReceiver receiver, Bundle receiverExtras, IBinder activityToken, boolean focused, boolean newSessionId) argument
H A DActivityManagerNative.java2423 boolean focused = data.readInt() == 1;
2426 activityToken, focused, newSessionId);
6160 IBinder activityToken, boolean focused, boolean newSessionId) throws RemoteException {
6168 data.writeInt(focused ? 1 : 0);
6158 requestAssistContextExtras(int requestType, IResultReceiver receiver, Bundle receiverExtras, IBinder activityToken, boolean focused, boolean newSessionId) argument
/frameworks/base/core/java/android/view/
H A DView.java1312 * Indicates the view is focused. States are used with
1370 * Indicates the view is focused and selected.
1392 * Indicates the view is enabled, focused and selected.
1400 * Indicates the view is enabled, focused and its window has the focus.
1416 * Indicates the view is focused, selected and its window has the focus.
1424 * Indicates the view is enabled, focused, selected and its window
1456 * Indicates the view is pressed and focused.
1463 * Indicates the view is pressed, focused and its window has the focus.
1471 * Indicates the view is pressed, focused and selected.
1479 * Indicates the view is pressed, focused, selecte
6122 clearFocusInternal(View focused, boolean propagate, boolean refocus) argument
6158 unFocus(View focused) argument
8747 dispatchUnhandledMove(View focused, @FocusRealDirection int direction) argument
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java832 * Gets a point within the accessibility focused node where we can send down
3549 // Let the policy update the focused and active windows.
3568 reportedWindow.setFocused(window.focused);
3908 // the user stops touching that window the focused window becomes
3910 // active. In updateWindowsLocked() we update the focused window
3911 // and if the user is not touching the screen, we make the focused
3918 // what the focused window is to update the active one.
3982 // letter typed in the text view which is in the input focused
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java603 * If non-null, we are tracking the time the user spends in the currently focused app.
3010 // We had been in a voice interaction session, but now focused has
3029 // Log a warning if the focused app is changed during the process. This could
3032 "setFocusedActivityLocked: r=" + r + " but focused to " + mFocusedActivity);
4539 throw new SecurityException("Only focused activity can call startVoiceInteraction");
12205 null, null, true /* focused */, true /* newSessionId */,
12271 IBinder activityToken, boolean focused, boolean newSessionId) {
12273 activityToken, focused, newSessionId,
12280 boolean focused, boolean newSessionId, int userHandle, Bundle args, long timeout) {
12293 if (focused) {
12269 requestAssistContextExtras(int requestType, IResultReceiver receiver, Bundle receiverExtras, IBinder activityToken, boolean focused, boolean newSessionId) argument
12278 enqueueAssistContext(int requestType, Intent intent, String hint, IResultReceiver receiver, Bundle receiverExtras, IBinder activityToken, boolean focused, boolean newSessionId, int userHandle, Bundle args, long timeout) argument
[all...]

Completed in 357 milliseconds

1234