/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
PasswordUnlockScreen.java | 123 // send focus to the password field
|
/packages/apps/Camera/res/values/ |
arrays.xml | 82 <!-- Camera Preferences focus mode dialog box entries -->
|
/development/pdk/docs/ |
faqs.jd | 53 <p>We focus on releasing great devices into a competitive marketplace, and 88 the next version of Android. Our aim is to focus attention on the current 91 and OEMs to focus on a single version without having to track unfinished
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
LunarView.java | 835 * Standard window-focus override. Notice focus lost so we can pause on 836 * focus lost. e.g. user switches to take a call. [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_sysevents.c | 489 We want the SDL window to take focus so that 491 (e.g. gains keyboard focus on a mouse click). 703 /* We are about to get palette focus! */
|
/external/webkit/WebCore/css/ |
CSSSelector.cpp | 99 DEFINE_STATIC_LOCAL(AtomicString, focus, ("focus")); 234 else if (m_value == focus)
|
/external/webkit/WebCore/inspector/front-end/ |
ProfileView.js | 69 this.focusButton = new WebInspector.StatusBarButton(WebInspector.UIString("Focus selected function."), "focus-profile-node-status-bar-item"); 466 this.profileDataGridTree.focus(this.dataGrid.selectedNode);
|
inspector.js | 135 this._currentFocusElement.focus(); 487 document.addEventListener("focus", this.focusChanged.bind(this), true); 592 // We can add "inactive" now, and if we are moving the focus to another 690 searchField.focus(); [all...] |
/external/webkit/WebCore/plugins/mac/ |
PluginViewMac.cpp | 371 // TODO: Also handle and pass on blur events (focus lost) 381 LOG(Events, "PluginView::setFocus(): Get-focus event not accepted"); 588 // The plugin needs focus to receive keyboard events
|
/external/webkit/WebKit/android/jni/ |
WebViewCore.h | 157 * used to rebuild and display any changes in focus 198 * If there is no focus, or it is not a text input, this does nothing. 318 * If there is no focus, silently fail.
|
/external/webkit/WebKit/chromium/src/ |
EditorClientImpl.cpp | 561 // (e.g. Tab that changes focus) or let a keypress event be generated 649 // Notification that focus was lost. Be careful with this, it's also sent 662 // Notify any password-listener of the focus change. [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebFrameView.mm | 733 // correctly when the focus is on a form control and we 787 // <rdar://problem/3455910>: hitting up or down arrows when focus is on a 810 // <rdar://problem/3455910>: hitting up or down arrows when focus is on a [all...] |
WebUIDelegate.h | 212 @abstract Focus the current window (i.e. makeKeyAndOrderFront:). 215 also do something to focus the one corresponding to this WebView. 236 real first responder if some control not in the window has focus.
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
DeskClock.java | 312 // give up any internal focus before we switch layouts 685 // give up any internal focus before we switch layouts 804 // Tidy up awkward focus behavior: the first view to be focused in [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogPanel.java | 472 * Sets the focus to the proper object. 794 * gets or loses focus. 817 * Sets up a Table object to notify the global Table Focus listener when it 818 * gets or loses the focus. 834 // add the focus listener on the table to notify the global listener [all...] |
/external/quake/quake/src/QW/docs/ |
qwcl-readme.txt | 267 minimizing QWCL or switching the focus away from it. If you use this
451 QWCL runs very slowly when it has the focus under NT
453 In one case, QWCL ran very slowly when it had the focus, but fast when
556 MWAVE sound loses focus
559 sound focus (and thus sound) every few seconds.
[all...] |
/frameworks/base/core/res/res/values/ |
attrs.xml | 260 has input focus. --> 266 has input focus. --> 282 instead pan the contents of the window as focus moves inside [all...] |
/external/webkit/WebCore/html/ |
HTMLInputElement.cpp | 714 // Allow keyboard focus if we're checked or if nothing in the group is checked. 1017 focus(false); 1040 focus(false); [all...] |
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
activity_task_design.jd | 356 foreground where it has user focus. As shown in the following figure, 487 in the "To" field, writes a short message and sends it. User focus 570 activity, which launches into the foreground, taking user focus, [all...] |
/external/webkit/WebCore/dom/ |
Document.cpp | [all...] |
Document.h | 247 DEFINE_ATTRIBUTE_EVENT_LISTENER(focus); 665 * @return The focus node that comes after fromNode 678 * @return The focus node that comes before fromNode [all...] |
/external/webkit/WebKit/android/plugins/ |
android_npapi.h | [all...] |
/frameworks/base/core/java/android/view/ |
WindowManagerPolicy.java | 401 * input focus. 576 * target window will receive the key event without having input focus. 578 * @param win The window that currently has focus. This is where the key [all...] |
/frameworks/base/docs/html/guide/topics/search/ |
search-dialog.jd | 363 be called. All that happens is your Activity loses input focus as it is given to the search dialog. 368 want to do when your Activity looses input focus (such as pause animations). But unless you are 381 invoked will re-gain input focus. You can register to be notified when the search dialog is
|
/frameworks/base/docs/html/guide/topics/ui/ |
custom-components.jd | 282 <td rowspan="2">Focus</td> 284 <td>Called when the view gains or loses focus. 290 <td>Called when the window containing the view gains or loses focus.
|