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

1 2 3 4 56 7 8 91011

  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClock.java 223 // Make the entire view selected when focused.
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java     [all...]
  /external/webkit/WebCore/dom/
Node.h 276 bool focused() const { return hasRareData() ? rareDataFocused() : false; } function in class:WebCore::Node
303 // Whether the node can actually be focused.
Document.h 663 * @param fromNode The node from which to start searching. The node after this will be focused. May be null.
676 * @param fromNode The node from which to start searching. The node before this will be focused. May be null.
    [all...]
SelectElement.cpp 51 // Configure platform-specific behavior when focused pop-up receives arrow/space/return keystroke.
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 818 void DumpRenderTree::switchFocus(bool focused)
820 QFocusEvent event((focused) ? QEvent::FocusIn : QEvent::FocusOut, Qt::ActiveWindowFocusReason);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEvent.java 29 * {@link android.widget.Button} is clicked, a {@link android.view.View} is focused, etc.
83 * <b>View focused</b> - represents the event of focusing a
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 87 /** Background of each item (should contain the selected and focused states) */
171 // This is so our children can still be arrow-key focused
  /frameworks/base/docs/html/resources/tutorials/views/
hello-formstuff.jd 66 when the button is focused (when the button is highlighted using the trackball or directional
68 for the normal state (when neither pressed nor focused). This XML file now represents a single
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowAdapter.mm 395 // Ignore some unknown event that gets sent when NSTextViews in printing accessory views are focused. M.P. Notice - 12/7/00
436 // clear any focused control.
492 // Most of the time the handling of the cancel key will be done by Carbon, but this method will be invoked if an NSCarbonWindow is wrapping a Carbon window that contains an NSViewCarbonControl, and the escape key or whatever is pressed with an NSTextView focused. Just do what Carbon would do.
    [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 764 * Show the context menu for the currently focused view and executes a
848 * Send a key event to the currently focused window/view and wait for it to
866 * Sends an up and down key event sync to the currently focused window.
    [all...]
Dialog.java 392 * Window if this Activity to return the currently focused view.
481 * <p>If the focused view didn't want this event, this method is called.
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java     [all...]
  /external/webkit/WebCore/accessibility/
AXObjectCache.cpp 120 // get the focused node in the page
  /external/webkit/WebCore/html/
HTMLAnchorElement.cpp 130 if (isLink() && (evt->type() == eventNames().clickEvent || (evt->type() == eventNames().keydownEvent && focused()))) {
HTMLInputElement.cpp 694 // If text fields can be focused, then they should always be keyboard focusable
698 // If the base class says we can't be focused, then we can stop now.
    [all...]
  /external/webkit/WebCore/platform/gtk/
gtkdrawing.h 60 guint8 focused; member in struct:__anon6509
  /external/webkit/WebCore/wml/
WMLInputElement.cpp 271 if (evt->type() == eventNames().keydownEvent && evt->isKeyboardEvent() && focused() && document()->frame()
  /external/webkit/WebKit/chromium/src/
WebViewImpl.h 194 // Returns the currently focused Node or null if no node has focus.
  /frameworks/base/core/java/android/view/inputmethod/
InputConnection.java 253 * key event, to the currently focused; this generally is the view that
  /frameworks/base/core/java/android/webkit/
WebChromeClient.java 113 * @param view The WebView that needs to be focused.
  /frameworks/base/docs/html/resources/articles/
on-screen-inputs.jd 44 the currently focused view is visible. This is the default mode, since it is the
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
MidWindow.java     [all...]
  /packages/apps/Camera/src/com/android/camera/
Camera.java 680 boolean focused, android.hardware.Camera camera) {
688 if (focused) {
701 if (focused) {
    [all...]
  /external/webkit/WebCore/rendering/
RenderThemeWin.cpp 413 else if (isPressed(o)) // Active overrides hover and focused.
797 if (e && e->focused() && e->document()->frame()->selection()->isFocusedAndActive())
    [all...]

Completed in 174 milliseconds

1 2 3 4 56 7 8 91011