HomeSort by relevance Sort by last modified time
    Searched refs:CLICK (Results 1 - 18 of 18) sorted by null

  /frameworks/base/core/java/android/view/
SoundEffectConstants.java 26 public static final int CLICK = 0;
ViewRoot.java     [all...]
View.java 502 * only fire the on click listeners.
    [all...]
  /external/webkit/WebCore/dom/
Event.idl 43 const unsigned short CLICK = 64;
Event.h 53 CLICK = 64,
  /frameworks/base/core/java/android/text/method/
LinkMovementMethod.java 32 private static final int CLICK = 1;
43 if (action(CLICK, widget, buffer)) {
124 case CLICK:
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 525 // Internally handle the item click
532 * on the click to the proper child (if a child was clicked)
547 /* It's a group click, so pass on event */
560 playSoundEffect(SoundEffectConstants.CLICK);
569 playSoundEffect(SoundEffectConstants.CLICK);
587 playSoundEffect(SoundEffectConstants.CLICK);
679 * @param parent The ExpandableListConnector where the click happened
683 * @return True if the click was handled
704 * @param parent The ExpandableListView where the click happened
710 * @return True if the click was handle
    [all...]
AdapterView.java 245 * @param parent The AdapterView where the click happened.
283 playSoundEffect(SoundEffectConstants.CLICK);
303 * @param parent The AbsListView where the click happened
308 * @return true if the callback consumed the long click, false otherwise
    [all...]
SlidingDrawer.java 451 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 117 // Let the view's click listener have top priority (the More button relies on this)
123 playSoundEffect(SoundEffectConstants.CLICK);
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps3D.java 220 * If you have an attached click listener, View always plays the click sound!?!?
390 reallyPlaySoundEffect(SoundEffectConstants.CLICK);
687 reallyPlaySoundEffect(SoundEffectConstants.CLICK);
722 reallyPlaySoundEffect(SoundEffectConstants.CLICK);
729 // We don't accept long click events in these cases
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 753 "CLICK", // = 118;
807 static final int CLICK = 118;
    [all...]
WebView.java 713 // current window. The page is alive, in another words, you can click to
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 171 mAudioManager.playSoundEffect(SoundEffectConstants.CLICK);
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1034 milliseconds