Searched refs:mBubbleIndex (Results 1 – 3 of 3) sorted by relevance
67 private int mBubbleIndex; field in TutorialJAJP178 if (mBubbleIndex >= mBubbles.size()) { in show()327 mBubbleIndex = -1; in start()333 if (mBubbleIndex >= 0) { in next()334 if (!mBubbles.get(mBubbleIndex).isShowing()) { in next()337 for (int i = 0; i <= mBubbleIndex; i++) { in next()341 mBubbleIndex++; in next()342 if (mBubbleIndex >= mBubbles.size()) { in next()349 if ((6 <= mBubbleIndex) && (mBubbleIndex <= 8)) { in next()353 if (mBubbleIndex == LONG_PRESS_INDEX) { in next()[all …]
51 private int mBubbleIndex; field in Tutorial201 mBubbleIndex = -1; in start()207 if (mBubbleIndex >= 0) { in next()209 if (!mBubbles.get(mBubbleIndex).isShowing()) { in next()213 for (int i = 0; i <= mBubbleIndex; i++) { in next()217 mBubbleIndex++; in next()218 if (mBubbleIndex >= mBubbles.size()) { in next()224 if (mBubbleIndex == 3 || mBubbleIndex == 4) { in next()228 mHandler.obtainMessage(MSG_SHOW_BUBBLE, mBubbles.get(mBubbleIndex)), 500); in next()
66 private int mBubbleIndex; field in TutorialEN175 if (mBubbleIndex >= mBubbles.size()) { in show()255 mBubbleIndex = -1; in start()261 if (mBubbleIndex >= 0) { in next()262 if (!mBubbles.get(mBubbleIndex).isShowing()) { in next()265 for (int i = 0; i <= mBubbleIndex; i++) { in next()269 mBubbleIndex++; in next()270 if (mBubbleIndex >= mBubbles.size()) { in next()278 mHandler.obtainMessage(MSG_SHOW_BUBBLE, mBubbles.get(mBubbleIndex)), 500); in next()298 if (mBubbleIndex >= mBubbles.size()) { in onTouch()