HomeSort by relevance Sort by last modified time
    Searched full:focused (Results 26 - 50 of 259) sorted by null

12 3 4 5 6 7 8 91011

  /external/webkit/WebCore/manual-tests/inspector/
debugger-shortcuts-with-console-opened.html 13 <p>To test, open the Inspector and start a debugging session. Open the Console view (press Esc or click the "Show console" button in the status bar) and make sure it is focused (the cursor is blinking in the text prompt.)
  /external/webkit/WebCore/manual-tests/
select-popup-on-spacebar.html 10 return in Gtk and Chromium ports will popup the select control when focused.
  /frameworks/base/core/java/android/inputmethodservice/
ExtractButton.java 24 * Specialization of {@link Button} that ignores the window not being focused.
  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 45 * the previously focused rectangle.
233 protected void onFocusChanged(boolean focused, int direction,
235 super.onFocusChanged(focused, direction, previouslyFocusedRect);
237 if (focused) {
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemFocusableAboveUnfocusableTest.java 50 assertFalse("focused item should have lost focus",
  /frameworks/base/docs/html/resources/
index.jd 12 <dd>Focused discussions about Android development subjects, including
  /packages/apps/Contacts/res/drawable-finger/
tab_bottom.xml 30 <!-- Focused states -->
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
Window.java 20 public static final Window FOCUSED_WINDOW = new Window("<Focused Window>", -1);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusChangeWithInterestingRectHintTest.java 31 * work together to give a newly focused item a hint about the most interesting
32 * rectangle of the previously focused view. The view taking focus can use this
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
ButtonsWithTallTextViewInBetweenTest.java 90 assertTrue("scroll view should be focused", mScrollView.isFocused());
140 assertTrue("scroll view should be focused", mScrollView.isFocused());
  /packages/apps/Phone/res/drawable/
incall_toggle_button.xml 21 checked/focused/enabled/pressed here, since the assets were
26 focused/enabled/pressed state, and only the toggle indicator
  /external/webkit/WebCore/html/
HTMLDataGridCellElement.h 45 bool focused() const;
HTMLDataGridRowElement.h 45 bool focused() const;
HTMLDataGridRowElement.idl 32 attribute boolean focused; // Whether or not the row is the current object in the tree for keyboard navigation (or as the principal item of a multiple selection).
HTMLPlugInElement.h 64 // in Android, plugin has a focused mode where it accepts all the touch events.
  /external/webkit/WebKit/chromium/src/
WebAccessibilityObject.cpp 134 RefPtr<AccessibilityObject> focused = m_private->focusedUIElement(); local
135 if (m_private == focused.get() || focused->parentObject() == m_private)
136 return WebAccessibilityObject(focused);
WebViewImpl.cpp 342 // Already focused text field was clicked, let's remember this. If
406 // If the event was a middle click, attempt to copy text into the focused
408 // because the page may change what is focused during in its event handler.
423 Frame* focused = focusedWebCoreFrame(); local
427 HitTestResult hitTestResult = focused->eventHandler()->hitTestResultAtPoint(contentPoint, false, false, ShouldHitTestScrollbars);
431 if (!hitTestResult.scrollbar() && !hitTestResult.isLiveLink() && focused && !view->scrollbarAtPoint(clickPoint)) {
432 Editor* editor = focused->editor();
1011 Frame* focused = focusedWebCoreFrame(); local
1096 const Frame* focused = focusedWebCoreFrame(); local
1127 const Frame* focused = focusedWebCoreFrame(); local
    [all...]
EditorClientImpl.h 115 // text-field or when clicking an already focused text-field.
151 // Returns whether or not the focused control needs spell-checking.
152 // Currently, this function just retrieves the focused node and determines
  /frameworks/base/core/java/android/text/method/
TransformationMethod.java 44 boolean focused, int direction,
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
FocusableInTouchModeClickTest.java 52 assertTrue("subsequent click while focused should fire on click",
  /frameworks/base/core/java/android/view/
ViewRoot.java 149 final Rect mVisRect; // used to retrieve visible rect of focused view.
2032 final View focused = mView.findFocus(); local
2096 final View focused = focusSearch(null, View.FOCUS_DOWN); local
2492 View focused = mView != null ? mView.findFocus() : null; local
    [all...]
ViewParent.java 95 * will contain the focused view. It is not necessarily the view that
97 * @param focused The view that is a descendant of child that actually has
100 public void requestChildFocus(View child, View focused);
  /frameworks/base/docs/html/guide/developing/tools/
hierarchy-viewer.jd 17 on the right. The <em>&lt;Focused Window></em> is the window currently in
57 <p>If you interact with the device and change the focused View, the diagram will not automatically refresh.
89 in the Normal View, because the hierarchy believes you are still focused on the prior View.</p>
  /external/skia/src/views/
SkWidgets.cpp 216 static const char* computeAnimatorState(int enabled, int focused, SkButtonWidget::State state)
222 SkASSERT(focused);
225 if (focused)
226 return "enabled-focused";
  /external/webkit/WebCore/history/
CachedPage.cpp 76 // Restore the focus appearance for the focused element.

Completed in 570 milliseconds

12 3 4 5 6 7 8 91011