Searched refs:SoundEffectConstants (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/java/android/view/
H A DSoundEffectConstants.java22 public class SoundEffectConstants { class
24 private SoundEffectConstants() {} method in class:SoundEffectConstants
44 return SoundEffectConstants.NAVIGATION_RIGHT;
47 return SoundEffectConstants.NAVIGATION_DOWN;
49 return SoundEffectConstants.NAVIGATION_LEFT;
52 return SoundEffectConstants.NAVIGATION_UP;
H A DViewRootImpl.java3771 playSoundEffect(SoundEffectConstants
3991 case SoundEffectConstants.CLICK:
3994 case SoundEffectConstants.NAVIGATION_DOWN:
3997 case SoundEffectConstants.NAVIGATION_LEFT:
4000 case SoundEffectConstants.NAVIGATION_RIGHT:
4003 case SoundEffectConstants.NAVIGATION_UP:
4008 " not defined in " + SoundEffectConstants.class.getCanonicalName());
H A DView.java4201 playSoundEffect(SoundEffectConstants.CLICK);
15917 * @param soundConstant One of the constants defined in {@link SoundEffectConstants}
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanelTitle.java24 import android.view.SoundEffectConstants;
79 playSoundEffect(SoundEffectConstants.CLICK);
H A DTabletStatusBar.java47 import android.view.SoundEffectConstants;
1316 v.playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/core/java/android/widget/
H A DTabHost.java31 import android.view.SoundEffectConstants;
336 int soundEffect = SoundEffectConstants.NAVIGATION_UP;
342 soundEffect = SoundEffectConstants.NAVIGATION_LEFT;
347 soundEffect = SoundEffectConstants.NAVIGATION_RIGHT;
352 soundEffect = SoundEffectConstants.NAVIGATION_DOWN;
358 soundEffect = SoundEffectConstants.NAVIGATION_UP;
H A DExpandableListView.java30 import android.view.SoundEffectConstants;
555 playSoundEffect(SoundEffectConstants.CLICK);
564 playSoundEffect(SoundEffectConstants.CLICK);
582 playSoundEffect(SoundEffectConstants.CLICK);
H A DAdapterView.java27 import android.view.SoundEffectConstants;
294 playSoundEffect(SoundEffectConstants.CLICK);
H A DSlidingDrawer.java30 import android.view.SoundEffectConstants;
457 playSoundEffect(SoundEffectConstants.CLICK);
H A DGallery.java32 import android.view.SoundEffectConstants;
1210 playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT);
1216 playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT);
H A DGridView.java26 import android.view.SoundEffectConstants;
1774 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
1832 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
H A DListView.java36 import android.view.SoundEffectConstants;
2409 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java27 import android.view.SoundEffectConstants;
127 playSoundEffect(SoundEffectConstants.CLICK);
H A DActionMenuPresenter.java30 import android.view.SoundEffectConstants;
570 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java38 import android.view.SoundEffectConstants;
254 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsDialog.java35 import android.view.SoundEffectConstants;
152 SoundEffectConstants.getContantForFocusDirection(direction));
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java36 import android.view.SoundEffectConstants;
121 playSoundEffect(SoundEffectConstants.CLICK);
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java81 import android.view.SoundEffectConstants;
1335 mWebView.playSoundEffect(SoundEffectConstants.CLICK);
6657 return SoundEffectConstants.NAVIGATION_UP;
6659 return SoundEffectConstants.NAVIGATION_RIGHT;
6661 return SoundEffectConstants.NAVIGATION_DOWN;
6663 return SoundEffectConstants.NAVIGATION_LEFT;
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java41 import android.view.SoundEffectConstants;
2458 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));

Completed in 2320 milliseconds