HomeSort by relevance Sort by last modified time
    Searched full:focus (Results 276 - 300 of 745) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 688 // event to prevent focus from moving.
707 // the list view is actually showing its focus indicator,
708 // by ensuring it has focus and getting its window out
714 // avoid passing the focus from the text view to the
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebUIDelegate.idl 227 @abstract Focus the current window (i.e. makeKeyAndOrderFront:).
230 also do something to focus the one corresponding to this WebView.
253 real first responder if some control not in the window has focus.
621 @abstract Informs whether focus can be transferred out of the WebView in the specified direction
623 @param forward Whether focus is moving forward or backward.
629 @abstract Instructs the delegate to take focus out of the WebView
631 @param forward Whether focus is moving forward or backward.
    [all...]
  /frameworks/base/core/tests/coretests/
AndroidManifest.xml 106 <activity android:name="android.widget.focus.DescendantFocusability" android:label="DescendantFocusability">
113 <activity android:name="android.widget.focus.FocusAfterRemoval" android:label="FocusAfterRemoval">
120 <activity android:name="android.widget.focus.RequestFocus" android:label="RequestFocus">
127 <activity android:name="android.widget.focus.ListOfButtons" android:label="ListOfButtons">
134 <activity android:name="android.widget.focus.LinearLayoutGrid" android:label="LinearLayoutGrid">
141 <activity android:name="android.widget.focus.ListOfEditTexts" android:label="ListOfEditTexts">
148 <activity android:name="android.widget.focus.ListOfInternalSelectionViews" android:label="ListOfInternalSelectionViews">
155 <activity android:name="android.widget.focus.ListWithFooterViewAndNewLabels" android:label="FocusListWithFooter">
162 <activity android:name="android.widget.focus.ListWithMailMessages" android:label="ListWithMailMessages">
169 <activity android:name="android.widget.focus.HorizontalFocusSearch" android:label="HorizontalFocusSearch"
    [all...]
  /frameworks/base/core/java/android/view/
WindowManager.java 294 * focus, or they will interfere with the keyguard.
301 * focus, or they will interfere with the keyguard.
324 * the input focus visible while this window is displayed.
440 /** Window flag: this window won't ever get key input focus, so the
601 * this flag is set, the window will demand focus unconditionally when
609 * focus. In particular, this checks the
655 * soft input area when this window receives focus.
668 * soft input area visible when this window receives input focus.
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 80 * method manager for input focus and control over the state of the IME. Only
170 * being in focus.</p>
214 * state with the IME then next time we receive focus.
227 * method focus.
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_events.c 180 * check if the window doesn't have mouse focus.
196 /* losing focus */
202 /* gaining focus */
  /external/webkit/WebKit/chromium/public/
WebView.h 83 // Controls whether pressing Tab key advances focus to links.
122 // Focus ---------------------------------------------------------------
127 // Focus the first (last if reverse is true) focusable node.
WebViewClient.h 209 // Called when keyboard focus switches to an anchor with the given URL.
227 // Take focus away from the WebView by focusing an adjacent UI element
251 // Notifies embedder that the focus has changed to the given
  /external/webkit/WebKit/win/
DOMHTMLClasses.h 648 virtual HRESULT STDMETHODCALLTYPE focus( void) { return DOMElement::focus(); } function in class:DOMHTMLElement
907 virtual HRESULT STDMETHODCALLTYPE focus( void) { return DOMHTMLElement::focus(); } function in class:DOMHTMLFormElement
1212 virtual HRESULT STDMETHODCALLTYPE focus( void) { return DOMHTMLElement::focus(); } function in class:DOMHTMLSelectElement
1536 virtual HRESULT STDMETHODCALLTYPE focus( void) { return DOMHTMLElement::focus(); } function in class:DOMHTMLOptionElement
1834 virtual HRESULT STDMETHODCALLTYPE focus( void) { return DOMHTMLElement::focus(); } function in class:DOMHTMLInputElement
2244 virtual HRESULT STDMETHODCALLTYPE focus( void) { return DOMHTMLElement::focus(); } function in class:DOMHTMLTextAreaElement
    [all...]
  /frameworks/base/docs/html/guide/practices/design/
seamlessness.jd 17 not have user focus at the time your background process displays the dialog. So
19 active application, or it could take focus from the current application and
29 focus and interrupting the user.</p>
  /frameworks/base/docs/html/sdk/
android-2.0.jd 300 <li>New parameters for color effect, scene mode, flash mode, focus mode, white balance, rotation, and other settings.</li>
378 flag is set. You'll also want to watch for focus changes and clear the tracking
379 flag when gaining/losing focus.</p>
  /frameworks/base/libs/camera/
CameraParameters.cpp 58 const char CameraParameters::KEY_FOCUS_MODE[] = "focus-mode";
59 const char CameraParameters::KEY_SUPPORTED_FOCUS_MODES[] = "focus-mode-values";
134 // Values for focus mode settings.
  /packages/apps/Camera/res/values/
strings.xml 147 <!-- Default focus mode setting.-->
150 <!-- Settings screen, Focus mode title -->
151 <string name="pref_camera_focusmode_title">Focus mode</string>
  /external/webkit/WebCore/dom/
SelectElement.cpp 559 element->focus();
609 element->focus();
619 element->focus();
645 element->focus();
667 element->focus();
    [all...]
Element.h 81 DEFINE_VIRTUAL_ATTRIBUTE_EVENT_LISTENER(focus);
214 virtual void focus(bool restorePreviousSelection = true);
  /development/apps/Development/src/com/android/development/
PackageSummary.java 246 // Put focus here, so a button doesn't get focus and cause the
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 270 // to take appropriate action when the activity looses focus
278 // to take appropriate action when the activity looses focus
  /development/samples/BrowserPlugin/jni/form/
FormPlugin.cpp 218 gLogI.log(kDebug_ANPLogType, "----%p Loosing Focus", instance);
233 gLogI.log(kDebug_ANPLogType, "----%p Gaining Focus", instance);
  /external/skia/src/views/
SkWidgets.cpp 233 static void create_emboss(SkPaint* paint, SkScalar radius, bool focus, bool pressed)
248 if (focus)
  /external/webkit/WebCore/html/
HTMLFormControlElement.cpp 135 // Focus the element if it should honour its autofocus attribute.
145 focus();
  /external/webkit/WebCore/page/
DOMSelection.cpp 84 Position focus = selection.isBaseFirst() ? selection.end() : selection.start(); local
85 return rangeCompliantEquivalent(focus);
DOMWindow.h 133 void focus();
275 DEFINE_ATTRIBUTE_EVENT_LISTENER(focus);
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowAdapter.mm 418 // Carbon thinks that a control has the keyboard focus,
419 // or we wouldn't be being asked to relinquish focus.
430 // Let NSWindow focus the appropriate NSView.
449 HIViewRef focus;
450 GetKeyboardFocus (_windowRef, &focus);
451 if (focus != viewRef) {
    [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 113 void ChromeClientQt::focus() function in class:WebCore::ChromeClientQt
139 // take the focus to avoid wrapping.
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
main.m 283 obj->pluginHasFocus = cocoaEvent->data.focus.hasFocus;
371 // If the text field has focus we ignore the event, causing it

Completed in 160 milliseconds

<<11121314151617181920>>