HomeSort by relevance Sort by last modified time
    Searched full:clicked (Results 51 - 75 of 603) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/widget/
AdapterView.java 135 * The listener that receives notifications when an item is clicked.
140 * The listener that receives notifications when an item is long clicked.
256 * AdapterView has been clicked.
262 * been clicked.
268 * @param view The view within the AdapterView that was clicked (this
271 * @param id The row id of the item that was clicked.
278 * been clicked.
288 * been clicked, or null id no callback has been set.
300 * @param view The view within the AdapterView that was clicked.
302 * @param id The row id of the item that was clicked
    [all...]
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/res/values/
strings.xml 30 <string name="test2_description">This helps test selection of button using Instance, Text and Content Description. Once clicked, a dialog pops up to verify the properties of button clicked.</string>
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/
README.md 10 This sample displays a list of items and for each item, an icon can be clicked. When it is clicked, a pop up menu is shown, placed below the item, using the [PopupMenu][1] from the v7 appcompat support library.
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
ElevationDragFragment.java 82 /* Raise the circle in z when the "z+" button is clicked. */
92 /* Lower the circle in z when the "z-" button is clicked. */
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/
README.md 10 This sample displays a list of items and for each item, an icon can be clicked. When it is clicked, a pop up menu is shown, placed below the item, using the [PopupMenu][1] from the v7 appcompat support library.
  /developers/samples/android/ui/views/Elevation/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
ElevationDragFragment.java 82 /* Raise the circle in z when the "z+" button is clicked. */
92 /* Lower the circle in z when the "z-" button is clicked. */
  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleAppWidgetConfigure.java 88 // When the button is clicked, save the string in our prefs and return that they
89 // clicked OK.
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ContentLoadingProgressBarActivity.java 83 mShowText.setText("Show clicked at " + mShowTime);
88 mHideText.setText("Hide clicked at " + mHideTime);
  /development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/
ElevationDragFragment.java 82 /* Raise the circle in z when the "z+" button is clicked. */
92 /* Lower the circle in z when the "z-" button is clicked. */
  /frameworks/base/docs/html/guide/topics/ui/controls/
checkbox.jd 69 // Check which checkbox was clicked
94 android.view.View} that was clicked)</li>
  /frameworks/base/docs/html/ndk/reference/
dynsections.js 50 //The clicked row
54 //All rows after the clicked row
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceScreen.java 37 * Instead, a separate screen will be shown when this preference is clicked.
63 * clicked will show another screen of preferences such as "Prefer WiFi" (and
  /ndk/docs/Getting_Started/html/
dynsections.js 50 //The clicked row
54 //All rows after the clicked row
  /ndk/docs/Programmers_Guide/html/
dynsections.js 50 //The clicked row
54 //All rows after the clicked row
  /packages/experimental/TestBack/src/foo/bar/testback/
TestBackService.java 46 // Log.i(LOG_TAG, "Clicked: " + node.getClassName() + " clicked:" + node.isChecked());
  /developers/build/prebuilts/gradle/DocumentCentricApps/Application/tests/src/com/example/android/documentcentricapps/tests/
DocumentCentricAppsInstrumentationTest.java 57 // When "Create new Document" Button is clicked
  /developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/tests/src/com/example/android/documentcentricapps/tests/
DocumentCentricAppsInstrumentationTest.java 57 // When "Create new Document" Button is clicked
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentListArray.java 57 Log.i("FragmentList", "Item clicked: " + id);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
PopupMenu1.java 45 Toast.makeText(PopupMenu1.this, "Clicked popup menu item " + item.getTitle(),
Tabs3.java 44 // the tab is clicked.
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentListArraySupport.java 58 Log.i("FragmentList", "Item clicked: " + id);
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ToolbarActionMode.java 67 "Action Mode item clicked:" + item.getTitle(), Toast.LENGTH_SHORT).show();
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
ErrorFragment.java 49 Log.i(TAG, "button clicked");
  /packages/apps/Calendar/res/values-w800dp-h1232dp/
config.xml 19 when off, shows the event on top of the agenda list after it was clicked. -->
  /packages/apps/Messaging/src/com/android/messaging/ui/
BlockedParticipantListItemView.java 32 * Unblocks participant when clicked.

Completed in 438 milliseconds

1 23 4 5 6 7 8 91011>>