/packages/apps/Phone/src/com/android/phone/ |
ADNList.java | 125 // 2. replace the selection / focus code with:
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
InfoPanel.java | 80 * Sets the focus to the proper control inside the panel.
|
/external/qemu/ |
qemu-char-android.c | 367 mux_chr_send_event(d, chr->focus, CHR_EVENT_MUX_OUT); 368 chr->focus++; 369 if (chr->focus >= d->mux_cnt) 370 chr->focus = 0; 371 mux_chr_send_event(d, chr->focus, CHR_EVENT_MUX_IN); 390 int m = chr->focus; 405 int m = chr->focus; 418 int m = chr->focus; 462 chr->focus = d->mux_cnt; 476 chr->focus = -1 [all...] |
qemu-char.c | 359 mux_chr_send_event(d, chr->focus, CHR_EVENT_MUX_OUT); 360 chr->focus++; 361 if (chr->focus >= d->mux_cnt) 362 chr->focus = 0; 363 mux_chr_send_event(d, chr->focus, CHR_EVENT_MUX_IN); 382 int m = chr->focus; 397 int m = chr->focus; 410 int m = chr->focus; 454 chr->focus = d->mux_cnt; 468 chr->focus = -1 [all...] |
/frameworks/base/core/java/android/app/ |
Dialog.java | 64 * your Dialog takes input focus, as it the default) with the following code: 394 * @return View The current View with focus or null. 578 * while focus is on a button, you will receive a call here because 582 * will be processed at the point for things like focus navigation. 856 * dialog has no views with focus, but the dialog still wants [all...] |
Activity.java | 134 * <li>If an activity has lost focus but is still visible (that is, a new non-full-sized 135 * or transparent activity has focus on top of your activity), it [all...] |
/frameworks/base/core/java/android/view/ |
Window.java | 254 * This hook is called whenever the window focus changes. See 258 * @param hasFocus Whether the window now has focus. 779 * Return the view in this Window that currently has focus, or null if 783 * @return View The current View with focus or null. [all...] |
/external/webkit/WebCore/inspector/front-end/ |
inspector.css | 46 :focus { 50 input[type="search"]:focus, input[type="text"]:focus { 51 outline: auto 5px -webkit-focus-ring-color; 1097 .outline-disclosure ol:focus li.selected .selection { 1138 .outline-disclosure ol:focus li.selected { 1142 .outline-disclosure ol:focus li.selected * { 1167 .outline-disclosure ol:focus li.parent.selected::before { 1175 .outline-disclosure ol:focus li.parent.expanded.selected::before { 1212 :focus .placard.selected [all...] |
/frameworks/base/core/java/android/webkit/ |
WebView.java | [all...] |
/external/webkit/WebCore/page/ |
Frame.cpp | 632 // Walk up the render tree to search for a node to focus. 635 // We don't want to set focus on a subframe when selecting in a parent frame, [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
AllApps3D.java | 103 * Used to keep track of the selection when AllAppsView loses window focus. 109 * Used to keep track of the selection when AllAppsView loses window focus 309 // Clear selection when we lose window focus 327 // Select the first icon when we gain window focus 356 // Clear selection when we lose focus 370 // Select the first icon when we gain keyboard focus [all...] |
/frameworks/base/tests/DumpRenderTree/assets/results/ |
layout_tests_failed.txt | 175 /sdcard/android/layout_tests/fast/events/tabindex-focus-blur-all.html 178 /sdcard/android/layout_tests/fast/events/frame-tab-focus.html 184 /sdcard/android/layout_tests/fast/events/anchor-empty-focus.html 187 /sdcard/android/layout_tests/fast/events/frame-programmatic-focus.html 206 /sdcard/android/layout_tests/fast/events/tabindex-focus-chain.html 210 /sdcard/android/layout_tests/fast/events/right-click-focus.html 212 /sdcard/android/layout_tests/fast/events/frame-click-focus.html 227 /sdcard/android/layout_tests/fast/events/keypress-focus-change.html 374 /sdcard/android/layout_tests/fast/forms/focus-selection-textarea.html 403 /sdcard/android/layout_tests/fast/forms/textfield-to-password-on-focus.htm [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CubeMapActivity.java | 404 // to take appropriate action when the activity looses focus 412 // to take appropriate action when the activity looses focus
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_amigaevents.c | 146 /* Gaining input focus? */ 155 /* Losing input focus? */
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_wimpvideo.c | 184 /* We wait until it gets the focus, but give up after 5 seconds 185 in case the focus is prevented in any way.
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11wm.c | 513 /* Make sure we register input focus */ 515 /* Since we grabbed the pointer, we have mouse focus, too. */
|
/external/quake/quake/src/QW/client/ |
sys_win.c | 33 #define NOT_FOCUS_SLEEP 20 // sleep time when not focus 678 // yield the CPU for a little while when paused, minimized, or not the focus
|
/external/skia/include/views/ |
SkView.h | 47 kFocusable_Mask = 1 << kFocusable_Shift, //!< set if the view can receive focus 107 // Focus management
|
/external/webkit/WebCore/html/ |
HTMLAnchorElement.cpp | 74 // If not a link we should still be able to focus the element if it has tabIndex. 87 // Allow tab index etc to control focus.
|
/external/webkit/WebCore/loader/ |
EmptyClients.h | 74 virtual void focus(bool userGesture) { } function in class:WebCore::EmptyChromeClient 76 virtual void focus() { } function in class:WebCore::EmptyChromeClient
|
/external/webkit/WebCore/rendering/ |
RenderTheme.h | 97 // A method asking if the control changes its tint when the window has focus or not. 118 // A method asking if the theme is able to draw the focus ring.
|
/external/webkit/WebKit/android/nav/ |
CachedRoot.cpp | 1362 const CachedNode* focus = currentFocus(&focusFrame); local [all...] |
/external/webkit/WebKit/chromium/src/ |
WebViewImpl.h | 194 // Returns the currently focused Node or null if no node has focus. 438 // Whether the user can press tab to focus links.
|
/external/webkit/WebKit/chromium/src/js/ |
DevTools.js | 213 * Handles an F3 keydown event to focus the Inspector search box. 220 searchField.focus();
|
/external/webkit/WebKit/win/Interfaces/ |
DOMCore.idl | 595 - (void)focus; 597 HRESULT focus();
|