/external/webkit/WebCore/html/ |
HTMLAttributeNames.in | 93 focused
|
HTMLLabelElement.cpp | 119 // If the control can be focused via the mouse, then do that too.
|
/external/webkit/WebCore/wml/ |
WMLAnchorElement.cpp | 53 else if (event->type() == eventNames().keydownEvent && event->isKeyboardEvent() && focused())
|
WMLOptGroupElement.cpp | 108 if (!select || select->focused())
|
/external/webkit/WebKit/android/ |
RenderSkinAndroid.h | 76 /* notifyState() checks to see if the element is checked, focused, and enabled
|
/external/webkit/WebKit/chromium/src/ |
ToolsAgent.h | 53 /* Updates focused node on the client. */ \
|
/frameworks/base/core/java/android/widget/ |
DialerFilter.java | 102 * Only show the icon view when focused, if there is one. 105 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { 106 super.onFocusChanged(focused, direction, previouslyFocusedRect); 109 mIcon.setVisibility(focused ? View.VISIBLE : View.GONE);
|
/frameworks/base/core/tests/coretests/src/android/view/menu/ |
MenuWith1ItemTest.java | 78 // open the menu, menu item shouldn't be focused, because we are not
|
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/ |
TouchModeFocusableTest.java | 76 // entering touch mode takes focus away from the currently focused item if it
|
/frameworks/base/docs/html/guide/topics/resources/ |
color-list-resource.jd | 19 android.widget.Button} widget can exist in one of several different states (pressed, focused, 101 <dd><em>Boolean</em>. "true" if this item should be used when the object is focused (such as when a button 103 non-focused state.</dd> 139 android:color="#ff0000ff"/> <!-- focused -->
|
/frameworks/base/docs/html/resources/ |
community-more.jd | 23 <td>Discussion focused on developing Android apps.</td>
|
/external/webkit/WebCore/platform/graphics/android/ |
PlatformGraphicsContext.h | 106 // corresponds to the focused node passed in. If its state has changed, 113 // If this button is being told to draw focused, but it is already in a
|
/external/webkit/WebKit/android/jni/ |
WebViewCore.h | 184 * Tell the java side to update the focused textfield 195 * Tell the java side to update the current selection in the focused 197 * focused textinput, and passes its selection to java. 316 * Delete text from start to end in the focused textfield. 324 * Set the selection of the currently focused textfield to (start, end). 329 * In the currently focused textfield, replace the characters from oldStart to oldEnd 339 * Scroll the focused textfield to (x, y) in document space 343 * Set the FocusController's active and focused states, so that
|
/frameworks/base/core/java/android/text/method/ |
PasswordTransformationMethod.java | 121 boolean focused, int direction, 123 if (!focused) {
|
/frameworks/base/core/java/android/view/ |
ViewGroup.java | 411 public void requestChildFocus(View child, View focused) { 431 mParent.requestChildFocus(this, focused); 443 // shortcut: don't report a new focusable view if we already are focused 448 // the focused view and make sure it wasn't FOCUS_AFTER_DESCENDANTS and 466 * @param focused The view that currently has focus 470 public View focusSearch(View focused, int direction) { 475 return FocusFinder.getInstance().findNextFocus(this, focused, direction); 477 return mParent.focusSearch(focused, direction); 493 public boolean dispatchUnhandledMove(View focused, int direction) { 495 mFocused.dispatchUnhandledMove(focused, direction) 2214 final View focused = mFocused; local 2279 final View focused = mFocused; local [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
DeskClock.java | 313 final View focused = getCurrentFocus(); local 314 if (focused != null) focused.clearFocus(); 686 final View focused = getCurrentFocus(); local 687 if (focused != null) focused.clearFocus(); 804 // Tidy up awkward focus behavior: the first view to be focused in [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ScrollingTabWidget.java | 218 * This method makes sure that the focused tab matches the selected 225 * @param index The tab that you want focused (highlighted in orange) 357 * if the tab was clicked/pressed or just focused into.
|
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/ |
SDL_pgevents.c | 103 /* Start our canvas out focused, so we get keyboard input */
|
/external/webkit/WebCore/rendering/ |
RenderTextControlMultiLine.cpp | 55 if (!node()->focused())
|
/external/webkit/WebKit/haiku/ |
ChangeLog | 58 Notify the chrome when the focused node has changed.
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
DumpRenderTreeQt.h | 92 void switchFocus(bool focused);
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
htmlattrs.in | 88 focused
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListInterleaveFocusablesTest.java | 104 assertEquals("selected view focused", isFocused, view.isFocused());
|
/packages/apps/Contacts/src/com/android/contacts/ui/ |
ViewIdGenerator.java | 33 * lifecycle, so that we can re-construct view state (e.g. focused view) when the screen rotates.
|
/build/tools/droiddoc/templates/assets/ |
search_autocomplete.js | 246 function search_focus_changed(obj, focused) 248 if (focused) {
|