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

1 2

  /frameworks/base/core/java/android/view/
SoundEffectConstants.java 26 public static final int CLICK = 0;
  /external/chromium_org/third_party/WebKit/Source/core/events/
Event.idl 40 const unsigned short CLICK = 64;
Event.h 66 CLICK = 64,
  /frameworks/base/core/java/android/text/method/
LinkMovementMethod.java 34 private static final int CLICK = 1;
51 event.getRepeatCount() == 0 && action(CLICK, widget, buffer)) {
130 case CLICK:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSFooter.java 97 mHandler.sendEmptyMessage(H.CLICK);
259 private static final int CLICK = 0;
273 } else if (msg.what == CLICK) {
QSTile.java 107 public void click() { method in class:QSTile
108 mHandler.sendEmptyMessage(H.CLICK);
225 private static final int CLICK = 2;
246 } else if (msg.what == CLICK) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 129 playSoundEffect(SoundEffectConstants.CLICK);
215 playSoundEffect(SoundEffectConstants.CLICK);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
IconEditor.java 74 v.playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 124 // Let the view's click listener have top priority (the More button relies on this)
130 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 193 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/core/java/android/widget/
CompoundButton.java 124 playSoundEffect(SoundEffectConstants.CLICK);
ExpandableListView.java 653 // Internally handle the item click
660 * on the click to the proper child (if a child was clicked)
675 /* It's a group click, so pass on event */
688 playSoundEffect(SoundEffectConstants.CLICK);
697 playSoundEffect(SoundEffectConstants.CLICK);
715 playSoundEffect(SoundEffectConstants.CLICK);
832 * @param parent The ExpandableListConnector where the click happened
836 * @return True if the click was handled
    [all...]
ActionMenuPresenter.java 633 playSoundEffect(SoundEffectConstants.CLICK);
AdapterView.java 264 * @param parent The AdapterView where the click happened.
304 playSoundEffect(SoundEffectConstants.CLICK);
327 * @param parent The AbsListView where the click happened
332 * @return true if the callback consumed the long click, false otherwise
    [all...]
SlidingDrawer.java 478 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
Switch.java 820 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewCompat.java 254 * @param parent The AdapterView where the click happened.
306 playSoundEffect(SoundEffectConstants.CLICK);
329 * @param parent The AbsListView where the click happened
334 * @return true if the callback consumed the long click, false otherwise
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 286 playSoundEffect(SoundEffectConstants.CLICK);
  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 104 mAudioManager.playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuPresenter.java 632 playSoundEffect(SoundEffectConstants.CLICK);
SwitchCompat.java 702 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 470 playSoundEffect(SoundEffectConstants.CLICK);
  /external/chromium_org/chrome/test/chromedriver/
element_util.cc 572 session->GetCurrentFrameId(), web_view, webdriver::atoms::CLICK,
  /external/chromium_org/chrome/renderer/resources/
offline.js 192 CLICK: 'click',
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]

Completed in 1001 milliseconds

1 2