Searched refs:SoundEffectConstants (Results 1 – 25 of 27) sorted by relevance
12
40 assertTrue(SoundEffectConstants.isNavigationRepeat( in testIsNavigationRepeat()41 SoundEffectConstants.NAVIGATION_REPEAT_RIGHT)); in testIsNavigationRepeat()42 assertTrue(SoundEffectConstants.isNavigationRepeat( in testIsNavigationRepeat()43 SoundEffectConstants.NAVIGATION_REPEAT_LEFT)); in testIsNavigationRepeat()45 SoundEffectConstants.isNavigationRepeat(SoundEffectConstants.NAVIGATION_REPEAT_UP)); in testIsNavigationRepeat()46 assertTrue(SoundEffectConstants.isNavigationRepeat( in testIsNavigationRepeat()47 SoundEffectConstants.NAVIGATION_REPEAT_DOWN)); in testIsNavigationRepeat()48 assertFalse(SoundEffectConstants.isNavigationRepeat(SoundEffectConstants.NAVIGATION_RIGHT)); in testIsNavigationRepeat()49 assertFalse(SoundEffectConstants.isNavigationRepeat(SoundEffectConstants.NAVIGATION_LEFT)); in testIsNavigationRepeat()50 assertFalse(SoundEffectConstants.isNavigationRepeat(SoundEffectConstants.NAVIGATION_UP)); in testIsNavigationRepeat()[all …]
32 public class SoundEffectConstants { class34 private SoundEffectConstants() {} in SoundEffectConstants() method in SoundEffectConstants96 return SoundEffectConstants.NAVIGATION_RIGHT; in getContantForFocusDirection()99 return SoundEffectConstants.NAVIGATION_DOWN; in getContantForFocusDirection()101 return SoundEffectConstants.NAVIGATION_LEFT; in getContantForFocusDirection()104 return SoundEffectConstants.NAVIGATION_UP; in getContantForFocusDirection()123 return SoundEffectConstants.NAVIGATION_REPEAT_RIGHT; in getConstantForFocusDirection()126 return SoundEffectConstants.NAVIGATION_REPEAT_DOWN; in getConstantForFocusDirection()128 return SoundEffectConstants.NAVIGATION_REPEAT_LEFT; in getConstantForFocusDirection()131 return SoundEffectConstants.NAVIGATION_REPEAT_UP; in getConstantForFocusDirection()[all …]
7790 SoundEffectConstants.getConstantForFocusDirection(direction, in performFocusNavigation()7843 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in performKeyboardGroupNavigation()7851 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in performKeyboardGroupNavigation()9551 public void playSoundEffect(@SoundEffectConstants.SoundEffect int effectId) { in playSoundEffect()9562 && SoundEffectConstants.isNavigationRepeat(effectId)) { in playSoundEffect()9564 SoundEffectConstants.nextNavigationRepeatSoundEffectId()); in playSoundEffect()9569 case SoundEffectConstants.CLICK: in playSoundEffect()9572 case SoundEffectConstants.NAVIGATION_DOWN: in playSoundEffect()9573 case SoundEffectConstants.NAVIGATION_REPEAT_DOWN: in playSoundEffect()9576 case SoundEffectConstants.NAVIGATION_LEFT: in playSoundEffect()[all …]
8027 playSoundEffect(SoundEffectConstants.CLICK);28584 public void playSoundEffect(@SoundEffectConstants.SoundEffect int soundConstant) { in playSoundEffect()
39 import android.view.SoundEffectConstants;134 playSoundEffect(SoundEffectConstants.CLICK); in performAccessibilityActionInternal()174 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()202 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
32 import android.view.SoundEffectConstants;380 int soundEffect = SoundEffectConstants.NAVIGATION_UP; in dispatchKeyEvent()386 soundEffect = SoundEffectConstants.NAVIGATION_LEFT; in dispatchKeyEvent()391 soundEffect = SoundEffectConstants.NAVIGATION_RIGHT; in dispatchKeyEvent()396 soundEffect = SoundEffectConstants.NAVIGATION_DOWN; in dispatchKeyEvent()402 soundEffect = SoundEffectConstants.NAVIGATION_UP; in dispatchKeyEvent()
32 import android.view.SoundEffectConstants;701 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()710 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()728 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()
37 import android.view.SoundEffectConstants;150 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
35 import android.view.SoundEffectConstants;1264 playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT); in onKeyDown()1270 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()
38 import android.view.SoundEffectConstants;892 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
53 import android.view.SoundEffectConstants;1205 playSoundEffect(SoundEffectConstants.CLICK); in stopDrag()
34 import android.view.SoundEffectConstants;1888 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()1947 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in sequenceScroll()
40 import android.view.SoundEffectConstants;2660 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()
47 import android.view.SoundEffectConstants;255 playSoundEffect(SoundEffectConstants.CLICK); in performAccessibilityActionInternal()294 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()326 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;2576 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
8880 android.view.SoundEffectConstants
31294 Landroid/view/SoundEffectConstants;
8911 android.view.SoundEffectConstants
41455 Landroid/view/SoundEffectConstants;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
33135 public class SoundEffectConstants {