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

/frameworks/base/core/java/android/text/
H A DInputFilter.java58 public static class AllCaps implements InputFilter { class in interface:InputFilter
61 public AllCaps() { method in class:InputFilter.AllCaps
66 * Constructs a locale-specific AllCaps filter, to make sure capitalization rules of that
69 public AllCaps(@NonNull Locale locale) { method in class:InputFilter.AllCaps

Completed in 34 milliseconds