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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 67 private int mBubbleIndex;
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 <= 8))
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 66 private int mBubbleIndex;
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 >= mBubbles.size())
    [all...]

Completed in 67 milliseconds