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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java67 private int mBubbleIndex; field in class:TutorialJAJP
178 if (mBubbleIndex >= mBubbles.size()) {
327 mBubbleIndex = -1;
333 if (mBubbleIndex >= 0) {
334 if (!mBubbles.get(mBubbleIndex).isShowing()) {
337 for (int i = 0; i <= mBubbleIndex; i++) {
341 mBubbleIndex++;
342 if (mBubbleIndex >= mBubbles.size()) {
349 if ((6 <= mBubbleIndex) && (mBubbleIndex <
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java66 private int mBubbleIndex; field in class:TutorialEN
175 if (mBubbleIndex >= mBubbles.size()) {
255 mBubbleIndex = -1;
261 if (mBubbleIndex >= 0) {
262 if (!mBubbles.get(mBubbleIndex).isShowing()) {
265 for (int i = 0; i <= mBubbleIndex; i++) {
269 mBubbleIndex++;
270 if (mBubbleIndex >= mBubbles.size()) {
278 mHandler.obtainMessage(MSG_SHOW_BUBBLE, mBubbles.get(mBubbleIndex)), 500);
298 if (mBubbleIndex >
[all...]

Completed in 38 milliseconds