Searched refs:getContantForFocusDirection (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
H A DSoundEffectConstants.java43 public static int getContantForFocusDirection(int direction) { method in class:SoundEffectConstants
H A DViewRootImpl.java4678 .getContantForFocusDirection(direction));
4714 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
4722 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
/frameworks/base/core/java/android/widget/
H A DGridView.java1867 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
1925 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
H A DListView.java2644 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java2526 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java2845 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));

Completed in 2259 milliseconds