OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:artIndex
(Results
1 - 9
of
9
) 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-hybrid-22k/lib_src/
eas_wtengine.h
155
EAS_U16
artIndex
; /* index to articulation params */
eas_sndlib.h
232
EAS_U16
artIndex
;
/external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.h
155
EAS_U16
artIndex
; /* index to articulation params */
eas_sndlib.h
232
EAS_U16
artIndex
;
eas_mdls.c
415
static EAS_RESULT Parse_lrgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, EAS_U16
artIndex
, EAS_U32 numRegions);
416
static EAS_RESULT Parse_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, EAS_U16
artIndex
);
422
static void Convert_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16
artIndex
, EAS_U16 waveIndex, S_WSMP_DATA *pWsmp);
423
static void Convert_art (SDLS_SYNTHESIZER_DATA *pDLSData, const S_DLS_ART_VALUES *pDLSArt, EAS_U16
artIndex
);
[
all
...]
/external/sonivox/arm-fm-22k/lib_src/
eas_sndlib.h
232
EAS_U16
artIndex
;
/packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java
744
long
artIndex
= cursor.getLong(0);
745
Drawable d = MusicUtils.getCachedArtwork(context,
artIndex
, mDefaultAlbumIcon);
[
all
...]
MusicUtils.java
483
long
artIndex
= c.getLong(2);
485
sArtCache.remove(
artIndex
);
[
all
...]
Completed in 323 milliseconds