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

1 2

  /hardware/interfaces/vibrator/1.0/
types.hal 29 * A single click effect.
31 * This effect should produce a sharp, crisp click sensation.
33 CLICK,
35 * A double click effect.
37 * This effect should produce two sequential sharp, crisp click sensations with a minimal
  /frameworks/base/core/java/android/view/
SoundEffectConstants.java 26 public static final int CLICK = 0;
  /packages/apps/Contacts/src/com/android/contacts/logging/
ListEvent.java 45 public static final int CLICK = 2;
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
ClickableSpanFactory.java 35 * @param intent to start on click
41 widget.playSoundEffect(SoundEffectConstants.CLICK);
  /device/google/marlin/vibrator/
Vibrator.cpp 88 if (effect == Effect::CLICK) {
  /external/toybox/scripts/
make.sh 290 CLICK=
292 for i in $LIBFILES click $TOYFILES
294 [ "$i" == click ] && CLICK=1 && continue
303 [ "$OUT" -nt "$i" ] && [ -z "$CLICK" -o "$OUT" -nt "$KCONFIG_CONFIG" ] &&
  /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/core/tests/coretests/src/android/widget/espresso/
MouseClickAction.java 33 * ViewAction for performing an click on View by a mouse.
40 public enum CLICK implements Tapper {
TextViewActions.java 49 * @param index The index of the TextView's text to click on.
64 * @param index The index of the TextView's text to click on.
78 * @param index The index of the TextView's text to click on.
95 * @param index The index of the TextView's text to double-click on.
110 * @param index The index of the TextView's text to double-click on.
133 * Returns an action that long click by mouse on text at an index on the TextView.<br>
140 * @param index The index of the TextView's text to long click on.
155 * @param index The index of the TextView's text to triple-click on.
159 new MouseClickAction(MouseClickAction.CLICK.TRIPLE, new TextCoordinates(index)));
207 * Returns an action that click then drags by mouse on text from startIndex to endIndex on th
    [all...]
  /hardware/interfaces/vibrator/1.0/vts/functional/
VtsHalVibratorV1_0TargetTest.cpp 71 vibrator->perform(Effect::CLICK, EffectStrength::MEDIUM, validatePerformEffect);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
QSTileImpl.java 163 public void click() { method in class:QSTileImpl
165 mHandler.sendEmptyMessage(H.CLICK);
242 // Default to normal click.
356 private static final int CLICK = 2;
387 } else if (msg.what == CLICK) {
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
CheckableImageButton.java 162 playSoundEffect(SoundEffectConstants.CLICK);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
IconEditor.java 74 v.playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 175 playSoundEffect(SoundEffectConstants.CLICK);
207 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 651 // Internally handle the item click
658 * on the click to the proper child (if a child was clicked)
673 /* It's a group click, so pass on event */
686 playSoundEffect(SoundEffectConstants.CLICK);
695 playSoundEffect(SoundEffectConstants.CLICK);
713 playSoundEffect(SoundEffectConstants.CLICK);
830 * @param parent The ExpandableListConnector where the click happened
834 * @return True if the click was handled
    [all...]
CompoundButton.java 138 playSoundEffect(SoundEffectConstants.CLICK);
AdapterView.java 275 * @param parent The AdapterView where the click happened.
317 playSoundEffect(SoundEffectConstants.CLICK);
342 * @param parent The AbsListView where the click happened
347 * @return true if the callback consumed the long click, false otherwise
    [all...]
SlidingDrawer.java 473 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSSecurityFooter.java 111 mHandler.sendEmptyMessage(H.CLICK);
410 private static final int CLICK = 0;
424 } else if (msg.what == CLICK) {
  /frameworks/base/core/java/android/os/
VibrationEffect.java 39 * A click effect.
44 public static final int EFFECT_CLICK = Effect.CLICK;
47 * A double click effect.
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 135 // Let the view's click listener have top priority (the More button relies on this)
141 playSoundEffect(SoundEffectConstants.CLICK);
  /packages/apps/Dialer/java/com/android/incallui/incall/impl/
CheckableLabeledButton.java 185 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 185 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 303 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuPresenter.java 688 playSoundEffect(SoundEffectConstants.CLICK);

Completed in 2000 milliseconds

1 2