HomeSort by relevance Sort by last modified time
    Searched refs:focus (Results 301 - 325 of 410) sorted by null

<<11121314151617

  /external/chromium_org/third_party/npapi/bindings/
npapi.h 694 } focus; member in union:_NPCocoaEvent::__anon15340
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 686 * Gets the bounds of the accessibility focus in the active window.
688 * @param outBounds The output to which to write the focus bounds.
689 * @return Whether accessibility focus was found and the bounds are populated.
693 // Instead of keeping track of accessibility focus events per
694 // window to be able to find the focus in the active window,
707 AccessibilityNodeInfo focus = root.findFocus( local
709 if (focus == null) {
712 focus.getBoundsInScreen(outBounds);
714 MagnificationSpec spec = service.getCompatibleMagnificationSpec(focus.getWindowId());
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 285 mRenderTarget.focus();
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 363 // TODO - unfortunately, we can't detect whether this tab will get focus, so
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.cc 152 g_signal_connect(widget, "focus-in-event",
154 g_signal_connect(widget, "focus-out-event",
237 GdkEventFocus* focus,
245 // The only way to enable a GtkIMContext object is to call its focus in
253 GdkEventFocus* focus,
255 // Whenever we lose focus, set the cursor back to that of our parent window,
259 // focus.
267 // Prevents us from stealing input context focus in OnGrabNotify() handler.
280 // take focus, so we never get a focus out or focus in event when they ar
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindow.cpp 805 void DOMWindow::focus(ScriptExecutionContext* context) function in class:WebCore::DOMWindow
824 page->chrome().focus();
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XIproto.h 705 CARD32 focus B32;
724 Window focus B32;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 705 CARD32 focus B32;
724 Window focus B32;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 705 CARD32 focus B32;
724 Window focus B32;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 79 # [('active', 'selected', 'grey'), ('focus', [1, 2, 3, 4])]
81 # ['active selected', 'grey', 'focus', [1, 2, 3, 4]]
104 {'expand': [('active', 'selected', 'grey'), ('focus', [1, 2, 3, 4])]}
108 ('-expand', '{active selected} grey focus {1, 2, 3, 4}')"""
162 [("Menubutton.focus", {"children":
175 Menubutton.focus -children {
548 active, disabled, focus, pressed, selected, background,
664 none, key, focus, focusin, focusout, all
1235 def focus(self, item=None): member in class:Treeview
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 79 # [('active', 'selected', 'grey'), ('focus', [1, 2, 3, 4])]
81 # ['active selected', 'grey', 'focus', [1, 2, 3, 4]]
104 {'expand': [('active', 'selected', 'grey'), ('focus', [1, 2, 3, 4])]}
108 ('-expand', '{active selected} grey focus {1, 2, 3, 4}')"""
162 [("Menubutton.focus", {"children":
175 Menubutton.focus -children {
548 active, disabled, focus, pressed, selected, background,
664 none, key, focus, focusin, focusout, all
1235 def focus(self, item=None): member in class:Treeview
    [all...]
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 287 // When the user clicks the button we should navigate "home" and focus the list.
290 $('list').focus();
1037 list.focus();
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
gallery.js 285 this.filenameEdit_.addEventListener('focus',
815 this.filenameEdit_.focus();
827 this.filenameEdit_.focus();
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 76 if (!$('#search_autocomplete').is(":focus")) {
77 $('#search_autocomplete').focus();
109 $("#search_autocomplete").focus(function() {
114 $("#search_autocomplete").focus();
117 if ($("#search_autocomplete").is(":focus")) return;
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 130 CvVoronoiNodeInt* focus; member in struct:CvVoronoiParabolaInt
631 it is parabola, it is defined by its focus (site - point)
634 pFocus : in, point, which defines the focus of parabola
650 it is parabola, it is defined by its focus (site - point)
653 pFocus : in, point, which defines the focus of parabola
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 54 $('#search_autocomplete').focus();
86 $("#search_autocomplete").focus(function() {
91 $("#search_autocomplete").focus();
94 if ($("#search_autocomplete").is(":focus")) return;
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 50 $('#search_autocomplete').focus();
108 $("#search_autocomplete").focus(function() {
113 $("#search_autocomplete").focus();
116 if ($("#search_autocomplete").is(":focus")) return;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ElementsTreeOutline.js 153 selectDOMNode: function(node, focus)
156 this._revealAndSelectNode(node, !focus);
161 this._revealAndSelectNode(node, !focus);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
jquery-1.4.3.min.js 72 "file")return false;for(var a in V)c.event.add(this,a+".specialChange",V[a]);return ha.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return ha.test(this.nodeName)}};V=c.event.special.change.filters;V.focus=V.beforeactivate}u.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.trigger(e,null,e.target)}c.event.special[b]={setup:function(){sa[b]++===0&&u.addEventListener(a,d,true)},teardown:function(){--sa[b]===
75 1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(e){var f=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,f+1);e.preventDefault();return b[f].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var wa={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,e,f,h){var k,l=0,n,s,v=h||this.selector;h=h?this:c(this.context);if(typeof d===
76 "object"&&!d.preventDefault){for(k in d)h[b](k,e,d[k],v);return this}if(c.isFunction(e)){f=e;e=A}for(d=(d||"").split(" ");(k=d[l++])!=null;){n=X.exec(k);s="";if(n){s=n[0];k=k.replace(X,"")}if(k==="hover")d.push("mouseenter"+s,"mouseleave"+s);else{n=k;if(k==="focus"||k==="blur"){d.push(wa[k]+s);k+=s}else k=(wa[k]||k)+s;if(b==="live"){s=0;for(var B=h.length;s<B;s++)c.event.add(h[s],"live."+Y(k,v),{data:e,selector:v,handler:f,origType:k,origHandler:f,preType:n})}else h.unbind("live."+Y(k,v),f)}}return this}});
77 c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){c.fn[b]=function(d,e){if(e==null){e=d;d=null}return arguments.length>0?this.bind(b,d,e):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});E.attachEvent&&!E.addEventListener&&c(E).bind("unload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h 611 Window focus B32;
1021 BYTE flags; /* sameScreen and focus booleans, packed together */
1030 } focus;
1027 } focus; member in union:_xEvent::__anon38606
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 611 Window focus B32;
1021 BYTE flags; /* sameScreen and focus booleans, packed together */
1030 } focus;
1027 } focus; member in union:_xEvent::__anon40196
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 611 Window focus B32;
1021 BYTE flags; /* sameScreen and focus booleans, packed together */
1030 } focus;
1027 } focus; member in union:_xEvent::__anon41711
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 230 // When the user clicks the button we should navigate "home" and focus the list
233 $('list').focus();
    [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/css/
docs.css 408 .download-builder input[type=text]:focus {
533 /* Fake the :focus state to demo it */

Completed in 1520 milliseconds

<<11121314151617