Searched defs:Visible (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java107 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);
201 Visible[] visible = sp.getSpans(0, sp.length(), Visible.class);
235 private static class Visible class in class:PasswordTransformationMethod
239 public Visible(Spannable sp, PasswordTransformationMethod ptm) { method in class:PasswordTransformationMethod.Visible
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h122 Visible = DVR_SURFACE_ATTRIBUTE_VISIBLE, member in struct:android::dvr::SurfaceAttribute
150 GetAttribute(SurfaceAttribute::Visible, &bool_value,

Completed in 103 milliseconds