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

1 2

  /frameworks/base/core/java/android/view/
SoundEffectConstants.java 26 public static final int CLICK = 0;
ViewRootImpl.java     [all...]
View.java 520 * only fire the on click listeners.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Event.idl 41 const unsigned short CLICK = 64;
Event.h 63 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:
  /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 121 // Let the view's click listener have top priority (the More button relies on this)
127 playSoundEffect(SoundEffectConstants.CLICK);
ActionMenuPresenter.java 634 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 188 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 282 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 649 // Internally handle the item click
656 * on the click to the proper child (if a child was clicked)
671 /* It's a group click, so pass on event */
684 playSoundEffect(SoundEffectConstants.CLICK);
693 playSoundEffect(SoundEffectConstants.CLICK);
711 playSoundEffect(SoundEffectConstants.CLICK);
828 * @param parent The ExpandableListConnector where the click happened
832 * @return True if the click was handled
    [all...]
AdapterView.java 255 * @param parent The AdapterView where the click happened.
295 playSoundEffect(SoundEffectConstants.CLICK);
318 * @param parent The AbsListView where the click happened
323 * @return true if the callback consumed the long click, false otherwise
    [all...]
SlidingDrawer.java 457 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewICS.java 252 * @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...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 283 playSoundEffect(SoundEffectConstants.CLICK);
  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 85 mAudioManager.playSoundEffect(SoundEffectConstants.CLICK);
  /external/chromium_org/chrome/test/webdriver/commands/
webelement_commands.cc 432 atoms::asString(atoms::CLICK).c_str());
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuPresenter.java 589 playSoundEffect(SoundEffectConstants.CLICK);
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 470 playSoundEffect(SoundEffectConstants.CLICK);
  /external/chromium_org/chrome/test/chromedriver/
element_util.cc 536 session->GetCurrentFrameId(), web_view, webdriver::atoms::CLICK,
  /external/chromium_org/chrome/test/webdriver/
webdriver_session.cc     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 4876 milliseconds

1 2