HomeSort by relevance Sort by last modified time
    Searched full:focus (Results 226 - 250 of 1583) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ButtonActivityTest.java 38 // Bring the target EditText into focus.
  /frameworks/native/data/etc/
android.hardware.camera.flash-autofocus.xml 18 that this currently requires having auto-focus as well. -->
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
SoftFocusAction.java 26 * An action handling soft focus effect.
  /packages/apps/Contacts/res/layout/
custom_action_bar.xml 23 <!-- To prevent the search view from getting the initial focus. -->
  /packages/apps/Launcher2/src/com/android/launcher2/
AccessibleTabView.java 25 * We use a custom tab view to process our own focus traversals.
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
FocusIndicatorView.java 25 // A view that indicates the focus area or the metering area.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Panel.java 45 * Sets the focus to the proper control inside the panel.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
AllocTrackerView.java 38 // listen to focus changes for table(s) of the panel.
HeapView.java 38 // listen to focus changes for table(s) of the panel.
NativeHeapView.java 39 // listen to focus changes for table(s) of the panel.
NetworkStatisticsView.java 38 // listen to focus changes for table(s) of the panel.
ThreadView.java 39 // listen to focus changes for table(s) of the panel.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion9-expected-completion64.txt 67 <requestFocus /> : Requests focus for the parent element or one of its descendants
  /external/chromium/chrome/browser/resources/chromeos/
sim_unlock.js 68 $('pin-input').focus();
83 $('pin-input').focus();
100 $('old-pin-input').focus();
114 $('puk-input').focus();
143 $('old-pin-input').focus();
145 $('new-pin-input').focus();
167 $('new-pin-input').focus();
  /external/chromium/chrome/browser/resources/options/
inline_editable_list.js 64 * initial focus when entering edit mode.
127 // the list grabs focus immediately afterwards. Thus we must delay
128 // our focus grab.
134 focusElement.focus();
178 * The HTML element that should have focus initially when editing starts,
311 * an editable item, stores that item to focus when edit mode is started.
345 * Called when the list hierarchy as a whole loses or gains focus; starts
  /external/chromium/chrome/browser/ui/views/
find_bar_host.cc 19 #include "views/focus/external_focus_tracker.h"
20 #include "views/focus/view_storage.h"
146 // focus. EndFindSession will then set the focus to the page content.
157 // TODO(brettw) Focus() should be on TabContentsView.
158 find_bar_controller_->tab_contents()->tab_contents()->Focus();
178 // focus and in the process unregister us as the handler for the Escape
  /frameworks/base/docs/html/training/accessibility/
accessible-app.jd 21 <li><a href="#focus">Design for Focus Navigation</a></li>
94 <h2 id="focus">Design for Focus Navigation</h2>
124 the next view to receive focus when the user navigates in that direction. While
154 select an item or change focus in your UI. These events are examined by the
166 captions by typing on the keyboard when it has focus, it makes sense to fire an
  /hardware/libhardware/include/hardware/
camera.h 220 * Start auto focus, the notification callback routine is called with
222 * called again if another auto focus is needed.
227 * Cancels auto-focus function. If the auto-focus is still in progress,
228 * this function will cancel it. Whether the auto-focus is in progress or
229 * not, this function will return the focus position to the default. If
230 * the camera does not support auto-focus, this is a no-op.
  /frameworks/base/core/java/android/widget/
TabWidget.java 145 // Deal with focus, as we don't want the focus to go by default
363 * Note, this is separate from the traditional "focus" that is
367 * navigating up and down the list, moving the UI focus (orange
374 * To move both the focus AND the selected tab at once, please use
376 * adjusting the focus, so unless you're circumventing the UI,
377 * you'll probably just focus your interest here.
446 * focus keeps up.
459 // change the focus if applicable.
560 * or due to focus entering the tab through navigation. Pass tru
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
FocusFinderTest.java 36 assertNotNull("focus finder instance", mFocusFinder);
258 * Grabbed from {@link android.widget.focus.VerticalFocusSearchTest#testSearchFromMidLeft()}
283 * in vertical beam should be next focus
352 * the edges are equal. see {@link android.widget.focus.LinearLayoutGrid}
490 * Assert that particular rect is a better focus search candidate from a
492 * @param direction The direction of focus search.
502 "expected %s to be a better focus search candidate than "
512 "expected %s to not be a better focus search candidate than "
527 + "focus search candidate",
548 + "focus search candidate"
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
InputMonitor.java 40 // Current window with input focus for keys and other non-touch events. May be null.
226 // currently has touch focus.
350 InputWindowHandle focus, KeyEvent event, int policyFlags) {
351 WindowState windowState = focus != null ? (WindowState) focus.windowState : null;
358 InputWindowHandle focus, KeyEvent event, int policyFlags) {
359 WindowState windowState = focus != null ? (WindowState) focus.windowState : null;
370 /* Called when the current input focus changes.
375 Slog.d(WindowManagerService.TAG, "Input focus has changed to " + newWindow)
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_browsertest.cc 162 // Focus search when omnibox is blank
179 // Focus search when omnibox is _not_ alread in forced query mode.
196 // Focus search when omnibox _is_ already in forced query mode, but no query
214 // Focus search when omnibox _is_ already in forced query mode, and some query
232 // Focus search when omnibox is in forced query mode with leading whitespace.
  /external/chromium/chrome/browser/chromeos/login/
screen_lock_view.cc 36 // A Textfield for password, which also sets focus to itself
206 // TODO(oshima): Re-enabling does not move the focus to the view
207 // that had a focus (issue http://crbug.com/43131).
208 // Clear focus on the textfield so that re-enabling can set focus
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.cc 60 // "move-focus", "move-viewport", "select-all" and "toggle-cursor-visible"
64 g_signal_connect(handler, "move-focus", G_CALLBACK(MoveFocus), NULL);
99 // "move-focus", "move-viewport", "select-all" and "toggle-cursor-visible"
103 g_signal_override_class_handler("move-focus",
323 g_signal_stop_emission_by_name(widget, "move-focus");
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
command.js 9 * When the focus changes in the document for each command a canExecute event
197 * Keeps track of the focused element and updates the commands when the focus
203 doc.addEventListener('focus', this.handleFocus_.bind(this), true);
223 * Handles focus changes on the document.
224 * @param {Event} e The focus event object.

Completed in 3408 milliseconds

1 2 3 4 5 6 7 8 91011>>