HomeSort by relevance Sort by last modified time
    Searched full:focused (Results 101 - 125 of 259) sorted by null

1 2 3 45 6 7 8 91011

  /frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java 30 * the application user interface away from it so that the focused item is
  /frameworks/base/core/java/android/text/method/
ReplacementTransformationMethod.java 103 boolean focused, int direction,
  /frameworks/base/core/java/android/util/
StateSet.java 23 * represents the state of a {@link android.view.View} (e.g. focused,
  /frameworks/base/docs/html/guide/topics/search/
searchable-config.jd 89 should be rewritten when a suggestion is focused. The following mode values are accepted:
279 of a button, based on the current query or focused suggestion. ?For example, the Contacts
312 suggestion is focused. This will be added to the
322 suggestion is focused. This attribute lets you control the
  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
HTMLViewerActivity.java 126 // focused view XXX has no id".
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 320 // Let the focused view and/or our descendants get the key first
771 * to a component visible in this area. If no component can be focused in
854 // previously focused item still has focus and is off screen, give
    [all...]
AutoCompleteTextView.java     [all...]
  /external/webkit/WebCore/platform/gtk/
gtk2drawing.c 786 if (state->focused && !state->disabled)
789 if (!interior_focus && state->focused) {
815 if (state->focused) {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 589 public boolean dispatchUnhandledMove(View focused, int direction) {
601 return super.dispatchUnhandledMove(focused, direction);
786 * If one of our descendant views decides that it could be focused now, only
793 public void focusableViewAvailable(View focused) {
795 View v = focused;
798 super.focusableViewAvailable(focused);
    [all...]
DragController.java 357 public boolean dispatchUnhandledMove(View focused, int direction) {
358 return mMoveTarget != null && mMoveTarget.dispatchUnhandledMove(focused, direction);
  /external/webkit/WebKit/chromium/src/
ChromeClientImpl.cpp 158 // Could not retrieve focused Node.
162 // Retrieve the focused AccessibilityObject.
  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 54 * @param oldFocus The previously focused view, if any.
55 * @param newFocus The newly focused View, if any.
  /external/jhead/
makernote.c 139 // Inidcates the distance the autofocus camera is focused to.
  /external/webkit/WebCore/
config.h 143 // Passes the webkit-originated changes of a focused textfield to our UI
  /external/webkit/WebCore/dom/
InputElement.cpp 109 if (!inputElement->isTextField() || !element->focused())
  /external/webkit/WebKit/android/nav/
CachedNode.h 50 // or because they have the wrong DOM attribute (in focus, a focused child, etc)
FindCanvas.h 228 void drawMatch(const SkRegion& region, SkCanvas* canvas, bool focused);
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 226 // When disabled, the not-focused state and the pressed state should
  /packages/apps/Contacts/src/com/android/contacts/
TextHighlightingAnimation.java 184 // Only dim the text in the basic state; not selected, focused or pressed
  /cts/tests/tests/text/src/android/text/method/cts/
ArrowKeyMovementMethodTest.java 43 * {@link android.widget.cts.TextViewTest} and this test case is only focused on the
702 + " MotionEvent)}. Test the method while the widget is focused.",
747 + "MotionEvent)}. Test the method while the widget is not focused.",
    [all...]
  /external/webkit/WebCore/rendering/
RenderTextControlSingleLine.cpp 170 if (!wasChanged && node()->focused()) {
175 if (node()->focused()) {
356 // 3) The element is focused
RenderThemeChromiumWin.cpp 207 // Let webkit draw one of its halo rings around any focused element,
496 else if (isPressed(o)) // Active overrides hover and focused.
547 else if (supportsFocus(part) && isFocused(o)) // So does focused
  /external/webkit/WebCore/html/
HTMLTextAreaElement.cpp 188 // If a given text area can be focused at all, then it will always be keyboard focusable.
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 686 * @param view The currently focused view, which would like to receive
733 * @param view The currently focused view, which would like to receive
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
drawable-resource.jd 165 android.widget.Button} widget can exist in one of several different states (pressed, focused,
252 <dd><em>Boolean</em>. "true" if this item should be used when the object is focused (such as when a button
254 non-focused state.</dd>
290 android:drawable="@drawable/button_focused" /> &lt;!-- focused --&gt;

Completed in 234 milliseconds

1 2 3 45 6 7 8 91011