Searched refs:focus (Results 51 - 64 of 64) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1527 * Atomically transfers touch focus from one window to another as identified by
1529 * touch focus if they support split touch dispatch
1531 * method only transfers touch focus of the specified window without affecting
1532 * other windows that may also have touch focus at the same time.
1533 * @param fromChannel The channel of a window that currently has touch focus.
1534 * @param toChannel The channel of the window that should receive touch focus in
1537 * specified channel did not actually have touch focus at the time of the request.
1882 private long interceptKeyBeforeDispatching(InputWindowHandle focus, argument
1884 return mWindowManagerCallbacks.interceptKeyBeforeDispatching(focus, event, policyFlags);
1888 private KeyEvent dispatchUnhandledKey(InputWindowHandle focus, argument
2042 interceptKeyBeforeDispatching(InputWindowHandle focus, KeyEvent event, int policyFlags) argument
2045 dispatchUnhandledKey(InputWindowHandle focus, KeyEvent event, int policyFlags) argument
[all...]
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java41 * Action that gives input focus to the node.
48 * Action that clears input focus of the node.
83 * Action that gives accessibility focus to the node.
90 * Action that clears accessibility focus of the node.
731 Object findFocus(Object info, int focus); argument
1185 public Object findFocus(Object info, int focus) { argument
1819 public Object findFocus(Object info, int focus) { argument
1820 return AccessibilityNodeInfoCompatJellyBean.findFocus(info, focus);
2403 * Action that gives accessibility focus to the node.
2408 * Action that clears accessibility focus o
2860 findFocus(int focus) argument
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java384 clientTarget.focus();
1144 getRenderTarget().focus();
1171 getRenderTarget().focus();
H A DRenderTarget.java209 public void focus() { method in class:RenderTarget
211 // We assume RenderTargets are immutable, so that we do not need to focus if the current
H A DGraphRunner.java285 mRenderTarget.focus();
H A DImageShader.java605 target.focus();
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java59 * in the user interface, for example, the focus has changed, a button has been clicked,
516 * interact with the window that has input focus by typing, the focused
538 * is currently touching or the window with input focus, if the user is not
546 * In other words, the last window shown that also has input focus.
1332 * Find the view that has the specified focus type. The search is performed
1344 * @param focus The focus to find. One of {@link AccessibilityNodeInfo#FOCUS_INPUT} or
1351 public AccessibilityNodeInfo findFocus(int focus) { argument
1353 AccessibilityNodeInfo.ANY_WINDOW_ID, AccessibilityNodeInfo.ROOT_NODE_ID, focus);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1470 // focus if it is no longer active. This still changes the behavior
1473 // there is only one service that uses accessibility focus and it
1476 // we have to allow accessibility focus stay in any of them. Sigh...
3670 AccessibilityNodeInfo focus = getAccessibilityFocusNotLocked(windowId);
3671 if (focus != null) {
3672 focus.performAction(AccessibilityNodeInfo.ACTION_CLEAR_ACCESSIBILITY_FOCUS);
3677 AccessibilityNodeInfo focus = getAccessibilityFocusNotLocked();
3678 if (focus == null) {
3684 focus.getBoundsInScreen(boundsInScreen);
3687 MagnificationSpec spec = getCompatibleMagnificationSpecLocked(focus
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java107 * Action that gives input focus to the node.
112 * Action that clears input focus of the node.
139 * Action that gives accessibility focus to the node.
144 * Action that clears accessibility focus of the node.
468 * The input focus.
473 * The accessibility focus.
700 * Find the view that has the specified focus type. The search starts from
703 * @param focus The focus to find. One of {@link #FOCUS_INPUT} or
710 public AccessibilityNodeInfo findFocus(int focus) { argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
H A DRecentsTvActivity.java48 import com.android.systemui.recents.events.ui.focus.DismissFocusedTaskViewEvent;
318 // Place mPipView at the PIP bounds for fine tuned focus handling.
413 // If talkback is on, use the mPipView to handle focus changes
419 // When PIP view has focus, recents overlay view will takes the focus
594 * Requests the focus to the PIP controls.
596 * and give focus to the recents overlay if needed.
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java206 /** Whether the window had focus during the most recent traversal. */
210 * Whether the window lost focus during a previous traversal and has not
770 /** Whether the window is in local focus mode or not */
1554 // shown for the first time the next time it gets focus.
1559 // Non-visible windows can't hold accessibility focus.
2145 // handle first focus request
2766 // If accessibility focus moved, always invalidate the root.
2995 // Lazily load the accessibility focus drawable.
3026 // going to make the focus visible... otherwise we scroll
3030 // to update the scroll position if the focus ha
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java86 import com.android.systemui.recents.events.ui.focus.DismissFocusedTaskViewEvent;
87 import com.android.systemui.recents.events.ui.focus.FocusNextTaskViewEvent;
88 import com.android.systemui.recents.events.ui.focus.FocusPreviousTaskViewEvent;
637 // Update the focus if the previous focused task was returned to the view pool
870 * @return whether or not the stack will scroll as a part of this focus change
880 * @return whether or not the stack will scroll as a part of this focus change
884 // Find the next task to focus
919 // Cancel any running enter animations at this point when we scroll or change focus
943 * if the currently focused task is not a stack task, will set the focus
946 * focus
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java1043 // If we find a matching action in the new notification, focus, otherwise close.
1050 existing.focus();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 475 milliseconds

123