Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DTutorialJAJP.java67 private int mBubbleIndex; field in TutorialJAJP
178 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 …]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DTutorialEN.java66 private int mBubbleIndex; field in TutorialEN
175 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()