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

  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 74 private static final Object CAP = new NoCopySpan.Concrete();
83 text.removeSpan(CAP);
98 return getActive(text, CAP, META_SHIFT_ON, META_CAP_LOCKED) |
115 return getActive(text, CAP, 1, 2);
155 adjust(content, CAP);
165 return what == CAP || what == ALT || what == SYM ||
191 resetLock(content, CAP);
210 press(content, CAP);
266 release(content, CAP);
298 if ((states&META_SHIFT_ON) != 0) content.removeSpan(CAP);
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
utransts.c 576 enum { CAP = 256 };
577 UChar rules[CAP];
603 enum { CAP = 256 };
604 UChar from[CAP];
605 UChar to[CAP];
606 UChar buf[CAP];
627 utrans_transUChars(trans, buf, NULL, CAP, 0, &limit, &status);
638 char actual[CAP];
648 utrans_transIncrementalUChars(trans, buf, NULL, CAP, &pos, &status);
649 utrans_transUChars(trans, buf, NULL, CAP, pos.start, &pos.limit, &status)
    [all...]
  /external/icu4c/test/cintltst/
utransts.c 576 enum { CAP = 256 };
577 UChar rules[CAP];
603 enum { CAP = 256 };
604 UChar from[CAP];
605 UChar to[CAP];
606 UChar buf[CAP];
627 utrans_transUChars(trans, buf, NULL, CAP, 0, &limit, &status);
638 char actual[CAP];
648 utrans_transIncrementalUChars(trans, buf, NULL, CAP, &pos, &status);
649 utrans_transUChars(trans, buf, NULL, CAP, pos.start, &pos.limit, &status)
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
PathBarLayer.java 34 private static final int CAP = Res.drawable.pathbar_cap;
198 final Texture cap = view.getResource(CAP); local
220 // Draw the cap on the right edge.
221 view.draw2D(cap, x + width, y);

Completed in 484 milliseconds