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

1 2

  /cts/tests/tests/view/src/android/view/cts/
SoundEffectConstantsTest.java 20 import android.view.SoundEffectConstants;
33 assertEquals(SoundEffectConstants.NAVIGATION_RIGHT,
34 SoundEffectConstants
36 assertEquals(SoundEffectConstants.NAVIGATION_DOWN, SoundEffectConstants
38 assertEquals(SoundEffectConstants.NAVIGATION_LEFT, SoundEffectConstants
40 assertEquals(SoundEffectConstants.NAVIGATION_UP, SoundEffectConstants
43 assertEquals(SoundEffectConstants.NAVIGATION_DOWN, SoundEffectConstant
    [all...]
  /frameworks/base/core/java/android/view/
SoundEffectConstants.java 22 public class SoundEffectConstants {
24 private SoundEffectConstants() {}
44 return SoundEffectConstants.NAVIGATION_RIGHT;
47 return SoundEffectConstants.NAVIGATION_DOWN;
49 return SoundEffectConstants.NAVIGATION_LEFT;
52 return SoundEffectConstants.NAVIGATION_UP;
ViewRootImpl.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 21 import android.view.SoundEffectConstants;
115 v.playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT);
124 v.playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT);
137 v.playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT);
146 v.playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT);
160 v.playSoundEffect(SoundEffectConstants.NAVIGATION_UP);
173 v.playSoundEffect(SoundEffectConstants.NAVIGATION_DOWN);
190 v.playSoundEffect(SoundEffectConstants.NAVIGATION_UP);
195 v.playSoundEffect(SoundEffectConstants.NAVIGATION_UP);
211 v.playSoundEffect(SoundEffectConstants.NAVIGATION_DOWN)
    [all...]
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
IconEditor.java 21 import android.view.SoundEffectConstants;
74 v.playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 35 import android.view.SoundEffectConstants;
129 playSoundEffect(SoundEffectConstants.CLICK);
215 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/core/java/android/widget/
TabHost.java 31 import android.view.SoundEffectConstants;
343 int soundEffect = SoundEffectConstants.NAVIGATION_UP;
349 soundEffect = SoundEffectConstants.NAVIGATION_LEFT;
354 soundEffect = SoundEffectConstants.NAVIGATION_RIGHT;
359 soundEffect = SoundEffectConstants.NAVIGATION_DOWN;
365 soundEffect = SoundEffectConstants.NAVIGATION_UP;
CompoundButton.java 32 import android.view.SoundEffectConstants;
124 playSoundEffect(SoundEffectConstants.CLICK);
ExpandableListView.java 30 import android.view.SoundEffectConstants;
688 playSoundEffect(SoundEffectConstants.CLICK);
697 playSoundEffect(SoundEffectConstants.CLICK);
715 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
ActionMenuPresenter.java 31 import android.view.SoundEffectConstants;
633 playSoundEffect(SoundEffectConstants.CLICK);
AdapterView.java 27 import android.view.SoundEffectConstants;
304 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
SlidingDrawer.java 30 import android.view.SoundEffectConstants;
478 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
Gallery.java 32 import android.view.SoundEffectConstants;
    [all...]
Switch.java 42 import android.view.SoundEffectConstants;
820 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
GridView.java 29 import android.view.SoundEffectConstants;
    [all...]
ListView.java 37 import android.view.SoundEffectConstants;
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 27 import android.view.SoundEffectConstants;
130 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 35 import android.view.SoundEffectConstants;
193 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewCompat.java 27 import android.view.SoundEffectConstants;
306 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 39 import android.view.SoundEffectConstants;
286 playSoundEffect(SoundEffectConstants.CLICK);
  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 50 import android.view.SoundEffectConstants;
104 mAudioManager.playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuPresenter.java 41 import android.view.SoundEffectConstants;
632 playSoundEffect(SoundEffectConstants.CLICK);
SwitchCompat.java 47 import android.view.SoundEffectConstants;
702 playSoundEffect(SoundEffectConstants.CLICK);
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 35 import android.view.SoundEffectConstants;
470 playSoundEffect(SoundEffectConstants.CLICK);
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 44 import android.view.SoundEffectConstants;
    [all...]

Completed in 1616 milliseconds

1 2