HomeSort by relevance Sort by last modified time
    Searched full:clicked (Results 226 - 250 of 803) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
SecureDialogActivity.java 76 * Called when the button to show the dialog is clicked.
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
LaunchingPreferences.java 74 // When the button is clicked, launch an activity through this intent
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java 66 Log.d(TAG, "mAddAccountButton clicked");
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoy.java 88 * @param v The object which has been clicked
  /development/samples/Snake/src/com/example/android/snake/
Snake.java 91 // Direction is same as the quadrant which was clicked
  /development/samples/TicTacToeMain/
_index.html 24 the main View and, when one of them is clicked, creates an explicit Intent
  /development/samples/WeatherListWidget/
_index.html 19 Our AppWidgetProvider which handles specific intent actions (such as when an item is clicked,
  /development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
MainActivity.java 58 * Called when an item in the {@link android.widget.GridView} is clicked. Here will launch the
  /development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.floatingactionbuttonbasic/
FloatingActionButton.java 135 * Override performClick() so that we can toggle the checked state when the view is clicked
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
HeadsUpNotificationFragment.java 95 Toast.makeText(getActivity(), "Show Notification clicked", Toast.LENGTH_SHORT).show();
  /development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/
MainActivity.java 48 * when the 'Show Camera' button is clicked to display the camera preview.
52 * clicked to display the first contact in the contacts database and to add a dummy contact
113 * Called when the 'show camera' button is clicked.
174 * Called when the 'show camera' button is clicked.
  /development/samples/browseable/TextSwitcher/src/com.example.android.textswitcher/
MainActivity.java 65 * Setup the 'next' button. The counter is incremented when clicked and
  /development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson3/
ClickFunActivityTest.java 119 //Verify the that mClickMeButton was clicked. mInfoTextView is visible and contains
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
heading.html 112 this.dispatchEvent(new tr.b.Event('heading-clicked', {'bubbles': true}));
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
BooleanObjectPropertyEditor.java 86 // check that user clicked on image
BooleanPropertyEditor.java 84 // check that user clicked on image
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
ViewLoaderTest.java 327 assertThat(activity.clicked, equalTo(false));
332 assertThat(activity.clicked, equalTo(true));
381 public boolean clicked = false; field in class:ViewLoaderTest.ClickActivity
389 clicked = true;
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
VDUInput.java 52 * on the terminal (character coordinates) and the button clicked.
  /frameworks/base/core/java/android/widget/
ImageButton.java 26 * or clicked by the user. By default, an ImageButton looks like a regular
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewCallbacks.java 49 // now check for selection callbacks. Nothing should be clicked or selected.
  /frameworks/base/services/core/java/com/android/server/am/
StrictModeViolationDialog.java 79 // After the timeout, pretend the user clicked the quit button
  /frameworks/base/tests/MusicBrowserDemo/src/com/example/android/musicbrowserdemo/
AppListFragment.java 61 Log.i("AppListFragment", "Item clicked: " + position + " -- " + item.component);
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
ActivityTransition.java 119 public void clicked(View v) { method in class:ActivityTransition
  /frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
FragmentPagerSupport.java 138 Log.i("FragmentList", "Item clicked: " + id);
FragmentStatePagerSupport.java 138 Log.i("FragmentList", "Item clicked: " + id);

Completed in 1857 milliseconds

1 2 3 4 5 6 7 8 91011>>