/external/webkit/WebKit/qt/WebCoreSupport/ |
EditorClientQt.cpp | 377 // so we leave it upon WebCore to either handle them immediately (e.g. Tab that changes focus) or let a keypress event be generated
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
cssproperties.in | 365 -moz-user-focus
|
/frameworks/base/core/java/android/pim/vcard/ |
VCardConfig.java | 125 * This flag is useful when some target importer you are going to focus on does not accept
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputConnection.java | 255 * of this protocol that can not be guaranteed and the focus may have
|
/frameworks/base/core/java/android/webkit/ |
WebChromeClient.java | 110 * Request display and focus for this WebView. This may happen due to
|
/frameworks/base/core/java/android/widget/ |
Toast.java | 41 * application. It will never receive focus. The user will probably be in the
|
/frameworks/base/docs/html/guide/topics/resources/ |
layout-resource.jd | 137 which gives it's parent initial focus on the screen. You can have only one of these
|
/frameworks/base/docs/html/guide/topics/ui/ |
index.jd | 41 rectangular area of the screen. A View object handles its own measurement, layout, drawing, focus change,
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
notepad-ex3.jd | 76 if our Activity lost focus and then restarted).</p>
|
/frameworks/base/docs/html/resources/articles/ |
creating-input-method.jd | 206 <p>Even though the input method window doesn't have explicit focus, it receives
|
on-screen-inputs.jd | 30 keyboard, hand-writing recognizers, and hard keyboard translators. Our focus,
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
notepad-ex3.jd | 76 if our Activity lost focus and then restarted).</p>
|
/frameworks/base/docs/html/resources/tutorials/testing/ |
activity_test.jd | 629 To work with the spinner, the test has to request focus for it and then set it to a known position. The test uses {@link android.view.View#requestFocus() requestFocus()} and 651 Get focus and set selection. Create a new method <code>public void testSpinnerUI()</code>. Add 652 code to to request focus for the spinner and set its position to default or initial position, "Earth". This code is run on the UI thread of [all...] |
/packages/apps/Browser/src/com/android/browser/ |
BrowserBookmarksAdapter.java | 64 * Necessary so it will adjust its focus
|
BrowserSettings.java | 206 // WebView inside Browser doesn't want initial focus to be set.
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
EntityDeltaTests.java | 43 * focus on passing changes across {@link Parcel}, and verifying that they
|
EntitySetTests.java | 49 * Tests for {@link EntitySet} which focus on "diff" operations that should
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
MenuBar.java | 136 // Draw the selection / focus highlight.
|
ScaleGestureDetector.java | 234 // Set focus point to the remaining finger
|
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackService.java | 143 // used to track what type of audio focus loss caused the playback to pause 248 // AudioFocus is a new feature: focus updates are made verbose on purpose 273 Log.e(LOGTAG, "Unknown audio focus change code"); 634 // an in-progress action requesting audio focus ends, so don't stop the service now. [all...] |
/packages/apps/Settings/src/com/android/settings/ |
ManageApplications.java | 93 * in focus. If the user installs or deletes packages when the activity has focus, the receiver 247 * When a package gets added while the activity has focus, the PkgSizeObserver posts [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
AllocationPanel.java | 318 * Sets the focus to the proper control inside the panel.
|
SysinfoPanel.java | 138 * Sets the focus to the proper control inside the panel.
|
ThreadPanel.java | 365 * Sets the focus to the proper control inside the panel.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
SectionHelper.java | 335 FormText text = toolkit.createFormText(parent, true /* track focus */);
|