Home
last modified time | relevance | path

Searched refs:SoundEffectConstants (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/view/
DSoundEffectConstantsTest.java40 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 …]
/frameworks/base/core/java/android/view/
DSoundEffectConstants.java32 public class SoundEffectConstants { class
34 private SoundEffectConstants() {} in SoundEffectConstants() method in SoundEffectConstants
96 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 …]
DViewRootImpl.java7790 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 …]
DView.java8027 playSoundEffect(SoundEffectConstants.CLICK);
28584 public void playSoundEffect(@SoundEffectConstants.SoundEffect int soundConstant) { in playSoundEffect()
/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DKeyButtonView.java39 import android.view.SoundEffectConstants;
134 playSoundEffect(SoundEffectConstants.CLICK); in performAccessibilityActionInternal()
174 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
202 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
/frameworks/base/core/java/android/widget/
DTabHost.java32 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()
DExpandableListView.java32 import android.view.SoundEffectConstants;
701 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()
710 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()
728 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()
DCompoundButton.java37 import android.view.SoundEffectConstants;
150 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
DGallery.java35 import android.view.SoundEffectConstants;
1264 playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT); in onKeyDown()
1270 playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT); in onKeyDown()
DAdapterView.java31 import android.view.SoundEffectConstants;
329 playSoundEffect(SoundEffectConstants.CLICK); in performItemClick()
DSlidingDrawer.java29 import android.view.SoundEffectConstants;
480 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
DActionMenuPresenter.java38 import android.view.SoundEffectConstants;
892 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
DSwitch.java53 import android.view.SoundEffectConstants;
1205 playSoundEffect(SoundEffectConstants.CLICK); in stopDrag()
DGridView.java34 import android.view.SoundEffectConstants;
1888 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()
1947 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in sequenceScroll()
DListView.java40 import android.view.SoundEffectConstants;
2660 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DKeyButtonView.java47 import android.view.SoundEffectConstants;
255 playSoundEffect(SoundEffectConstants.CLICK); in performAccessibilityActionInternal()
294 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
326 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuItemView.java28 import android.view.SoundEffectConstants;
142 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
/frameworks/base/core/java/android/app/
DMediaRouteButton.java33 import android.view.SoundEffectConstants;
186 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java40 import android.view.SoundEffectConstants;
2576 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
/frameworks/base/boot/
Dpreloaded-classes8880 android.view.SoundEffectConstants
Dboot-image-profile.txt31294 Landroid/view/SoundEffectConstants;
/frameworks/base/config/
Dpreloaded-classes8911 android.view.SoundEffectConstants
Dboot-image-profile.txt41455 Landroid/view/SoundEffectConstants;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33135 public class SoundEffectConstants {

12