OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSound
(Results
1 - 7
of
7
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
PlaySingleSoundComponent.java
20
private SoundSystem.Sound
mSound
;
32
mSound
= null;
36
mSound
= sound;
41
if (mSoundHandle == -1 &&
mSound
!= null) {
43
mSoundHandle = sound.play(
mSound
, false, SoundSystem.PRIORITY_NORMAL);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java
108
private AudioManager
mSound
= null;
526
mSound
= (AudioManager)mWnn.getSystemService(Context.AUDIO_SERVICE);
528
mSound
= null;
554
if (
mSound
!= null) {
556
mSound
.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD, 1.0f);
DefaultSoftKeyboard.java
298
protected MediaPlayer
mSound
= null;
755
mSound
= MediaPlayer.create(mWnn, R.raw.type);
757
mSound
= null;
832
if (
mSound
!= null) {
833
try {
mSound
.seekTo(0);
mSound
.start(); } catch (Exception ex) { }
[
all
...]
TextCandidatesViewManager.java
152
private AudioManager
mSound
= null;
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 108 milliseconds