Searched
full:clicked (Results
301 -
325 of
803) sorted by null
<<11121314151617181920>>
/frameworks/base/core/java/android/app/ |
ListActivity.java | 203 * @param v The view that was clicked within the ListView 205 * @param id The row id of the item that was clicked
|
/frameworks/base/core/java/android/preference/ |
PreferenceScreen.java | 53 * Instead, a separate screen will be shown when this preference is clicked. 77 * clicked will show another screen of preferences such as "Prefer WiFi" (and
|
/frameworks/base/core/java/android/service/notification/ |
NotificationRankerService.java | 155 * The user clicked on a notification. 166 * The user clicked on a notification action.
|
/frameworks/base/core/java/android/view/ |
ActionMode.java | 297 * contextual action button is clicked</li> 327 * @param item The item that was clicked
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
button.jd | 110 android.view.View} that was clicked)</li> 159 different states, such as when clicked.</p>
|
pickers.jd | 123 <p>For example, here's a button that, when clicked, calls a method to show the dialog:</p> 224 <p>For example, here's a button that, when clicked, calls a method to show the dialog:</p>
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
VerticalGridPresenter.java | 365 * Sets the item clicked listener. 375 * Returns the item clicked listener.
|
/packages/apps/Contacts/tests/src/com/android/contacts/editor/ |
ContactEditorUtilsTest.java | 184 // We show the notification here, and user clicked "add account" 276 // We show the notification here, and user clicked "keep local" and saved an contact.
|
/packages/apps/Gallery2/src/com/android/photos/ |
MultiSelectGridFragment.java | 117 * @param v The view that was clicked within the GridView 119 * @param id The id of the item that was clicked
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
AppManagementFragment.java | 140 Log.w(TAG, "unknown key is clicked: " + key); 151 Log.w(TAG, "unknown key is clicked: " + preference.getKey());
|
/packages/apps/Stk/src/com/android/stk/ |
StkDialogActivity.java | 98 CatLog.d(LOG_TAG, "OK Clicked!, mSlotId: " + mSlotId); 103 CatLog.d(LOG_TAG, "Cancel Clicked!, mSlotId: " + mSlotId);
|
/packages/services/Telephony/src/com/android/phone/ |
EmergencyActionGroup.java | 264 // Transfer focus from the originally clicked button to the expanded button. 308 // Transfer focus back to the originally clicked button.
|
/prebuilts/go/darwin-x86/doc/codewalk/ |
codewalk.js | 220 * @param {jQuery} target The target that was clicked to trigger this function. 250 * @param {jQuery} target The target that was clicked to trigger this function.
|
/prebuilts/go/linux-x86/doc/codewalk/ |
codewalk.js | 220 * @param {jQuery} target The target that was clicked to trigger this function. 250 * @param {jQuery} target The target that was clicked to trigger this function.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiManifestPkgAttrNode.java | 216 // open the dialog and use the object selected if OK was clicked, or null otherwise 240 * When the label is clicked and there's already a package name, this method
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
DeviceOwnerRequestingBugreportTestActivity.java | 123 // Pass and fail buttons are known to call finish() when clicked,
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
BaseEmulatorActivity.java | 187 builder.setMessage("You clicked no.");
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
P2pTestListActivity.java | 124 * Launch the activity when its {@link ListView} item is clicked.
|
/developers/build/prebuilts/gradle/MessagingService/ |
README.md | 41 MessagingFragment is shown to the user. Depending on the button clicked, the MessagingService is
|
/developers/build/prebuilts/gradle/RuntimePermissionsBasic/Application/src/main/java/com/example/android/basicpermissions/ |
MainActivity.java | 37 * when the 'Show Camera Preview' button is clicked to start {@link CameraPreviewActivity} once
|
/developers/samples/android/notification/MessagingService/ |
README.md | 41 MessagingFragment is shown to the user. Depending on the button clicked, the MessagingService is
|
/developers/samples/android/system/RuntimePermissionsBasic/Application/src/main/java/com/example/android/basicpermissions/ |
MainActivity.java | 37 * when the 'Show Camera Preview' button is clicked to start {@link CameraPreviewActivity} once
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/Application/src/main/java/com/example/android/actionbarcompat/listviewmodalselect/ |
CheeseListFragment.java | 111 // We switch on the menu item's id, so we know which is clicked
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
Transition3d.java | 83 * @param position the item that was clicked to show a picture, or -1 to show the list
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlarmService_Service.java | 113 .setContentIntent(contentIntent) // The intent to send when the entry is clicked
|
Completed in 683 milliseconds
<<11121314151617181920>>