/external/skia/include/views/ |
SkWindow.h | 82 virtual bool onGetFocusView(SkView** focus) const; 83 virtual bool onSetFocusView(SkView* focus);
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
FocusChangeWithInterestingRectHintTest.java | 17 package android.widget.focus; 19 import android.widget.focus.AdjacentVerticalRectLists; 32 * rectangle of the previously focused view. The view taking focus can use this 36 * that report interesting rects when giving up focus, and use interesting rects 37 * when taking focus to best select the internal row to show as selected.
|
FocusAfterRemovalTest.java | 17 package android.widget.focus; 19 import android.widget.focus.FocusAfterRemoval; 31 * have focus become invisible or GONE. 70 // if a parent layout becomes GONE when one of its children has focus, 71 // make sure the focus moves to something visible (bug 827087) 79 assertTrue("focus should jump to visible button", 96 assertTrue("focus should jump to visible button", 111 assertTrue("focus should jump to visible button", 127 assertTrue("focus should jump to visible button",
|
VerticalFocusSearchTest.java | 17 package android.widget.focus; 19 import android.widget.focus.VerticalFocusSearch; 30 * Tests that focus searching works on a vertical linear layout of buttons of 104 assertNull("going left should have no next focus", 125 assertNull("going right should have no next focus", 139 assertNull("going down from bottom button should have no next focus.", 142 assertNull("going left from bottom button should have no next focus.", 145 assertNull("going right from bottom button should have no next focus.",
|
/frameworks/support/v4/jellybean/android/support/v4/view/accessibility/ |
AccessibilityNodeInfoCompatJellyBean.java | 60 public static Object findFocus(Object info, int focus) { 61 return ((AccessibilityNodeInfo) info).findFocus(focus);
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
nav_dot.css | 71 .dot input:focus { 82 .dot:focus input, 88 .dot:focus .selection-bar,
|
suggestions_page.css | 17 .suggestions:focus { 86 .suggestions:focus .thumbnail, 91 .suggestions:focus .thumbnail-shield,
|
most_visited_page.css | 17 .most-visited:focus { 137 .most-visited:focus .thumbnail, 142 .most-visited:focus .thumbnail-shield,
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
canvasProfiler.css | 110 .data-grid:focus tr.selected .canvas-popover-anchor { 137 .data-grid:focus tr.selected .canvas-call-argument, 138 .data-grid:focus tr.selected .canvas-formatted-string {
|
SearchController.js | 284 this._searchInputElement.focus(); 366 this._searchInputElement.focus(); 375 this._searchInputElement.focus(); 419 this._replaceInputElement.focus(); 426 this._searchInputElement.focus(); 445 this._searchInputElement.focus();
|
/external/chromium_org/chrome_frame/ |
chrome_frame_plugin.h | 136 // ActiveX window focus. 144 // Menu is over now give focus back to chrome 159 // to focus the first focusable element in the current view, only the 185 // browser that we now have the focus. 186 HWND focus = ::GetFocus(); local 190 // has focus. Because experimental extension popups are top-level 191 // windows, we have to check that the focus has shifted to a window 193 if (focus != plugin_window && 195 ::GetAncestor(focus, GA_ROOTOWNER)) { 234 DVLOG(1) << "Setting initial focus"; [all...] |
/frameworks/base/media/java/android/media/ |
FocusRequester.java | 27 * Class to handle all the information about a user of audio focus. The lifecycle of each 28 * instance is managed by android.media.MediaFocusControl, from its addition to the audio focus 44 * the audio focus gain request that caused the addition of this object in the focus stack. 48 * the audio focus loss received my mFocusDispatcher, is AudioManager.AUDIOFOCUS_NONE if 49 * it never lost focus. 53 * the stream type associated with the focus request 106 private static String focusChangeToString(int focus) { 107 switch(focus) { 125 return "[invalid focus change" + focus + "]" [all...] |
/frameworks/support/v4/java/android/support/v4/view/accessibility/ |
AccessibilityNodeProviderCompat.java | 122 public Object findFocus(int focus) { 123 final AccessibilityNodeInfoCompat compatInfo = compat.findFocus(focus); 236 * specified focus type. 238 * @param focus The focus to find. One of 245 public AccessibilityNodeInfoCompat findFocus(int focus) {
|
/external/chromium_org/chrome/browser/resources/chromeos/keyboard/ |
keyboard_utils.js | 69 * Raises shift+tab keyboard events to focus previous element. 79 * Raises tab keyboard events to focus next element. 89 * Initializes event handling for arrow keys driven focus flow.
|
/external/chromium_org/chrome/browser/resources/file_manager/css/ |
action_choice.css | 5 input:focus, 6 button:focus { 156 #actions-list:focus > [selected] {
|
/external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/ |
suggestionPicker.js | 72 var text = "." + SuggestionPicker.ListEntryClass + ":focus {\ 75 text += "." + SuggestionPicker.ListEntryClass + ":focus .label { color: " + this._config.suggestionHighlightTextColor + "; }"; 263 node.focus(); 268 this._element.querySelector("." + SuggestionPicker.ListEntryClass + ":last-child").focus(); 276 node.focus(); 281 this._element.querySelector("." + SuggestionPicker.ListEntryClass + ":first-child").focus(); 289 // Scrolling causes mouseover event to be called and that tries to move the focus too. 290 // To prevent flickering we won't focus if the current focus was caused by the mouse. 292 this._findFirstVisibleEntry().focus(); [all...] |
colorSuggestionPicker.css | 52 .color-swatch:focus {
|
/external/chromium/chrome/browser/resources/ntp4/ |
most_visited_page.css | 17 .most-visited:focus { 74 .most-visited:focus .edit-bar, 188 .most-visited:focus:not(.filler) .thumbnail-wrapper, 200 .most-visited:focus .thumbnail-wrapper { 201 /* In the focus case, the transition is not delayed. */
|
/external/chromium_org/chrome/browser/resources/ |
set_as_default_browser.css | 102 #metro-action-box button:focus { 109 #metro-action-box button:focus:active { 113 #metro-action-box button:focus:hover { 143 #metro-action-box #launch-button:focus {
|
feedback.css | 50 html:not(.focus-outline-visible) 51 :enabled:focus:-webkit-any(input[type='checkbox'], input[type='radio'], 53 /* Cancel border-color for :focus specified in widgets.css. */
|
/external/chromium_org/ui/webui/resources/css/ |
menu_button.css | 27 button.menu-button.drop-down:focus {
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
html.css | 521 /* Remove focus ring from fields and use highlight color */ 522 input::-webkit-datetime-edit-ampm-field:focus, 523 input::-webkit-datetime-edit-day-field:focus, 524 input::-webkit-datetime-edit-hour-field:focus, 525 input::-webkit-datetime-edit-millisecond-field:focus, 526 input::-webkit-datetime-edit-minute-field:focus, 527 input::-webkit-datetime-edit-month-field:focus, 528 input::-webkit-datetime-edit-second-field:focus, 529 input::-webkit-datetime-edit-week-field:focus, 530 input::-webkit-datetime-edit-year-field:focus { [all...] |
/external/chromium_org/content/browser/web_contents/ |
touch_editable_impl_aura.cc | 115 const gfx::Rect& focus) { 117 selection_focus_rect_ = focus; 148 gfx::Rect focus(selection_focus_rect_.origin(), 150 gfx::Rect selection_rect = gfx::UnionRects(anchor, focus);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLBodyElement.h | 53 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(focus);
|
HTMLFrameSetElement.h | 53 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(focus);
|