Searched refs:SoundEffectConstants (Results 1 – 21 of 21) sorted by relevance
22 public class SoundEffectConstants { class24 private SoundEffectConstants() {} in SoundEffectConstants() method in SoundEffectConstants46 return SoundEffectConstants.NAVIGATION_RIGHT; in getContantForFocusDirection()49 return SoundEffectConstants.NAVIGATION_DOWN; in getContantForFocusDirection()51 return SoundEffectConstants.NAVIGATION_LEFT; in getContantForFocusDirection()54 return SoundEffectConstants.NAVIGATION_UP; in getContantForFocusDirection()
5523 playSoundEffect(SoundEffectConstants in performFocusNavigation()5560 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in performKeyboardGroupNavigation()5568 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in performKeyboardGroupNavigation()7148 case SoundEffectConstants.CLICK: in playSoundEffect()7151 case SoundEffectConstants.NAVIGATION_DOWN: in playSoundEffect()7154 case SoundEffectConstants.NAVIGATION_LEFT: in playSoundEffect()7157 case SoundEffectConstants.NAVIGATION_RIGHT: in playSoundEffect()7160 case SoundEffectConstants.NAVIGATION_UP: in playSoundEffect()7165 " not defined in " + SoundEffectConstants.class.getCanonicalName()); in playSoundEffect()
7262 playSoundEffect(SoundEffectConstants.CLICK);
32 import android.view.SoundEffectConstants;364 int soundEffect = SoundEffectConstants.NAVIGATION_UP; in dispatchKeyEvent()370 soundEffect = SoundEffectConstants.NAVIGATION_LEFT; in dispatchKeyEvent()375 soundEffect = SoundEffectConstants.NAVIGATION_RIGHT; in dispatchKeyEvent()380 soundEffect = SoundEffectConstants.NAVIGATION_DOWN; in dispatchKeyEvent()386 soundEffect = SoundEffectConstants.NAVIGATION_UP; in dispatchKeyEvent()
32 import android.view.SoundEffectConstants;695 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()704 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()722 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()
35 import android.view.SoundEffectConstants;146 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
35 import android.view.SoundEffectConstants;1263 playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT); in onKeyDown()1269 playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT); in onKeyDown()
31 import android.view.SoundEffectConstants;329 playSoundEffect(SoundEffectConstants.CLICK); in performItemClick()
29 import android.view.SoundEffectConstants;480 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
37 import android.view.SoundEffectConstants;891 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
50 import android.view.SoundEffectConstants;1122 playSoundEffect(SoundEffectConstants.CLICK); in stopDrag()
33 import android.view.SoundEffectConstants;1887 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()1946 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in sequenceScroll()
40 import android.view.SoundEffectConstants;2662 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()
46 import android.view.SoundEffectConstants;203 playSoundEffect(SoundEffectConstants.CLICK); in performAccessibilityActionInternal()243 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()275 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
28 import android.view.SoundEffectConstants;142 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
33 import android.view.SoundEffectConstants;186 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
40 import android.view.SoundEffectConstants;2532 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
33135 public class SoundEffectConstants {
51238 public class SoundEffectConstants {
51382 public class SoundEffectConstants {
76338 Landroid/view/SoundEffectConstants;-><init>()V