HomeSort by relevance Sort by last modified time
    Searched refs:focus (Results 101 - 125 of 446) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfButtonsTest.java 17 package android.widget.focus;
19 import android.widget.focus.ListOfButtons;
31 * Tests that focus works as expected when navigating into and out of
93 assertFalse("button at top should have focus back",
117 // pressing down again shouldn't matter; make sure last item keeps focus
137 assertTrue("button at top should have focus back",
  /external/chromium_org/ash/wm/overview/
window_selector.h 96 // |focus|, restores focus to the stored window.
97 void ResetFocusRestoreWindow(bool focus);
132 // selection. If window selection is canceled the focus should be restored to
  /external/chromium_org/chrome/browser/resources/chromeos/login/
header_bar.css 41 #login-header-bar button:focus,
56 #login-header-bar button:focus:not(.button-restricted),
network_dropdown.css 67 .dropdown-title:focus {
73 html[highlight=strong] .dropdown-title:focus {
  /external/chromium_org/chrome/browser/resources/ntp4/
apps_page.css 16 .app:not(.click-focus):focus .app-contents:not(.suppress-active),
footer_menu.css 90 .footer-menu-item:not(:focus) {
95 .footer-menu-item:focus {
  /external/chromium_org/chrome/browser/resources/
policy.css 173 html:not(.focus-outline-visible)
174 :enabled:focus:-webkit-any(input[type='checkbox'],
176 /* Cancel border-color for :focus specified in widgets.css. */
sync_setup_overlay.css 327 .signin-box input[type=submit]:focus {
335 .signin-box input[type=submit]:focus:active {
339 .signin-box input[type=submit]:focus:hover {
386 .signin-box input[type=text]:focus,
387 .signin-box input[type=password]:focus {
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.h 47 const gfx::Rect& focus) OVERRIDE;
79 // Rectangles for the selection anchor and focus.
web_contents_view_gtk.cc 151 void WebContentsViewGtk::Focus() {
153 web_contents_->GetInterstitialPage()->Focus();
155 delegate_->Focus();
163 Focus();
217 g_signal_connect(content_view, "focus", G_CALLBACK(OnFocusThunk), this);
296 // This is called when the renderer asks us to take focus back (i.e., it has
341 // and grab focus if we don't have it. The call to
342 // FocusThroughTabTraversal(bool) forwards the "move focus forward" effect to
345 GtkDirectionType focus) {
349 if (delegate_->OnNativeViewFocusEvent(widget, focus, &return_value)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.h 84 void focus() const;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
GoToLineDialog.js 90 focus: function()
TopDownProfileDataGridTree.js 96 focus: function(profileDataGridNode)
SearchableView.js 358 this._searchInputElement.focus();
423 this._searchInputElement.focus();
432 this._searchInputElement.focus();
470 this._replaceInputElement.focus();
477 this._searchInputElement.focus();
SidebarOverlay.js 79 focus: function()
overrides.css 187 .overrides-view input[type=text]:enabled:focus,
188 .overrides-view select:enabled:focus {
  /frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
AdjacentListsWithAdjacentISVsInsideTest.java 17 package android.widget.listview.focus;
ListButtonsDiagonalAcrossItemsTest.java 17 package android.widget.listview.focus;
30 * Test that ListView will override default behavior of focus searching to
71 assertEquals("focus search right from left button should be center button",
74 assertEquals("focus search right from center button should be right button",
77 assertEquals("focus search left from centr button should be left button",
ListWithEditTextHeaderTest.java 17 package android.widget.listview.focus;
48 assertTrue("header does not have focus", mListView.getChildAt(0).isFocused());
55 assertTrue("header does not have focus", mListView.getChildAt(0).isFocused());
64 assertTrue("header does not have focus", mListView.getChildAt(0).isFocused());
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 138 // Update aria-activedescendant property in response to focus change
140 title.addEventListener('focus', function(event) {
144 // Enable keyboard focus on the item title element
159 // Disable keyboard focus on elements in iFrames that have not been
213 this.parentNode.nextSibling.children[1].focus();
217 this.parentNode.previousSibling.children[1].focus();
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
webtreemap.js 42 // Callback for embedding page to update after a focus.
45 function focus(tree) { function
81 focus(focused.parent);
83 focus(tree);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
file_manager.css 200 #navigation-list:focus > .accepts,
201 #navigation-list:focus > [lead][selected],
202 #navigation-list:focus > [lead],
203 #navigation-list:focus > [selected],
204 #navigation-list:focus > [anchor] {
278 #directory-tree:focus .tree-row[selected] > .expand-icon {
314 #directory-tree:focus .tree-item.accepts > .tree-row,
315 #directory-tree:focus .tree-row[lead][selected],
316 #directory-tree:focus .tree-row[lead],
317 #directory-tree:focus .tree-row[selected]
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
search_box.js 50 this.inputElement.addEventListener('focus', this.onFocus_.bind(this));
154 * Handles a focus event of the search box.
189 this.inputElement.focus();
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 374 * Attempts to return the date that has accessibility focus.
376 * @return The date that has accessibility focus, or {@code null} if no date
377 * has focus.
384 final CalendarDay focus = ((SimpleMonthView) child).getAccessibilityFocus(); local
385 if (focus != null) {
387 // Clear focus to avoid ListView bug in Jelly Bean MR1.
390 return focus;
399 * Attempts to restore accessibility focus to a given date. No-op if
402 * @param day The date that should receive accessibility focus
403 * @return {@code true} if focus was restore
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 294 public void setFocus(View focus) {
295 assert(focus != null);
297 mFocus = focus;
298 moveToTopOfPile(focus);
299 setHighlight(focus, true);
355 public View moveFocus(View focus, float direction) {
356 return moveFocus(focus, direction, 90f);
359 public View moveFocus(View focus, float direction, float angle) {
360 if (focus == null) {
371 final double[] a = getCenter(focus);
    [all...]

Completed in 673 milliseconds

1 2 3 45 6 7 8 91011>>