HomeSort by relevance Sort by last modified time
    Searched defs:mCurrentIndex (Results 1 - 2 of 2) sorted by null

  /development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
BitmapAllocation.java 43 int mCurrentIndex = 0;
76 mCurrentIndex = (mCurrentIndex + 1) % imageIDs.length;
85 imageIDs[mCurrentIndex], bitmapOptions);
  /cts/tests/tests/tv/src/android/media/tv/cts/
StubTunerTvInputService.java 87 private int mCurrentIndex = -1;
100 if (mCurrentIndex >= 0 && mSurface != null) {
103 c.drawColor(COLORS[mCurrentIndex]);
133 mCurrentIndex = cursor.getBlob(0)[0];
135 mCurrentIndex = -1;
144 if (mCurrentIndex == 0) {

Completed in 242 milliseconds