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

1 2 34 5 6 7 8 91011

  /cts/tests/tests/text/src/android/text/method/cts/
PasswordTransformationMethodTest.java 282 public void onFocusChanged(View view, CharSequence sourceText, boolean focused,
284 super.onFocusChanged(view, sourceText, focused, direction, previouslyFocusedRect);
  /external/webkit/WebCore/inspector/front-end/
ElementsPanel.js 232 // Focused node has been explicitly set while reaching out for the last selected node.
620 // to reflect the new focused or root node.
635 // If the focused crumb is the first child, pick the farthest crumb
651 // will change the root node in addition to the focused node.
791 // Find the focused crumb index.
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
AccessibilityControllerWin.cpp 72 // The root accessible object is the focused object.
115 // Get the name of the focused element, and log it to stdout.
  /external/webkit/WebCore/platform/chromium/
ThemeChromiumMac.mm 63 // focusView] (to get the currently focused view) and then calls an NSRect-
65 // no focused view (as there won't be if the destination is a context), the rect
257 // Focused state
259 bool focused = states & FocusState;
260 if (focused != oldFocused)
261 [cell setShowsFirstResponder:focused];
PopupMenuChromium.h 73 // autofill popup should not be focused when shown and we want to forward the
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 621 public void onFocusChange(View v, boolean focused) {
622 if (DBG) Log.d(TAG, "Suggestions focus change, now: " + focused);
623 if (focused) {
631 public void onFocusChange(View v, boolean focused) {
632 if (DBG) Log.d(TAG, "Query focus change, now: " + focused);
633 if (focused) {
  /external/webkit/WebKit/android/nav/
FindCanvas.cpp 547 // matches than this, only draw the focused match.
600 bool focused)
604 if (focused) {
620 if (!focused) {
626 if (!focused)
  /external/webkit/WebKit/chromium/public/
WebView.h 88 // elements or inserts a '\t' char in the focused text area.
130 // Clears the focused node (and selection if a text field is focused)
  /frameworks/base/core/java/android/widget/
TabWidget.java 347 * This method makes sure that the focused tab matches the selected
354 * @param index The tab that you want focused (highlighted in orange)
463 * if the tab was clicked/pressed or just focused into.
ListView.java 145 // Keeps focused children visible through resizes
1613 final View focused = getFocusedChild(); local
2006 View focused = getFocusedChild(); local
2312 final View focused = getFocusedChild(); local
2330 final View focused = selectedView.findFocus(); local
    [all...]
ScrollView.java 317 // Let the focused view and/or our descendants get the key first
770 * to a component visible in this area. If no component can be focused in
855 // previously focused item still has focus and is off screen, give
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallMenuView.java 62 /** Background of each item (should contain the selected and focused states) */
140 // Arrange to get key events even when there's no focused item in
429 // activate the focused item when using the trackball.
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeInstrumentationTests.java 711 * @param focused The view that should be focused (all others should not have focus)
713 private void checkFocused(View focused) {
714 assertEquals(focused == mToView, mToView.isFocused());
715 assertEquals(focused == mSubjectView, mSubjectView.isFocused());
716 assertEquals(focused == mMessageView, mMessageView.isFocused());
    [all...]
  /cts/tests/src/android/view/cts/
MockView.java 409 public boolean dispatchUnhandledMove(View focused, int direction) {
411 return super.dispatchUnhandledMove(focused, direction);
  /frameworks/base/docs/html/resources/articles/
touch-mode.jd 53 mode. Similarly, any focused widgets become unfocused when the user
97 focused widget will not retain focus unless it is focusable in touch
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidatesContainer.java 381 // that the view under the focused view may get touch events instead of the
382 // focused one.
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /development/pdk/docs/about/
philosophy.jd 66 be focused on the current platform release.</li>
  /external/webkit/WebCore/html/
HTMLFormControlElement.h 78 // Determines whether or not a control will be automatically focused
HTMLOptGroupElement.cpp 182 if (select && !select->focused())
  /external/webkit/WebCore/platform/mac/
ThemeMac.mm 111 // Focused state
113 bool focused = states & FocusState;
114 if (focused != oldFocused)
115 [cell setShowsFirstResponder:focused];
  /external/webkit/WebCore/svg/
SVGAElement.cpp 127 if (isLink() && (evt->type() == eventNames().clickEvent || (evt->type() == eventNames().keydownEvent && focused()))) {
  /external/webkit/WebCore/wml/
WMLAElement.cpp 117 if (isLink() && (event->type() == eventNames().clickEvent || (event->type() == eventNames().keydownEvent && focused()))) {
  /external/webkit/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 188 // clear it to prevent the web view window from being focused because that can
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
NativeWindow.java 112 * current focus from focused window.

Completed in 296 milliseconds

1 2 34 5 6 7 8 91011