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

<<11121314151617181920>>

  /frameworks/base/core/java/android/view/
ViewGroup.java 86 // The view contained within this ViewGroup that has or contains focus.
202 * This view will get focus before any of its descendants.
207 * This view will get focus only if none of its descendants want it.
212 * This view will block any of its descendants from getting focus, even
359 * descendants when looking for a view to take focus in
377 * take focus in {@link #requestFocus(int, android.graphics.Rect)}.
422 // We had a previous notion of who had focus. Clear it.
441 // getting focus
464 * focus.
466 * @param focused The view that currently has focus
    [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java 167 /* When focus is lost check that the text field
182 /* The text view may still have focus so clear it's focus which will
183 * trigger the on focus changed and any typed values to be pulled.
ViewAnimator.java 101 // This will clear old focus if we had it
104 // Try to retake focus if we had it
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfEditTexts.java 17 package android.widget.focus;
ListOfInternalSelectionViews.java 17 package android.widget.focus;
ListWithMailMessages.java 17 package android.widget.focus;
  /packages/apps/Mms/src/com/android/mms/ui/
NumberPicker.java 165 /* When focus is lost check that the text field
180 /* The text view may still have focus so clear it's focus which will
181 * trigger the on focus changed and any typed values to be pulled.
  /cts/tests/tests/text/src/android/text/method/cts/
PasswordTransformationMethodTest.java 223 // lose focus
230 // gain focus
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 377 * getCurrentFocus: Return the view in this Window that currently has focus, or null if
380 * 1. Set focus view to null, get current focus, it should be null
381 * 2. Set listview_window as focus view, get it and compare.
398 View focus = mWindow.getCurrentFocus();
399 assertNotNull(focus);
400 assertEquals(R.id.listview_window, focus.getId());
856 * has no views with focus, but the activity still wants a chance to process key events.
    [all...]
  /development/samples/BrowserPlugin/jni/navigation/
NavigationPlugin.cpp 182 gLogI.log(kDebug_ANPLogType, "----%p Loosing Focus", instance);
188 gLogI.log(kDebug_ANPLogType, "----%p Gaining Focus", instance);
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 74 // to take appropriate action when the activity looses focus
86 // to take appropriate action when the activity looses focus
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxevents.c 199 Dprintf ("focus in\n") ;
206 Dprintf ("focus out\n") ;
  /external/webkit/WebCore/page/
ChromeClient.h 81 virtual void focus(bool userGesture) = 0;
83 virtual void focus() = 0;
  /external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.h 143 /** Called to check if a plugin currently has document focus, which is
145 true if the plugin currently has focus and false otherwise.
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCocoa.mm 193 event.data.focus.hasFocus = hasFocus;
203 event.data.focus.hasFocus = hasFocus;
  /frameworks/base/camera/libcameraservice/
CameraService.h 109 // auto focus
112 // cancel auto focus
  /frameworks/base/core/java/android/webkit/
WebTextView.java 91 // gaining focus. If it is, we do not want to pass it to webkit. This
93 // WebTextView gained focus from a touch, webkit will determine the
326 // focus, set the focus controller back to inactive
577 * focus to the host.
580 // hide the soft keyboard when the edit text is out of focus
660 // changing. (This can happen when the WebTextView takes focus.
772 * view coordinates. Also requests Focus and sets the cursor to not
    [all...]
  /frameworks/base/docs/html/resources/tutorials/views/
hello-autocomplete.jd 138 application code should focus on behavior, not content. Application content such as strings
141 make it simple and focus on the {@link android.widget.AutoCompleteTextView} widget.
  /frameworks/base/libs/camera/
ICamera.cpp 156 // auto focus
167 // cancel focus
  /frameworks/base/libs/rs/java/Film/src/com/android/film/
FilmRS.java 32 public float focus; field in class:FilmRS.StripPosition
61 mPos.focus = ((float)y) / 16.f - 10.f; // focusPos
  /packages/apps/Launcher2/res/values/
strings.xml 94 <!-- All applications label for accessibilty (spoken when the button gets focus). -->
97 for accessibilty (spoken when the button gets focus). -->
  /packages/apps/Settings/src/com/android/settings/
ZoneList.java 67 // Initial focus position
104 // If current timezone is in this list, move focus to it
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEvent.java 110 * Focus to the candidates view.
115 * Focus out from the candidates view.
  /external/webkit/WebCore/platform/chromium/
ThemeChromiumMac.mm 51 // - The Snow Leopard focus ring bug fix and its use around every call to
60 // --- START fix for Snow Leopard focus ring bug ---
62 // There is a bug in the Cocoa focus ring drawing code. The code calls +[NSView
68 // The garbage fortunately does not clip the focus ring on Leopard, but
70 // that focus ring drawing fails, we swizzle NSView to ensure it returns a valid
181 // --- END fix for Snow Leopard focus ring bug ---
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp 1654 WebCore::Node* focus = currentFocus(); local
1703 WebCore::Node* focus = currentFocus(); local
1722 WebCore::Node* focus = currentFocus(); local
1759 WebCore::Node* focus = currentFocus(); local
1784 WebCore::Node* focus = currentFocus(); local
    [all...]

Completed in 125 milliseconds

<<11121314151617181920>>