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

  /frameworks/base/core/java/android/view/
SoundEffectConstants.java 26 public static final int CLICK = 0;
ViewRootImpl.java     [all...]
View.java 503 * only fire the on click listeners.
    [all...]
  /external/webkit/Source/WebCore/dom/
Event.idl 43 const unsigned short CLICK = 64;
Event.h 52 CLICK = 64,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanelTitle.java 52 playSoundEffect(SoundEffectConstants.CLICK);
TabletStatusBar.java     [all...]
  /frameworks/base/core/java/android/text/method/
LinkMovementMethod.java 34 private static final int CLICK = 1;
46 event.getRepeatCount() == 0 && action(CLICK, widget, buffer)) {
125 case CLICK:
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 519 // Internally handle the item click
526 * on the click to the proper child (if a child was clicked)
541 /* It's a group click, so pass on event */
554 playSoundEffect(SoundEffectConstants.CLICK);
563 playSoundEffect(SoundEffectConstants.CLICK);
581 playSoundEffect(SoundEffectConstants.CLICK);
696 * @param parent The ExpandableListConnector where the click happened
700 * @return True if the click was handled
721 * @param parent The ExpandableListView where the click happened
727 * @return True if the click was handle
    [all...]
AdapterView.java 250 * @param parent The AdapterView where the click happened.
288 playSoundEffect(SoundEffectConstants.CLICK);
311 * @param parent The AbsListView where the click happened
316 * @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 121 // Let the view's click listener have top priority (the More button relies on this)
127 playSoundEffect(SoundEffectConstants.CLICK);
ActionMenuPresenter.java 565 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 247 playSoundEffect(SoundEffectConstants.CLICK);
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 401 playSoundEffect(SoundEffectConstants.CLICK);
  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 125 mAudioManager.playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 883 "CLICK", // = 118;
    [all...]
WebView.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 2876 milliseconds