Searched refs:CLICK (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/core/java/android/view/
H A DSoundEffectConstants.java26 public static final int CLICK = 0; field in class:SoundEffectConstants
H A DViewRootImpl.java6158 case SoundEffectConstants.CLICK:
H A DView.java6293 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/core/java/android/text/method/
H A DLinkMovementMethod.java34 private static final int CLICK = 1; field in class:LinkMovementMethod
51 event.getRepeatCount() == 0 && action(CLICK, widget, buffer)) {
130 case CLICK:
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DMouseClickAction.java41 public enum CLICK implements Tapper { enum in class:MouseClickAction
H A DTextViewActions.java175 new MouseClickAction(MouseClickAction.CLICK.TRIPLE, new TextCoordinates(index)));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java180 playSoundEffect(SoundEffectConstants.CLICK);
212 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java686 playSoundEffect(SoundEffectConstants.CLICK);
695 playSoundEffect(SoundEffectConstants.CLICK);
713 playSoundEffect(SoundEffectConstants.CLICK);
H A DCompoundButton.java138 playSoundEffect(SoundEffectConstants.CLICK);
H A DAdapterView.java317 playSoundEffect(SoundEffectConstants.CLICK);
H A DSlidingDrawer.java473 playSoundEffect(SoundEffectConstants.CLICK);
H A DActionMenuPresenter.java886 playSoundEffect(SoundEffectConstants.CLICK);
H A DSwitch.java1033 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSSecurityFooter.java118 mHandler.sendEmptyMessage(H.CLICK);
457 private static final int CLICK = 0; field in class:QSSecurityFooter.H
471 } else if (msg.what == CLICK) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileImpl.java183 mHandler.sendEmptyMessage(H.CLICK);
389 private static final int CLICK = 2; field in class:QSTileImpl.H
422 } else if (msg.what == CLICK) {
/frameworks/base/core/java/android/os/
H A DVibrationEffect.java44 public static final int EFFECT_CLICK = Effect_1_1.CLICK;
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java141 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java186 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java302 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuPresenter.java688 playSoundEffect(SoundEffectConstants.CLICK);
H A DSwitchCompat.java1012 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java1535 playSoundEffect(SoundEffectConstants.CLICK);

Completed in 2757 milliseconds