HomeSort by relevance Sort by last modified time
    Searched full:focus (Results 1 - 25 of 1583) 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/webkit/Source/WebCore/manual-tests/
onfocus-alert-blinking-caret.html 4 Focus the field below, then dismiss the alert. The field should retain the focus,
focus-change-between-key-events.html 1 <body onload="document.getElementById('dummy').focus();">
2 <iframe src="data:text/html,<body onload='document.getElementsByTagName(&quot;input&quot;)[0].focus()'><input></body>" id=victim name=victim>
12 document.getElementById('victim').focus();
13 frames['victim'].focus();
17 setTimeout('focus();document.getElementById("dummy").focus()',1);
modal-dialog-blur.html 4 Tests blur/focus events with modal dialogs
12 failed = "focus";
19 inputElement.focus();
21 inputElement.addEventListener("focus", failFocus, false);
focusringcolor-change-on-theme-change.html 1 <input value="Click on me! Focus ring color around this input element should change." style="width:100%">
4 <li>Change the system focus ring color.<br>On OS X you can do this by going to System Preferences-&gt;Appearance and selecting another value in the Appearance popup menu.</li>
8 <p>The tests passes if the focus ring around the input element changes color.</p>
focus-select-when-clicked.html 7 <p><b>BUG ID:</b> <a href="rdar://problem/4011544">4011544</a> selecting an item from a select menu with the mouse doesn't place the focus on the menu</p>
11 2. Verify that a blue focus ring is drawn around the pop-up menu. <br>
12 3. Press tab, and verify that focus moves to TEXT AREA 2 <br></p>
15 Blue focus ring is drawn around the pop-up menu when clicked, then focus moves to TEXT AREA 2 after pressing tab.</p>
18 No blue focus ring drawn around the pop-up menu when clicked, or after selecting OPTION 1 from the list. After selecting option 1 and pressing tab, focus will land on the first focusable element on the page.
  /frameworks/base/docs/html/training/managing-audio/
audio-focus.jd 1 page.title=Managing Audio Focus
19 <li><a href="#RequestFocus">Request the Audio Focus</a></li>
20 <li><a href="#HandleFocusLoss">Handle the Loss of Audio Focus</a></li>
35 interact. To avoid every music app playing at the same time, Android uses audio focus to moderate
36 audio playback&mdash;only apps that hold the audio focus should play audio.</p>
38 <p>Before your app starts playing audio it should request&mdash;and receive&mdash;the audio focus.
39 Likewise, it should know how to listen for a loss of audio focus and respond appropriately when that
43 <h2 id="RequestFocus">Request the Audio Focus</h2>
45 <p>Before your app starts playing any audio, it should hold the audio focus for the stream
51 permanent audio focus. Request transient focus when you expect to play audio for only a short tim
    [all...]
index.jd 30 manner. To ensure a great user experience, it?s also important that your app manages the audio focus
34 which request audio focus when playing audio, and which respond appropriately to changes in audio
35 focus caused by the system or other applications.</p>
53 <dt><b><a href="audio-focus.html">Managing Audio Focus</a></b></dt>
55 interact. To avoid every music app playing at the same time, Android uses audio focus to moderate
56 audio playback. Learn how to request the audio focus, listen for a loss of audio focus, and how to
  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/resources/
webviewbackgroundcolor.qml 8 focus: true
  /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...]
  /external/chromium/chrome/browser/ui/cocoa/
focus_tracker.h 9 // A class that handles saving and restoring focus. An instance of
11 // constructed, and callers can use restoreFocus to return focus to
12 // that view. FocusTracker will not restore focus to views that are
20 // |window| is the window that we are saving focus for. This
24 // Attempts to restore focus to the snapshotted view. Returns YES if
25 // focus was restored. Will not restore focus if the view is no
  /external/chromium/chrome/browser/ui/views/
accessible_pane_view.h 12 #include "views/focus/focus_manager.h"
20 // a toolbar. The user sets focus to a control in this view by pressing
30 // Set focus to the pane with complete keyboard access.
31 // Focus will be restored to the ViewStorage with id |view_storage_id|
33 // the initial focus, if it's enabled and focusable. Returns true if
34 // the pane was able to receive focus.
37 // Set focus to the pane with complete keyboard access, with the
38 // focus initially set to the default child. Focus will be restored
40 // Returns true if the pane was able to receive focus
    [all...]
  /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...]
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_container_gtk.cc 13 #include "views/focus/focus_manager.h"
49 // If we are focused, we need to pass the focus to the new RenderViewHost.
63 // user click). We make ourself the focused view, so the focus is restored
72 // no native views in TOUCH_UI, so don't steal the focus
96 // clicking on the contents needs to focus us.
102 container_->tab_contents()->Focus();
107 // a call to set the focus if it already has the focus. This causes a problem
109 // focus when they actually get the focus. When switching from one TabContent
    [all...]
