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

  /frameworks/base/core/java/android/text/method/
PasswordTransformationMethod.java 107 sp.setSpan(new Visible(sp, this), start, start + count,
132 Visible[] old = sp.getSpans(0, sp.length(), Visible.class);
160 Visible[] visible = sp.getSpans(0, sp.length(), Visible.class); local
162 for (int a = 0; a < visible.length; a++) {
163 if (sp.getSpanStart(visible[a].mTransformer) >= 0) {
164 st = sp.getSpanStart(visible[a]);
165 en = sp.getSpanEnd(visible[a])
201 Visible[] visible = sp.getSpans(0, sp.length(), Visible.class); local
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 173 // Use the canonical number for externally visible decls.
197 assert(!RD->isExternallyVisible() && "RD must not be visible!");
    [all...]

Completed in 286 milliseconds