Home
last modified time | relevance | path

Searched refs:mCurrentIndex (Results 1 – 1 of 1) sorted by relevance

/development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
DBitmapAllocation.java43 int mCurrentIndex = 0; field in BitmapAllocation
76 mCurrentIndex = (mCurrentIndex + 1) % imageIDs.length; in onCreate()
85 imageIDs[mCurrentIndex], bitmapOptions); in onCreate()