Searched refs:shuffle (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Music/src/com/android/music/ |
D | MediaPlaybackActivity.java | 144 mShuffleButton = ((ImageButton) findViewById(R.id.shuffle)); in onCreate() 545 int shuffle = MusicUtils.getCurrentShuffleMode(); in onPrepareOptionsMenu() local 546 if (shuffle == MediaPlaybackService.SHUFFLE_AUTO) { in onPrepareOptionsMenu() 974 int shuffle = mService.getShuffleMode(); in toggleShuffle() local 975 if (shuffle == MediaPlaybackService.SHUFFLE_NONE) { in toggleShuffle() 982 } else if (shuffle == MediaPlaybackService.SHUFFLE_NORMAL || in toggleShuffle() 983 shuffle == MediaPlaybackService.SHUFFLE_AUTO) { in toggleShuffle() 987 Log.e("MediaPlaybackActivity", "Invalid shuffle mode: " + shuffle); in toggleShuffle()
|
D | MusicUtils.java | 267 int shuffle = getCurrentShuffleMode(); in togglePartyShuffle() local 269 if (shuffle == MediaPlaybackService.SHUFFLE_AUTO) { in togglePartyShuffle() 282 int shuffle = MusicUtils.getCurrentShuffleMode(); in setPartyShuffleMenuIcon() local 283 if (shuffle == MediaPlaybackService.SHUFFLE_AUTO) { in setPartyShuffleMenuIcon()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PhotoSource.java | 125 Collections.shuffle(mImageQueue); in fillQueue()
|
D | PicasaSource.java | 190 Collections.shuffle(albumIds); in findImages()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_wordlist.combined.gz |
|
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |