HomeSort by relevance Sort by last modified time
    Searched full:focus (Results 51 - 75 of 745) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/src/android/view/cts/
FocusHandlingStubActivity.java 24 * A simple activity to test "Focus Handling"
  /external/webkit/WebCore/manual-tests/chromium/
select-close-popup-value-change.html 10 <li>4. Click anywhere else on the page to move the focus out of the select.</li>
  /external/webkit/WebCore/manual-tests/resources/
named-window-blank-target-step2.html 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=7747">Bugzilla bug 7747</a> REGRESSION: Background tab/window auto-refresh in GMail will take focus.</p>
named-window-blank-target-step3.html 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=7747">Bugzilla bug 7747</a> REGRESSION: Background tab/window auto-refresh in GMail will take focus.</p>
  /external/webkit/WebCore/manual-tests/
select-delete-item.html 18 Once the select gets focus, in 2 seconds it will delete an item. This test passes
  /external/webkit/WebKit/mac/WebView/
WebClipView.m 36 // WebClipView's entire reason for existing is to set the clip used by focus ring redrawing.
37 // There's no easy way to prevent the focus ring from drawing outside the passed-in clip rectangle
40 // The "additional clip" is a clip for focus ring redrawing.
42 // FIXME: Change terminology from "additional clip" to "focus ring clip".
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
LLOfButtons2.java 21 * the transistion between touch and focus mode.
  /frameworks/base/data/etc/
android.hardware.camera.autofocus.xml 17 <!-- This is the standard set of features for an auto-focus camera. -->
android.hardware.camera.xml 17 <!-- This is the standard set of features for a non auto-focus camera. -->
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_active.h 23 /* Include file for SDL application focus event handling */
39 #define SDL_APPINPUTFOCUS 0x02 /* The app has input focus */
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_active.c 24 /* Application focus/iconification handling code for SDL */
86 /* If we lost keyboard focus, post key-up events */
  /external/webkit/WebCore/accessibility/gtk/
AXObjectCacheAtk.cpp 57 g_signal_emit_by_name(oldObject->wrapper(), "focus-event", false);
62 g_signal_emit_by_name(newObject->wrapper(), "focus-event", true);
  /external/webkit/WebCore/html/
HTMLLabelElement.h 46 // Overridden to either click() or focus() the corresponding control.
57 void focus(bool restorePreviousSelection = true);
  /frameworks/base/core/java/android/view/
ViewParent.java 92 * Called when a child of this parent wants focus
94 * @param child The child of this ViewParent that wants focus. This view
96 * actually has focus.
98 * focus
111 * Called when a child of this parent is giving up focus
113 * @param child The view that is giving up focus
120 * Find the nearest view in the specified direction that wants to take focus
122 * @param v The view that currently has focus
  /frameworks/base/core/res/res/drawable/
gallery_item_background.xml 20 <!-- When the window does not have focus. -->
33 <!-- When the window does have focus. -->
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
GoneParentFocusedChild.java 17 package android.widget.focus;
29 * GONE and one of its children has focus; the activity should get
ListWithFooterViewAndNewLabelsTest.java 17 package android.widget.focus;
19 import android.widget.focus.ListWithFooterViewAndNewLabels;
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ButtonAboveTallInternalSelectionViewTest.java 35 assertTrue("expecting the top button to have focus",
55 assertTrue("internal selection view should have taken focus",
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_active.h 23 /* Include file for SDL application focus event handling */
39 #define SDL_APPINPUTFOCUS 0x02 /* The app has input focus */
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_active.h 23 /* Include file for SDL application focus event handling */
39 #define SDL_APPINPUTFOCUS 0x02 /* The app has input focus */
  /prebuilt/windows/sdl/host/include/SDL/
SDL_active.h 28 /* Include file for SDL application focus event handling */
41 #define SDL_APPINPUTFOCUS 0x02 /* The app has input focus */
  /prebuilt/windows/sdl/include/SDL/
SDL_active.h 23 /* Include file for SDL application focus event handling */
39 #define SDL_APPINPUTFOCUS 0x02 /* The app has input focus */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
EclipseUiHelper.java 45 * @param activate True to force activate (i.e. takes focus), false to just make visible (i.e.
46 * does not steal focus.)
  /frameworks/base/include/camera/
CameraParameters.h 168 // Current focus mode. If the camera does not support auto-focus, the value
169 // should be FOCUS_MODE_FIXED. If the focus mode is not FOCUS_MODE_FIXED or
171 // CameraHardwareInterface.autoFocus to start the focus.
174 // Supported focus modes.
258 // during preview, auto-focus, or snapshot depending on the driver.
261 // fired during preview or auto-focus depending on the driver.
265 // Constant emission of light during preview, auto-focus and snapshot.
296 // Values for focus mode settings.
297 // Auto-focus mode
    [all...]
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_IVCommon.h 851 * Focus region configuration
857 * bCenter : Use center region as focus region of interest
858 * bLeft : Use left region as focus region of interest
859 * bRight : Use right region as focus region of interest
860 * bTop : Use top region as focus region of interest
861 * bBottom : Use bottom region as focus region of interest
862 * bTopLeft : Use top left region as focus region of interest
863 * bTopRight : Use top right region as focus region of interest
864 * bBottomLeft : Use bottom left region as focus region of interest
865 * bBottomRight : Use bottom right region as focus region of interes
    [all...]

Completed in 323 milliseconds

1 23 4 5 6 7 8 91011>>