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

1 2 34 5 6 7 8 91011>>

  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 834 * Focus region configuration
840 * bCenter : Use center region as focus region of interest
841 * bLeft : Use left region as focus region of interest
842 * bRight : Use right region as focus region of interest
843 * bTop : Use top region as focus region of interest
844 * bBottom : Use bottom region as focus region of interest
845 * bTopLeft : Use top left region as focus region of interest
846 * bTopRight : Use top right region as focus region of interest
847 * bBottomLeft : Use bottom left region as focus region of interest
848 * bBottomRight : Use bottom right region as focus region of interest
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
ui-events.jd 13 <li><a href="#HandlingFocus">Handling Focus</a></li>
145 <p>Remember that key events are always delivered to the View currently in focus. They are dispatched starting from the top
147 currently has focus, then you can see the event travel through the <code>{@link android.view.View#dispatchKeyEvent(KeyEvent)
169 <li><code>{@link android.view.View#onFocusChanged}</code> - Called when the view gains or loses focus.</li>
190 necessary to give focus to actionable items (like buttons) so the user can see
193 highlight items, or give focus to a particular View. Thus, there is a mode
200 Other Views that are touchable, like buttons, will not take focus when touched; they will
205 exit touch mode, and find a view to take focus. Now, the user may resume interacting
215 <h2 id="HandlingFocus">Handling Focus</h2>
217 <p>The framework will handle routine focus movement in response to user input
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
DatePickerDialogTest.java 157 // move the focus to the 'set' button
159 // move the focus up to the '-' button under the month
161 // decrement the month (moves focus to date field)
163 // move focus down to '-' button under the month
165 // move focus down to 'set' button
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java 50 // focus and type
82 // focus and type
109 // focus and type
142 // focus and type
179 // focus and type
AutoCompleteTextViewCallbacks.java 41 // focus and type
66 // focus and type
115 // focus and type
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsView.java 98 Log.d(TAG, "Suggestions focus change, gainFocus: " + gainFocus
102 // the ListView loses focus. And when it regains focus, onItemSelected() never gets
104 // by firing extra selection events on focus changes in non-touch mode.
163 // Only fire suggestion selection events when the list has focus.
  /external/webkit/WebCore/html/
HTMLLabelElement.cpp 121 control->focus();
131 void HTMLLabelElement::focus(bool) function in class:WebCore::HTMLLabelElement
135 element->focus();
HTMLLegendElement.h 51 void focus(bool restorePreviousSelection = true);
  /external/webkit/WebKit/gtk/tests/
testkeyevents.c 152 "<script>document.getElementById('in').focus();"
160 "<script>document.getElementById('in').focus();"
169 "document.getElementById('in').focus();</script>"
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditText.java 124 * Pretend like the window this view is in always has focus, so its
132 * Pretend like this view always has focus, so its
140 * Pretend like this view always has focus, so its
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListInterleaveFocusablesTest.java 62 // below (instead of above). this exposes a (now fixed) bug where the focus search
83 * one item away; make sure it won't give that item focus because it is too far away.
106 + "of it having focus", !isFocused, view.isSelected());
  /development/samples/ApiDemos/res/layout/
focus_3.xml 18 focus behavior that would be difficult with default focus calculation alg.-->
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20Activity.java 58 // to take appropriate action when the activity looses focus
66 // to take appropriate action when the activity looses focus
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events_c.h 67 /* Used by the activity event handler to remove mouse focus */
70 /* Used by the activity event handler to remove keyboard focus */
  /external/skia/include/views/
SkWindow.h 72 virtual bool onGetFocusView(SkView** focus) const;
73 virtual bool onSetFocusView(SkView* focus);
  /frameworks/base/core/java/android/view/
IWindow.aidl 56 * Tell the window that it is either gaining or losing focus. Keep it up
57 * to date on the current state showing navigational focus (touch mode) too.
View.java 120 * <li><strong>Set focus:</strong> The framework will handled moving focus in
121 * response to user input. To force focus to a specific view, call
126 * gains or loses focus. You can register such a listener using
219 * <td rowspan="2">Focus</td>
221 * <td>Called when the view gains or loses focus.
227 * <td>Called when the window containing the view gains or loses focus.
459 * <h3>Focus Handling</h3>
461 * The framework will handle routine focus movement in response to user input.
462 * This includes changing the focus as views are removed or hidden, or as ne
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusAfterRemoval.java 17 package android.widget.focus;
29 * focus should go somewhere).
  /frameworks/base/libs/rs/java/Film/src/com/android/film/
Film.java 66 // to take appropriate action when the activity looses focus
74 // to take appropriate action when the activity looses focus
  /frameworks/base/libs/rs/java/Fountain/src/com/android/fountain/
Fountain.java 68 // to take appropriate action when the activity looses focus
78 // to take appropriate action when the activity looses focus
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Focus1.java 41 "<html><body>Can I focus?<br /><a href=\"#\">No I cannot!</a>.</body></html>",
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2AndroidTest.java 33 * focus behavior by calling {@link FocusFinder} methods directly.
36 * level, key events actually translate to focus transitioning in the way we expect.
102 assertEquals("right should be next focus from left",
109 assertEquals("center should be next focus from right",
  /external/webkit/WebCore/inspector/
JavaScriptProfile.cpp 89 static JSValueRef focus(JSContextRef ctx, JSObjectRef /*function*/, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* /*exception*/) function in namespace:WebCore
101 profile->focus(static_cast<ProfileNode*>(JSObjectGetPrivate(const_cast<JSObjectRef>(arguments[0]))));
151 { "focus", focus, kJSPropertyAttributeNone },
  /external/webkit/WebCore/manual-tests/
named-window-blank-target.html 10 <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>

Completed in 118 milliseconds

1 2 34 5 6 7 8 91011>>