/external/webkit/WebCore/manual-tests/ |
onbeforeunload-focused-iframe.html | 11 <li>Close this browser window while the inner frame has focus.
|
password-caps-lock.html | 6 <body onload="document.getElementById('tf').focus()">
|
select-popup-on-spacebar.html | 6 <body onload="document.getElementById('selectId').focus()">
|
/external/webkit/WebCore/page/mac/ |
ChromeMac.mm | 42 // Setting focus can actually cause a style change which might
|
/frameworks/base/awt/java/awt/ |
ComponentBehavior.java | 55 boolean setFocus(boolean focus, Component opposite);
|
/frameworks/base/core/java/android/inputmethodservice/ |
ExtractButton.java | 40 * Pretend like the window this view is in always has focus, so it will
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
DescendantFocusability.java | 17 package android.widget.focus;
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/ |
LLOfButtons1.java | 29 * the transistion between touch and focus mode.
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListItemFocusablesClose.java | 26 * it shouldn't require panning to move focus.
|
ListOfTouchables.java | 27 * it shouldn't require panning to move focus.
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListItemFocusableAboveUnfocusableTest.java | 50 assertFalse("focused item should have lost focus",
|
/frameworks/base/data/etc/ |
android.hardware.camera.flash-autofocus.xml | 18 that this currently requires having auto-focus as well. -->
|
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/ |
ButtonActivityTest.java | 38 // Bring the target EditText into focus.
|
/packages/apps/Browser/res/drawable/ |
btn_bookmark.xml | 18 the pressed state even without window focus -->
|
title_loading.xml | 18 pressed state even without window focus -->
|
title_text.xml | 18 pressed state even without window focus -->
|
/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.
|
ThreadView.java | 39 // listen to focus changes for table(s) of the panel.
|
/frameworks/base/core/java/android/hardware/ |
Camera.java | 46 * For example, if you use the camera and auto-focus feature, your Manifest 54 * auto-focus capabilities. In order for your application to be compatible with 388 * Handles the callback for the camera auto focus. 389 * <p>Devices that do not support auto-focus will receive a "fake" 390 * callback to this interface. If your application needs auto-focus and 391 * should not be installed on devices <em>without</em> auto-focus, you must 400 * Callback for the camera auto focus. If the camera does not support 401 * auto-focus and autoFocus is called, onAutoFocus will be called 404 * @param success true if focus was successful, false if otherwise 411 * Starts auto-focus function and registers a callback function to run whe [all...] |
/frameworks/base/core/java/android/view/ |
FocusFinder.java | 25 * from a view that currently has focus. 38 * Get the focus finder for this thread. 52 * Find the next view to take focus in root's descendants, starting from the view 55 * @param focused Has focus now. 62 // check for user specified next focus 97 * Find the next view to take focus in root's descendants, searching from 150 * Is rect1 a better candidate than rect2 for a focus search in a particular 152 * the order of focus searching. 233 * run all focus tests if you dare tweak it. 241 * Is destRect a candidate for the next focus given the direction? Thi [all...] |
/frameworks/base/core/java/android/widget/ |
TabWidget.java | 137 // Deal with focus, as we don't want the focus to go by default 313 * Note, this is separate from the traditional "focus" that is 317 * navigating up and down the list, moving the UI focus (orange 324 * To move both the focus AND the selected tab at once, please use 326 * adjusting the focus, so unless you're circumventing the UI, 327 * you'll probably just focus your interest here. 352 * focus keeps up. 365 // change the focus if applicable. 467 * or due to focus entering the tab through navigation. Pass tru [all...] |
/frameworks/base/core/tests/coretests/src/android/view/ |
FocusFinderTest.java | 37 assertNotNull("focus finder instance", mFocusFinder); 259 * Grabbed from {@link android.widget.focus.VerticalFocusSearchTest#testSearchFromMidLeft()} 284 * in vertical beam should be next focus 353 * the edges are equal. see {@link android.widget.focus.LinearLayoutGrid} 491 * Assert that particular rect is a better focus search candidate from a 493 * @param direction The direction of focus search. 503 "expected %s to be a better focus search candidate than " 513 "expected %s to not be a better focus search candidate than " 528 + "focus search candidate", 549 + "focus search candidate" [all...] |