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

1 2 3 4 56 7 8 91011>>

  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java 56 * TabListener that replaces a Fragment when a tab is clicked.
  /developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
FragmentTransitionFragment.java 62 Log.i(TAG, meat.title + " clicked. Replacing fragment.");
  /developers/samples/android/ui/views/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
CustomAdapter.java 48 Log.d(TAG, "Element " + getAdapterPosition() + " clicked.");
  /developers/samples/android/wearable/wear/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/
MainActivity.java 57 * Animates the layout when clicked. The animation used depends on whether the
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ActivityTransitionDetails.java 61 public void clicked(View v) { method in class:ActivityTransitionDetails
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List15.java 72 Toast.makeText(List15.this, "Clicked " + item.getTitle(),
List16.java 73 Toast.makeText(List16.this, "Clicked " + item.getTitle(),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
LNotificationActivity.java 56 * TabListener that replaces a Fragment when a tab is clicked.
  /development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
CustomAdapter.java 48 Log.d(TAG, "Element " + getAdapterPosition() + " clicked.");
  /development/samples/browseable/WatchViewStub/src/com.example.android.google.wearable.watchviewstub/
MainActivity.java 57 * Animates the layout when clicked. The animation used depends on whether the
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
bisect-button.html 97 * Displays the bisect-form when the bisect button is clicked.
trace-button.html 95 * Displays the trace-form when the trace button is clicked.
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
TreeTest.java 58 public void clicked (InputEvent event, float x, float y) {
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/net/
NetAPITest.java 95 public void clicked (InputEvent event, float x, float y) {
96 super.clicked(event, x, y);
136 public void clicked (InputEvent event, float x, float y) {
137 super.clicked(event, x, y);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 81 connect(closeButton, SIGNAL(clicked()), this, SLOT(close()));
  /frameworks/base/core/java/android/view/accessibility/
package.html 10 {@link android.widget.Button} is clicked, a {@link android.view.View} is focused, etc.
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 211 * until this view is clicked.
224 until this view is clicked.
252 * until this view is clicked.
265 * until this view is clicked.
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/res/layout/
conditional_binding.xml 46 android:onClick="@{cond1 ? obj4.clicked : null}"/>
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
ListViewRequireScrollHelper.java 30 * clicked, the list view will be scrolled one page down.
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarActionMode.java 69 "Action Mode item clicked:" + item.getTitle(), Toast.LENGTH_SHORT).show();
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/cards/presenters/
ImageCardViewPresenter.java 48 Toast.makeText(getContext(), "Clicked on ImageCardView", Toast.LENGTH_SHORT).show();
  /frameworks/support/v17/leanback/tests/res/values/
strings.xml 28 was clicked</string>
  /packages/apps/Calendar/res/values/
config.xml 25 when off, shows the event on top of the agenda list after it was clicked. -->
  /packages/apps/Calendar/res/values-w600dp-h879dp/
config.xml 25 when off, shows the event on top of the agenda list after it was clicked. -->
  /packages/apps/Calendar/res/values-w960dp-h527dp/
config.xml 25 when off, shows the event on top of the agenda list after it was clicked. -->

Completed in 349 milliseconds

1 2 3 4 56 7 8 91011>>