Searched refs:mCurrBGIndex (Results 1 – 1 of 1) sorted by relevance
41 int mCurrBGIndex; field in NinePatchLab124 Drawable bg = mBGs[mCurrBGIndex]; in onDraw()182 mCurrBGIndex = (mCurrBGIndex + 1) % mBGs.length; in onKeyDown()186 mCurrBGIndex -= 1; in onKeyDown()187 if (mCurrBGIndex < 0) { in onKeyDown()188 mCurrBGIndex = 0; in onKeyDown()