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

<<11121314151617181920>>

  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentPagerSupport.java 137 Log.i("FragmentList", "Item clicked: " + id);
FragmentStatePagerSupport.java 138 Log.i("FragmentList", "Item clicked: " + id);
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarSettingsActionProviderActivity.java 89 // action bar is clicked and the host activity did not handle the click.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
RowsFragment.java 164 * Sets an item clicked listener on the fragment.
173 "Item clicked listener must be set before views are created");
178 * Returns the item clicked listener.
616 * Sets an item clicked listener on the fragment.
RowsSupportFragment.java 166 * Sets an item clicked listener on the fragment.
175 "Item clicked listener must be set before views are created");
180 * Returns the item clicked listener.
618 * Sets an item clicked listener on the fragment.
  /packages/apps/Camera2/src/com/android/camera/ui/
RadioOptions.java 38 * @param v {@link android.view.View} that was clicked.
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageAdapter.java 105 * an item in the RecyclerView is clicked.
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelPicker.java 98 // Save the position of most recently clicked item
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConfirmDialogFragment.java 46 * immediately after the positive button ("OK" in English) is clicked. We cannot get the
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSpecialItemView.java 67 * Called when a regular conversation item was clicked.
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
HomeXLarge.java 76 // The user clicked on an item in the left side pane, start loading the data for it
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Required_suite.py 76 """run: Sent to an application when it is double-clicked
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Required_suite.py 76 """run: Sent to an application when it is double-clicked
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationClient.java 111 * Called when the "Create" button is clicked.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
BooleanXmlPropertyEditor.java 86 // check that user clicked on image
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java 42 * to 10 seconds), a Play icon (if clicked, it wil playback the recorded audio file) and a music
43 * note icon (if clicked, it plays an MP3 file that is included in the app).
  /developers/samples/android/content/LoaderCursor/src/com/example/android/content/loadercursor/
CursorLoaderListFragment.java 164 * An item has been clicked in the {@link ListView}. Display a toast with
169 Toast.makeText(getActivity(), "Item clicked: " + id, Toast.LENGTH_LONG).show();
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java 42 * to 10 seconds), a Play icon (if clicked, it wil playback the recorded audio file) and a music
43 * note icon (if clicked, it plays an MP3 file that is included in the app).
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessage.java 131 .setContentIntent(contentIntent); // The intent to send when the entry is clicked
186 .setContentIntent(contentIntent); // The intent to send when the entry is clicked
  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
MainActivity.java 42 * to 10 seconds), a Play icon (if clicked, it wil playback the recorded audio file) and a music
43 * note icon (if clicked, it plays an MP3 file that is included in the app).
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
BaseG3dHudTest.java 78 public void clicked (InputEvent event, float x, float y) {
187 public void clicked (InputEvent event, float x, float y) {
  /frameworks/base/core/java/android/widget/
PopupMenu.java 263 * This method will be invoked when a menu item is clicked if the item
266 * @param item the menu item that was clicked
  /frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/
ui-events.jd 88 // do something when the button is clicked
114 // do something when the button is clicked
  /frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/
ui-events.jd 88 // do something when the button is clicked
114 // do something when the button is clicked
  /frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/
ui-events.jd 88 // do something when the button is clicked
114 // do something when the button is clicked

Completed in 535 milliseconds

<<11121314151617181920>>