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

1 2 3

  /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);
  /hardware/interfaces/vibrator/1.1/vts/functional/
VtsHalVibratorV1_1TargetTest.cpp 59 vibrator->perform_1_1(Effect_1_1::CLICK, EffectStrength::MEDIUM, validatePerformEffect);
  /device/google/marlin/vibrator/
Vibrator.cpp 88 if (effect == Effect::CLICK) {
  /external/toybox/scripts/
make.sh 289 CLICK=
291 for i in $LIBFILES click $TOYFILES
293 [ "$i" == click ] && CLICK=1 && continue
302 [ "$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:
  /hardware/interfaces/vibrator/1.0/vts/functional/
VtsHalVibratorV1_0TargetTest.cpp 71 vibrator->perform(Effect::CLICK, EffectStrength::MEDIUM, validatePerformEffect);
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
MouseClickAction.java 34 * ViewAction for performing an click on View by a mouse.
41 public enum CLICK implements Tapper {
TextViewActions.java 51 * @param index The index of the TextView's text to click on.
80 * @param index The index of the TextView's text to click on.
94 * @param index The index of the TextView's text to click on.
111 * @param index The index of the TextView's text to double-click on.
126 * @param index The index of the TextView's text to double-click on.
149 * Returns an action that long click by mouse on text at an index on the TextView.<br>
156 * @param index The index of the TextView's text to long click on.
171 * @param index The index of the TextView's text to triple-click on.
175 new MouseClickAction(MouseClickAction.CLICK.TRIPLE, new TextCoordinates(index)));
223 * Returns an action that click then drags by mouse on text from startIndex to endIndex on th
    [all...]
  /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 180 playSoundEffect(SoundEffectConstants.CLICK);
212 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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSSecurityFooter.java 118 mHandler.sendEmptyMessage(H.CLICK);
457 private static final int CLICK = 0;
471 } else if (msg.what == CLICK) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
QSTileImpl.java 181 public void click() { method in class:QSTileImpl
183 mHandler.sendEmptyMessage(H.CLICK);
270 // Default to normal click.
389 private static final int CLICK = 2;
422 } else if (msg.what == CLICK) {
  /device/google/wahoo/vibrator/
Vibrator.cpp 77 mClickDuration = property_get_int32("ro.vibrator.hal.click.duration", WAVEFORM_CLICK_EFFECT_MS);
91 // Open-loop mode is used for short click for over-drive
176 if (effect == Effect::CLICK) {
  /frameworks/base/core/java/android/os/
VibrationEffect.java 39 * A click effect.
44 public static final int EFFECT_CLICK = Effect_1_1.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 186 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 302 playSoundEffect(SoundEffectConstants.CLICK);

Completed in 563 milliseconds

1 2 3