HomeSort by relevance Sort by last modified time
    Searched refs:focus (Results 76 - 100 of 251) sorted by null

1 2 34 5 6 7 8 91011

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 226 if ( (mFirstTimeInit || ((str != NULL) && (mParameters3A.Focus != mode))))
230 mParameters3A.Focus = mode;
232 // if focus mode is set to infinity...update focus distance immediately
237 CAMHAL_LOGDB("Focus %x", mParameters3A.Focus);
333 CAMHAL_LOGVA("Locking Focus");
337 CAMHAL_LOGVA("UnLocking Focus");
407 Gen3A.Focus = getLUTvalue_HALtoOMX(OMXCameraAdapter::DEFAULT_FOCUS_MODE, FocusLUT);
586 OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE focus; local
695 OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE focus; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
tab_contents_container_gtk.cc 46 g_signal_connect(floating_.get(), "focus", G_CALLBACK(OnFocusThunk), this);
192 // Prevent |preview_| from getting focus via the tab key. If |tab_| exists, try
193 // to focus that. Otherwise, do nothing, but stop event propagation. See bug
196 GtkDirectionType focus) {
198 gtk_widget_child_focus(tab_->tab_contents()->GetContentNativeView(), focus);
find_bar_gtk.h 77 // This should always be called before we claim focus.
141 // These are both used for focus management.
142 static gboolean OnFocus(GtkWidget* text_entry, GtkDirectionType focus,
219 // Saves where the focus used to be whenever we get it.
  /external/webkit/Tools/TestWebKitAPI/mac/
PlatformWebViewMac.mm 63 void PlatformWebView::focus()
  /packages/apps/Music/src/com/android/music/
QueryBrowserActivity.java 131 String focus = intent.getStringExtra(MediaStore.EXTRA_MEDIA_FOCUS); local
135 if (focus != null) {
136 if (focus.startsWith("audio/") && title != null) {
138 } else if (focus.equals(MediaStore.Audio.Albums.ENTRY_CONTENT_TYPE)) {
145 } else if (focus.equals(MediaStore.Audio.Artists.ENTRY_CONTENT_TYPE)) {
  /external/webkit/Source/WebKit2/UIProcess/
WebUIClient.cpp 95 void WebUIClient::focus(WebPageProxy* page) function in class:WebKit::WebUIClient
97 if (!m_client.focus)
100 m_client.focus(toAPI(page), m_client.clientInfo);
  /external/webkit/Source/WebCore/dom/
EventNames.h 67 macro(focus) \
  /external/webkit/Source/WebCore/svg/
SVGElementInstance.h 92 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), focus); member in class:WebCore::SVGElementInstance
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 65 virtual void focus();
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 51 virtual void focus();
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCocoa.mm 193 event.data.focus.hasFocus = hasFocus;
203 event.data.focus.hasFocus = hasFocus;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 70 virtual void focus();
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.h 54 virtual void focus();
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.h 47 virtual void focus();
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksViewer.js 121 document.getElementById("url").focus();
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
RequestFocusTest.java 17 package android.widget.focus;
38 * have focus become invisible or GONE.
89 assertTrue("Focus should move to bottom left", mBottomLeftButton.hasFocus());
106 * This tests checks the case in which the first focusable View clears focus.
107 * In such a case the framework tries to give the focus to another View starting
108 * from the top. Hence, the framework will try to give focus to the view that
109 * wants to clear its focus.
120 // Make sure that the clearing focus View is the first focusable.
123 assertSame("The clearing focus button is the first focusable.",
125 assertSame("The gaining focus button is the first focusable."
    [all...]
ScrollingThroughListOfFocusablesTest.java 17 package android.widget.focus;
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAnchorElement13.js 78 HTMLAnchorElement.blur should surrender input focus.
HTMLInputElement19.js 78 HTMLInputElement.blur should surrender input focus.
HTMLSelectElement15.js 78 blur should surrender input focus.
HTMLTextAreaElement13.js 78 Calling HTMLTextAreaElement.blur should surrender input focus.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLAnchorElement13.js 78 HTMLAnchorElement.blur should surrender input focus.
HTMLInputElement19.js 78 HTMLInputElement.blur should surrender input focus.
HTMLSelectElement15.js 78 blur should surrender input focus.
HTMLTextAreaElement13.js 78 Calling HTMLTextAreaElement.blur should surrender input focus.

Completed in 883 milliseconds

1 2 34 5 6 7 8 91011