HomeSort by relevance Sort by last modified time
    Searched refs:artIndex (Results 1 - 8 of 8) sorted by null

  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsReaderActivity.java 112 int artIndex = savedInstanceState.getInt("artIndex", 0);
113 mHeadlinesFragment.setSelection(artIndex);
114 onHeadlineSelected(artIndex);
209 i.putExtra("artIndex", index);
231 outState.putInt("artIndex", mArtIndex);
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.h 155 EAS_U16 artIndex; /* index to articulation params */
eas_dlssynth.c 59 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex];
87 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex];
118 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex];
319 pWTVoice->artIndex = pDLSRegion->wtRegion.artIndex;
320 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex];
392 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex];
eas_mdls.c 427 static EAS_RESULT Parse_lrgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, EAS_U16 artIndex, EAS_U32 numRegions);
428 static EAS_RESULT Parse_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, EAS_U16 artIndex);
434 static void Convert_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16 artIndex, EAS_U16 waveIndex, S_WSMP_DATA *pWsmp);
435 static void Convert_art (SDLS_SYNTHESIZER_DATA *pDLSData, const S_DLS_ART_VALUES *pDLSArt, EAS_U16 artIndex);
    [all...]
eas_wtsynth.c 124 pVoiceMgr->wtVoices[i].artIndex = DEFAULT_ARTICULATION_INDEX;
181 pArticulation = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
262 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel)
344 pWTVoice->artIndex = pRegion->artIndex;
350 pArt = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
530 pArt = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
    [all...]
eas_sndlib.h 232 EAS_U16 artIndex;
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 480 long artIndex = c.getLong(2);
482 sArtCache.remove(artIndex);
    [all...]
ArtistAlbumBrowserActivity.java 739 long artIndex = cursor.getLong(0);
740 Drawable d = MusicUtils.getCachedArtwork(context, artIndex, mDefaultAlbumIcon);
    [all...]

Completed in 118 milliseconds