native_tab_contents_container_win.cc 14 #include "views/focus/focus_manager.h"
33 // that the BrowserContainer is the focused view when the focus is on the
66 // If we are focused, we need to pass the focus to the new RenderViewHost.
101 // clicking on the contents needs to focus us.
107 container_->tab_contents()->Focus();
114 // focus. When switching between from one tab that has focus to another tab
115 // that should also have focus, RequestFocus() is invoked one the
117 // to clear the focus before hands.
119 // Disable notifications. Clear focus will assign the focus to the mai
    [all...]
  /external/chromium/chrome/browser/
browser_focus_uitest.cc 30 #include "views/focus/focus_manager.h"
76 const char kSimplePage[] = "files/focus/page_with_focus.html";
77 const char kStealFocusPage[] = "files/focus/page_steals_focus.html";
78 const char kTypicalPage[] = "files/focus/typical_page.html";
147 file_path = file_path.AppendASCII("focus");
214 // The focus should be on the Tab contents.
216 // Now hide the window, show it again, the focus should not have changed.
223 // Hide the window, show it again, the focus should not have changed.
248 // Switch to the 1st browser window, focus should still be on the location
254 // Switch back to the second browser, focus should still be on the page
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
TouchModeFocusableTest.java 31 * Some views, like edit texts, can keep and gain focus even when in touch mode.
53 assertTrue("edit text should have focus", mEditText.isFocused());
61 assertTrue("edit text should still have focus", mEditText.isFocused());
68 assertTrue("button should have focus", mButton.isFocused());
72 assertTrue("clicking edit text should have given it focus", mEditText.isFocused());
76 // entering touch mode takes focus away from the currently focused item if it
82 assertTrue("button should have focus",
87 assertNull("nothing should have focus", getActivity().getCurrentFocus());
88 assertFalse("layout should not have focus",
  /external/chromium/chrome/browser/resources/shared/css/
list.css 40 list:focus > [lead],
41 grid:focus > [lead] {
67 list:focus > [selected],
68 grid:focus > [selected] {
73 list:focus > [lead][selected],
75 grid:focus > [lead][selected],
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
focus_outline_manager.js 10 const CLASS_NAME = 'focus-outline-visible';
19 * html.focus-outline-visible my-element:focus {
20 * outline: 5px auto -webkit-focus-ring-color;
26 * @param {Document} doc The document to attach the focus outline manager to.
44 * Whether the focus outline should be visible.
65 * Gets a per document sigleton focus outline manager.
67 * @return {FocusOutlineManager} The per document singleton focus outline
  /external/chromium-trace/trace-viewer/src/
focus_outline_manager.js 11 var CLASS_NAME = 'focus-outline-visible';
20 * html.focus-outline-visible my-element:focus {
21 * outline: 5px auto -webkit-focus-ring-color;
27 * @param {Document} doc The document to attach the focus outline manager to.
45 * Whether the focus outline should be visible.
66 * Gets a per document sigleton focus outline manager.
68 * @return {FocusOutlineManager} The per document singleton focus outline
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetAppState.3 14 The application has mouse focus\&.
17 The application has keyboard focus
  /external/webkit/LayoutTests/fast/leaks/
002.html 16 document.getElementById('input').focus();
17 document.getElementById('iframe').contentDocument.getElementById('input').focus();
  /external/skia/src/views/
SkWindow.cpp 231 SkView* focus = this->getFocusView();
232 if (focus == NULL)
233 focus = this;
237 return focus->doEvent(evt);
248 // send an event to the focus-view
250 SkView* focus = this->getFocusView(); local
251 if (focus == NULL)
252 focus = this;
256 if (focus->doEvent(evt))
277 //send an event to the focus-vie
279 SkView* focus = this->getFocusView(); local
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
FocusManager.java 41 // A class that handles everything about focus in still picture mode.
42 // This also handles the metering area because it is the same as focus area.
51 private static final int STATE_IDLE = 0; // Focus is not active.
52 private static final int STATE_FOCUSING = 1; // Focus is in progress.
53 // Focus is in progress and the camera should take a picture after focus finishes.
55 private static final int STATE_SUCCESS = 3; // Focus finishes and succeeds.
56 private static final int STATE_FAIL = 4; // Focus finishes and fails.
67 private List<Area> mFocusArea; // focus area in driver format
130 // coordinates. In tap focus, the inverted matrix converts the U
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFocus.cpp 21 * This file contains functionality for handling focus configurations.
63 CAMHAL_LOGEB("Focus areas supported %d, focus areas set %d",
107 CAMHAL_LOGDA("Auto focus got canceled before doAutoFocus could be called");
127 focusControl.eFocusControl = ( OMX_IMAGE_FOCUSCONTROLTYPE ) mParameters3A.Focus;
138 } else if ( mParameters3A.Focus == OMX_IMAGE_FocusControlAuto ) {
144 CAMHAL_LOGEB("Focus status check failed 0x%x!", ret);
147 CAMHAL_LOGDB("Focus status check 0x%x!", focusStatus.eFocusStatus);
155 (mParameters3A.Focus != (OMX_IMAGE_FOCUSCONTROLTYPE)OMX_IMAGE_FocusControlAuto) )
160 //Enable focus scannin
    [all...]

Completed in 564 milliseconds

1 2 3 4 5 6 7 8 91011>>