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

1 2 3 4 5 67 8 91011

  /frameworks/base/core/java/android/webkit/
WebTextView.java 354 protected void onFocusChanged(boolean focused, int direction,
357 super.onFocusChanged(focused, direction, previouslyFocusedRect);
    [all...]
WebView.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 146 public void requestChildFocus(View child, View focused) {
147 super.requestChildFocus(child, focused);
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp_unittest.py     [all...]
  /external/webkit/WebKit/win/
ChangeLog 37 onbeforeunload not called at window close + frame or iframe focused
41 even if an inner frame is focused.
45 test with WebCore/manual-tests/onbeforeunload-focused-iframe.html.
    [all...]
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 950 Node* focused = doc->focusedNode(); local
    [all...]
  /external/webkit/WebCore/rendering/
RenderThemeChromiumMac.mm 634 bool focused = isFocused(o) && o->style()->outlineStyleIsAuto();
635 if (focused != oldFocused)
636 [cell setShowsFirstResponder:focused];
    [all...]
RenderThemeMac.mm 563 bool focused = isFocused(o) && o->style()->outlineStyleIsAuto();
564 if (focused != oldFocused)
565 [cell setShowsFirstResponder:focused];
    [all...]
  /external/webkit/WebCore/dom/
Element.cpp     [all...]
ContainerNode.cpp 783 if (focused() == received)
  /frameworks/base/core/java/android/widget/
PopupWindow.java 272 * @param focusable true if the popup can be focused, false otherwise
406 * window will grab the focus from the current focused widget if the popup
    [all...]
ZoomButtonsController.java 706 * ViewGroup gives it to the focused View instead of calling the key
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 703 public void onFocusChange(View view, boolean focused) {
704 if (!focused) {
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
LinkMovementMethodTest.java 44 * {@link android.widget.cts.TextViewTest} and this test case is only focused on the
  /development/pdk/docs/
faqs.jd 156 decline that contribution, since Android is focused on applications that run
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 37 * focused on simplicity over completeness, so it should in no way be considered
  /external/webkit/WebCore/page/
EventHandler.cpp     [all...]
  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.cpp 272 state->focused = theme->isFocused(o);
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 928 // If the mouse is inside the window, update the focused index. Otherwise,
  /external/webkit/WebKit/mac/WebView/
WebUIDelegate.h 232 @discussion This method should return the focused control in the
  /frameworks/base/docs/html/guide/topics/ui/
themes.jd 327 keeps your program code focused on application functionality, rather than style. But if it's necessary
ui-events.jd 67 This is called when the user is focused on the item and presses or releases a key on the device.</dd>
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaFeed.java 748 // We need to check if this slot can be focused or not.
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 74 static final String FOCUS_KEY = "focused";

Completed in 690 milliseconds

1 2 3 4 5 67 8 91011