HomeSort by relevance Sort by last modified time
    Searched defs:focused (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/webkit/Source/WebCore/html/
HTMLDataGridRowElement.cpp 58 bool HTMLDataGridRowElement::focused() const function in class:WebCore::HTMLDataGridRowElement
63 void HTMLDataGridRowElement::setFocused(bool focused)
65 setAttribute(focusedAttr, focused ? "" : 0);
HTMLDataGridCellElement.cpp 58 bool HTMLDataGridCellElement::focused() const function in class:WebCore::HTMLDataGridCellElement
63 void HTMLDataGridCellElement::setFocused(bool focused)
65 setAttribute(focusedAttr, focused ? "" : 0);
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityFocusAndInputFocusSyncTest.java 78 // Get the root which is only accessibility focused.
79 AccessibilityNodeInfo focused = getInstrumentation().getUiAutomation() local
81 assertNull(focused);
109 // Check if the node info is focused.
137 // Check if the node info is focused.
157 // Check if the node info is not focused.
163 // Get the first not focused edit text.
185 // Get the second not focused edit text.
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.cc 419 bool focused = true; local
467 &focused));
507 if (focused)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebAccessibilityObject.cpp 156 RefPtr<AccessibilityObject> focused = m_private->focusedUIElement(); local
157 if (m_private == focused.get() || focused->parentObject() == m_private)
158 return WebAccessibilityObject(focused);
WebViewImpl.cpp 452 // Already focused text field was clicked, let's remember this. If
525 // If the event was a middle click, attempt to copy text into the focused
527 // because the page may change what is focused during in its event handler.
542 Frame* focused = focusedWebCoreFrame(); local
546 HitTestResult hitTestResult = focused->eventHandler()->hitTestResultAtPoint(contentPoint, false, false, ShouldHitTestScrollbars);
550 if (!hitTestResult.scrollbar() && !hitTestResult.isLiveLink() && focused && !view->scrollbarAtPoint(clickPoint)) {
551 Editor* editor = focused->editor();
628 // Suppress the next keypress event unless the focused node is a plug-in node.
1297 Frame* focused = focusedWebCoreFrame(); local
1352 Frame* focused = focusedWebCoreFrame(); local
1384 const Frame* focused = focusedWebCoreFrame(); local
1413 const Frame* focused = focusedWebCoreFrame(); local
1478 const Frame* focused = focusedWebCoreFrame(); local
    [all...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiSelector.java 381 public UiSelector focused(boolean val) { method in class:UiSelector
    [all...]
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 388 AccessibilityNodeInfo focused = null; local
414 focused = AccessibilityNodeInfo.obtain(
418 focused = host.createAccessibilityNodeInfo();
425 focused = target.createAccessibilityNodeInfo();
435 applyAppScaleAndMagnificationSpecIfNeeded(focused, spec);
439 callback.setFindAccessibilityNodeInfoResult(focused, interactionId);
    [all...]
ViewGroup.java 599 public void requestChildFocus(View child, View focused) {
619 mParent.requestChildFocus(this, focused);
631 // shortcut: don't report a new focusable view if we already are focused
636 // the focused view and make sure it wasn't FOCUS_AFTER_DESCENDANTS and
661 * @param focused The view that currently has focus
665 public View focusSearch(View focused, int direction) {
670 return FocusFinder.getInstance().findNextFocus(this, focused, direction);
672 return mParent.focusSearch(focused, direction);
769 public boolean dispatchUnhandledMove(View focused, int direction) {
771 mFocused.dispatchUnhandledMove(focused, direction)
799 View focused = mFocused; local
3843 final View focused = mFocused; local
3931 final View focused = mFocused; local
    [all...]
ViewRootImpl.java 197 final Rect mVisRect; // used to retrieve visible rect of focused view.
2791 View focused = mView.findFocus(); local
3271 final View focused = mView.findFocus(); local
3330 final View focused = focusSearch(null, View.FOCUS_DOWN); local
3843 View focused = mView.findFocus(); local
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java 132 // Keeps focused children visible through resizes
1689 final View focused = getFocusedChild(); local
2100 View focused = getFocusedChild(); local
2489 final View focused = getFocusedChild(); local
2507 final View focused = selectedView.findFocus(); local
    [all...]
  /external/webkit/Source/WebCore/dom/
Node.h 280 // Called on the focused node right before dispatching an unload event.
292 bool focused() const { return hasRareData() ? rareDataFocused() : false; } function in class:WebCore::Node
332 // Whether the node can actually be focused.
  /prebuilts/sdk/16/
uiautomator.jar 
  /prebuilts/sdk/17/
uiautomator.jar 
  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/current/
uiautomator.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 

Completed in 527 milliseconds

1 2 3