/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);
|
tab_contents_container_gtk.h | 78 // Handle focus traversal on the tab contents container. Focus should not
|
/hardware/samsung_slsi/exynos5/include/ |
ExynosCamera.h | 246 //! Focus mode 389 //! Starts camera auto-focus and registers a callback function to run when the camera is focused. 391 //! Cancel auto-focus operation 393 //! Gets auto-focus result whether success or not 440 //! Gets the current focus areas. 443 //! Gets the distances from the camera to where an object appears to be in focus. 446 //! Gets the current focus mode setting. 469 //! Gets the maximum number of focus areas supported. 516 //! Gets the supported focus modes. 605 //! Sets focus z [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-completion39.txt | 31 android:singleLine : Constrains the text to a single horizontally scrolling line instead of letting it wrap onto multiple lines, and advances focus instead of inserting a newline when you press the enter key. * Deprecated: This attribute is deprecated and is replaced by the textMultiLine flag in the inputType attribute. Use caution when altering existing layouts, as the default value of singeLine is false (multi-line mode), but if you specify any value for inputType, the default is single-line mode. (If both singleLine and inputType attributes are found, the inputType flags will override the value of singleLine.). [boolean] 33 android:selectAllOnFocus : If the text is selectable, select it all when the view takes focus instead of moving the cursor to the start or end. [boolean] 90 android:focusable : Boolean that controls whether a view can take focus. [boolean] 91 android:focusableInTouchMode : Boolean that controls whether a view can take focus while in touch mode. [boolean] 110 android:nextFocusLeft : Defines the next view to give focus to when the next focus is FOCUS_LEFT. [reference] 111 android:nextFocusRight : Defines the next view to give focus to when the next focus is FOCUS_RIGHT If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference] 112 android:nextFocusUp : Defines the next view to give focus to when the next focus is FOCUS_UP If the reference refers to a view that does not exist or is part of a hierarchy that (…) [all...] |
completion5-expected-completion40.txt | 31 android:singleLine : Constrains the text to a single horizontally scrolling line instead of letting it wrap onto multiple lines, and advances focus instead of inserting a newline when you press the enter key. * Deprecated: This attribute is deprecated and is replaced by the textMultiLine flag in the inputType attribute. Use caution when altering existing layouts, as the default value of singeLine is false (multi-line mode), but if you specify any value for inputType, the default is single-line mode. (If both singleLine and inputType attributes are found, the inputType flags will override the value of singleLine.). [boolean] 33 android:selectAllOnFocus : If the text is selectable, select it all when the view takes focus instead of moving the cursor to the start or end. [boolean] 90 android:focusable : Boolean that controls whether a view can take focus. [boolean] 91 android:focusableInTouchMode : Boolean that controls whether a view can take focus while in touch mode. [boolean] 110 android:nextFocusLeft : Defines the next view to give focus to when the next focus is FOCUS_LEFT. [reference] 111 android:nextFocusRight : Defines the next view to give focus to when the next focus is FOCUS_RIGHT If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference] 112 android:nextFocusUp : Defines the next view to give focus to when the next focus is FOCUS_UP If the reference refers to a view that does not exist or is part of a hierarchy that (…) [all...] |
/external/chromium/chrome/common/extensions/docs/ |
a11y.html | 268 <a href="#focus">Focus in custom controls</a> 491 property specifies which child of the toolbar receives focus 492 when the toolbar receives focus. 495 is the child that gets focus. 498 receives focus in document order. 526 </p><h3 id="focus">Focus in custom controls</h3> 530 can receive keyboard focus. 538 that can receive keyboard focus [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
feed.html | 235 // Update aria-activedescendant property in response to focus change 237 title.addEventListener("focus", function(event) { 241 // Enable keyboard focus on the item title element 256 // Disable keyboard focus on elements in iFrames that have not been 310 this.parentNode.nextSibling.children[1].focus(); 314 this.parentNode.previousSibling.children[1].focus();
|
/external/webkit/Source/WebKit/gtk/tests/ |
testkeyevents.c | 316 "<script>document.getElementById('in').focus();</script></body></html>"; 318 "<script>document.getElementById('in').focus();</script></body></html>"; 320 "LINKY MCLINKERSON</a><script>document.getElementById('in').focus();</script>" 323 "<script>document.getElementById('in').focus();</script></body></html>"; 330 "<script>first = true;\ndocument.getElementById('in').focus();</script>\n" 335 "<script>first = true; document.getElementById('in').focus();</script>\n"
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityNodeInfoCache.java | 228 * We are enforcing the invariant for a single input focus. 245 * We are enforcing the invariant for a single accessibility focus. 299 // Check for one accessibility focus. 302 Log.e(LOG_TAG, "Duplicate accessibility focus:" + current); 308 // Check for one input focus. 311 Log.e(LOG_TAG, "Duplicate input focus: " + current);
|
/frameworks/base/media/java/android/media/ |
AudioManager.java | [all...] |
/cts/tests/src/android/renderscript/cts/ |
RenderscriptGLStubActivity.java | 137 // to take appropriate action when the activity loses focus 145 // to take appropriate action when the activity loses focus
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
SurfaceViewOverlay.java | 69 // to take appropriate action when the activity looses focus 76 // to take appropriate action when the activity looses focus
|
/development/samples/ApiDemos/tests/src/com/example/android/apis/view/ |
Focus2ActivityTest.java | 92 // Give right button focus by having it request focus. We post it
|
/development/scripts/app_engine_server/gae_shell/templates/ |
shell.html | 90 onfocus="document.getElementById('statement').focus()" 117 document.getElementById('statement').focus();
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_mac_unittest.mm | 21 - (void)setAccessibilityFocus:(BOOL)focus 35 - (void)setAccessibilityFocus:(BOOL)focus
|
/external/chromium/chrome/browser/extensions/ |
extension_tabs_apitest.cc | 118 ASSERT_TRUE(RunExtensionTest("window_update/focus")) << message_; 133 ASSERT_TRUE(RunExtensionTest("window_update/focus")) << message_;
|
/external/chromium/chrome/browser/ |
global_keyboard_shortcuts_mac.h | 59 // This returns shortcuts that should work only if the tab contents have focus 61 // focus).
|
/external/chromium/chrome/browser/resources/ |
new_new_tab_theme.css | 47 .thumbnail-container:focus .thumbnail, 52 .thumbnail-container:focus .edit-bar,
|
/external/chromium/chrome/browser/sync/ |
sync_setup_wizard.h | 71 // Focus the dialog if it is already open. Does nothing if the dialog is 73 void Focus();
|
/external/chromium/chrome/browser/ui/find_bar/ |
find_bar.h | 37 // Restore the selected text in the find box and focus it. 69 // Upon dismissing the window, restore focus to the last focused view which is
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_frame_gtk.cc | 51 // Don't focus anything on creation, selecting a tab will set the focus.
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
SystemListener.java | 71 * Called when the application gained focus. The display 78 * Called when the application lost focus. The display
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlgetappstate.html | 149 >The application has mouse focus.</TD 162 >The application has keyboard focus</TD
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocevents.cpp | 166 case EEventFocusGained: /* SDL window got focus */ 177 case EEventFocusLost: /* SDL window lost focus */ 215 TInt focus = -1; 216 while(focus < 0) 220 focus = curr; 227 Private->EPOC_WsSession.SetWindowGroupOrdinalPosition(focus, -1); 229 Private->EPOC_WsSession.SetWindowGroupOrdinalPosition(focus, 0); 239 // Wait and eat events until focus is gained again
|
/external/webkit/Source/JavaScriptCore/profiler/ |
Profile.cpp | 68 void Profile::focus(const ProfileNode* profileNode) function in class:JSC::Profile 76 processChildren = currentNode->focus(callIdentifier);
|