HomeSort by relevance Sort by last modified time
    Searched refs:focus (Results 1 - 25 of 516) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2003-08-21-BinOp-Type-Mismatch.c 7 unsigned int frame, focus; local
8 (struct bar *) focus == (focus ? ((struct bar *) frame) : 0);
  /external/chromium_org/chrome/browser/resources/
dialog.css 8 * doesn't have the focus (with the page underneath instead having it). */
9 input:focus {
  /external/chromium_org/chrome/browser/resources/gaia_auth/
keyboard_ui.css 6 input[type=email]:focus,
7 input[type=number]:focus,
8 input[type=password]:focus,
9 input[type=tel]:focus,
10 input[type=text]:focus,
11 input[type=url]:focus {
17 .g-button-submit:focus,
18 a:focus {
  /external/chromium_org/chrome/browser/resources/chromeos/
proxy_settings.css 35 html[highlight=strong] input[type='button']:focus,
36 html[highlight=strong] input[type='checkbox']:focus,
37 html[highlight=strong] input[type='radio']:focus,
38 html[highlight=strong] input[type='text']:focus,
39 html[highlight=strong] input[type='url']:focus,
40 html[highlight=strong] button:focus,
41 html[highlight=strong] list:focus {
  /packages/experimental/TestBack/src/foo/bar/testback/
TestBackService.java 50 AccessibilityNodeInfo focus = root.findFocus( local
52 if (focus != null) {
53 if ((focus.getActions() & 0x00004000) /* COPY*/ != 0) {
54 final boolean performed = focus.performAction(0x00004000);
57 focus.recycle();
66 AccessibilityNodeInfo focus = root.findFocus( local
68 if (focus != null) {
69 if ((focus.getActions() & 0x00008000) /* PASTE*/ != 0) {
70 final boolean performed = focus.performAction(0x00008000);
73 focus.recycle()
82 AccessibilityNodeInfo focus = root.findFocus( local
98 AccessibilityNodeInfo focus = root.findFocus( local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
EditTextRule.java 45 INode focus = findFocus(findRoot(parent)); local
46 if (focus == null) {
60 * Adds a "Request Focus" menu item.
68 final String label = hasFocus ? "Clear Focus" : "Request Focus";
80 INode focus = findFocus(findRoot(node));
81 if (focus != null && focus.getParent() != null) {
82 focus.getParent().removeChild(focus);
99 INode focus = findFocus(node); local
131 INode focus = findFocus(child); local
    [all...]
  /cts/apps/CameraITS/tests/scene1/
test_3a.py 28 sens, exp, gains, xform, focus = cam.do_3a(get_results=True)
31 print "AF: distance", focus
36 assert(focus >= 0)
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_title.css 15 a:focus {
  /external/chromium_org/third_party/skia/src/views/
SkWindow.cpp 173 SkView* focus = this->getFocusView();
174 if (focus == NULL)
175 focus = this;
179 return focus->doEvent(evt);
189 // send an event to the focus-view
191 SkView* focus = this->getFocusView(); local
192 if (focus == NULL)
193 focus = this;
197 if (focus->doEvent(evt))
216 //send an event to the focus-vie
218 SkView* focus = this->getFocusView(); local
    [all...]
  /external/skia/src/views/
SkWindow.cpp 171 SkView* focus = this->getFocusView();
172 if (focus == NULL)
173 focus = this;
177 return focus->doEvent(evt);
187 // send an event to the focus-view
189 SkView* focus = this->getFocusView(); local
190 if (focus == NULL)
191 focus = this;
195 if (focus->doEvent(evt))
214 //send an event to the focus-vie
216 SkView* focus = this->getFocusView(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLegendElement.cpp 57 void HTMLLegendElement::focus(bool, FocusType type) function in class:blink::HTMLLegendElement
60 Element::focus(true, type);
64 control->focus(false, type);
HTMLLegendElement.h 43 // Control in the legend's fieldset that gets focus and access key.
47 virtual void focus(bool restorePreviousSelection, FocusType) OVERRIDE;
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
file_types.css 15 tree:focus .tree-item[selected] > .tree-row > [file-type-icon],
16 list:focus [selected] [file-type-icon],
29 tree:focus .tree-item[selected] > .tree-row > [file-type-icon='archive'],
30 list:focus [selected] [file-type-icon='archive'],
43 tree:focus .tree-item[selected] > .tree-row > [file-type-icon='audio'],
44 list:focus [selected] [file-type-icon='audio'],
57 tree:focus .tree-item[selected] > .tree-row > [file-type-icon='excel'],
58 list:focus [selected] [file-type-icon='excel'],
77 tree:focus .tree-item[selected] > .tree-row > .shared[file-type-icon='folder'],
78 list:focus [selected] .shared[file-type-icon='folder']
    [all...]
  /external/chromium-trace/trace-viewer/src/ui/
list_view.css 10 .x-list-view:focus {
22 .x-list-view:focus > .list-item[selected] {
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/
lua.js 53 document.getElementById('terminal').focus();
62 document.getElementById('terminal').focus();
84 document.getElementById('terminal').focus();
114 document.getElementById('terminal').focus();
  /external/chromium_org/third_party/WebKit/Source/core/css/
svg.css 69 :focus {
70 outline: auto 5px -webkit-focus-ring-color
themeInputMultipleFields.css 51 /* Remove focus ring from fields and use highlight color */
52 input::-webkit-datetime-edit-ampm-field:focus,
53 input::-webkit-datetime-edit-day-field:focus,
54 input::-webkit-datetime-edit-hour-field:focus,
55 input::-webkit-datetime-edit-millisecond-field:focus,
56 input::-webkit-datetime-edit-minute-field:focus,
57 input::-webkit-datetime-edit-month-field:focus,
58 input::-webkit-datetime-edit-second-field:focus,
59 input::-webkit-datetime-edit-week-field:focus,
60 input::-webkit-datetime-edit-year-field:focus {
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
KeyboardInterpreter.java 38 final View focus = mTable.getFocus(); local
93 mTable.moveFocus(focus, 0f);
98 mTable.moveFocus(focus, 90f);
103 mTable.moveFocus(focus, 180f);
108 mTable.moveFocus(focus, 270f);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
GoneParentFocusedChildTest.java 17 package android.widget.focus;
23 import android.widget.focus.GoneParentFocusedChild;
27 * have focus. (part of investigation into issue 945150).
42 assertTrue("button should have focus",
ListWithFooterViewAndNewLabelsTest.java 17 package android.widget.focus;
19 import android.widget.focus.ListWithFooterViewAndNewLabels;
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeProvider.java 143 * specified focus type.
145 * @param focus The focus to find. One of
152 public AccessibilityNodeInfo findFocus(int focus) {
  /external/chromium_org/ui/webui/resources/css/
list.css 43 list:focus > [lead],
44 grid:focus > [lead] {
70 list:focus > [selected],
71 grid:focus > [selected] {
76 list:focus > [lead][selected],
78 grid:focus > [lead][selected],
  /frameworks/support/v4/kitkat/android/support/v4/view/accessibility/
AccessibilityNodeProviderCompatKitKat.java 34 public Object findFocus(int focus);
60 public AccessibilityNodeInfo findFocus(int focus) {
61 return (AccessibilityNodeInfo) bridge.findFocus(focus);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
focuser.js 16 * Sets the browser focus to the targetNode or its closest ancestor that is
19 * @param {Node} targetNode The node to move the browser focus to.
21 * of the target node to see if they are focusable. If true, sets focus on the
22 * first focusable descendant. If false, only sets focus on the targetNode or
26 // Save the selection because Chrome will lose it if there's a focus or blur.
57 // If we found something focusable, focus it - otherwise, blur it.
59 // Don't let the instance of ChromeVox in the parent focus iframe children
60 // - instead, let the instance of ChromeVox in the iframe focus itself to
62 // This self focusing is performed by calling window.focus() in
66 // with .focus() which causes the page to be redrawn incorrectly i
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen.css 122 #security-info a:focus,
123 #eula a:focus,
124 .step-extra-controls a:focus {
172 html[highlight=strong] #security-info a:focus,
173 html[highlight=strong] #eula a:focus,
174 html[highlight=strong] .step-extra-controls a:focus,
175 html[highlight=strong] .menu-control:focus,
176 html[highlight=strong] input[type='button']:focus,
177 html[highlight=strong] button:focus {

Completed in 409 milliseconds

1 2 3 4 5 6 7 8 91011>>