/development/pdk/docs/source/ |
overview.jd | 26 <p>The system constantly learns which search results are more relevant based on what is clicked. So popular contacts or apps that have previously been picked will bubble up to the top when a user types the first few letters of a relevant query.
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
MyRssReader5.java | 177 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotesList.java | 208 // the user. The have clicked on one, so return it now.
|
/external/webkit/WebCore/ |
config.h | 193 // maintain that flag until canHandleRequest to determine if a link was clicked
|
/external/webkit/WebCore/dom/ |
SelectElement.cpp | 700 // If we're not in any special multiple selection mode, then deselect all other items, excluding the clicked option. 701 // If no option was clicked, then this will deselect all items in the list. 709 // Set the selection state of the clicked option 714 // If we're doing a single selection, or a multiple selection (using cmd or ctrl), then initialize the anchor index to the listIndex that just got clicked. [all...] |
/external/webkit/WebKit/gtk/webkit/ |
webkitwebnavigationaction.cpp | 40 * clicked a link to start that navigation, and what mouse button was used.
|
/frameworks/base/core/java/android/accessibilityservice/ |
AccessibilityService.java | 32 * in the user interface, for example, the focus has changed, a button has been clicked,
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-datepicker.jd | 85 {@link android.widget.Button}, so that when it is clicked, it
|
hello-timepicker.jd | 83 so that when clicked, it will call {@link
|
/frameworks/policies/base/mid/com/android/internal/policy/impl/ |
RecentApplicationsDialog.java | 106 * Handler for user clicks. If a button was clicked, launch the corresponding activity.
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
RecentApplicationsDialog.java | 112 * Handler for user clicks. If a button was clicked, launch the corresponding activity.
|
/packages/apps/Settings/src/com/android/settings/ |
IccLockSettings.java | 324 mDialogState = ICC_OLD_MODE; // Default for when Change PIN is clicked
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/ |
ProgressTask.java | 155 * @return true if YES was clicked.
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityEvent.java | 29 * {@link android.widget.Button} is clicked, a {@link android.view.View} is focused, etc. 41 * <b>View clicked</b> - represents the event of clicking on a {@link android.view.View} 55 * <b>View long clicked</b> - represents the event of long clicking on a {@link android.view.View}
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SearchActivity.java | 488 if (DBG) Log.d(TAG, "Search clicked, query=" + query); 515 if (DBG) Log.d(TAG, "Voice Search clicked"); 558 if (DBG) Log.d(TAG, "Long clicked on suggestion " + position);
|
ShortcutRepositoryImplLog.java | 501 if (DBG) Log.d(TAG, "clicked suggestion requested not to be shortcuted"); 507 Log.w(TAG, "no corpus for clicked suggestion"); 511 // Once the user has clicked on a shortcut, don't bother refreshing [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DockService.java | 445 // Called when the individual bt profiles are clicked. 451 // Called when the "Remember" Checkbox is clicked 469 // Called when clicked on the OK button
|
/frameworks/base/core/java/android/widget/ |
Gallery.java | 146 * Whether to callback when an item that is not selected is clicked. 229 * Whether or not to callback when an item that is not selected is clicked. 234 * item that is not selected is clicked. [all...] |
/frameworks/base/docs/html/guide/tutorials/notepad/ |
notepad-ex2.jd | 173 inside the <code>ListView</code> that was clicked on, the 174 <code>position</code> in the list that was clicked, and the 175 <code>mRowId</code> of the item that was clicked. In this instance we can
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
notepad-ex2.jd | 173 inside the <code>ListView</code> that was clicked on, the 174 <code>position</code> in the list that was clicked, and the 175 <code>mRowId</code> of the item that was clicked. In this instance we can
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysevents.cc | 238 /* it looks like mouse down is send only for first clicked
|
/external/qemu/docs/ |
ANDROID-SKIN-FILES.TXT | 196 twice to simulate 'clicked' state.
|
/external/webkit/WebKit/mac/WebView/ |
WebFrameLoadDelegate.h | 135 @discussion This method is called when anchors within a page have been clicked.
|
WebPolicyDelegate.h | 41 @constant WebNavigationTypeLinkClicked A link with an href was clicked.
|
/external/webkit/WebKit/win/Interfaces/ |
IWebFrameLoadDelegate.idl | 154 @discussion This method is called when anchors within a page have been clicked.
|