/aosp12/frameworks/base/apct-tests/perftests/core/src/android/text/ |
H A D | BoringLayoutIsBoringPerfTest.java | 48 for (boolean boring : BOOLEANS) { in cases() 53 (boring ? "Boring" : "NotBoring") + "," + textType.name(), in cases() 54 length, boring, textType, cached}); in cases() 71 public BoringLayoutIsBoringPerfTest(String label, int length, boolean boring, TextType textType, in BoringLayoutIsBoringPerfTest() argument 74 mCreateBoring = boring; in BoringLayoutIsBoringPerfTest()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/ |
H A D | ExceptionTextView.java | 50 public void makeNewLayout(int w, int hintWidth, BoringLayout.Metrics boring, in makeNewLayout() argument 57 super.makeNewLayout(w, hintWidth, boring, hintMetrics, ellipsizedWidth, in makeNewLayout()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ImageFloatingTextView.java | 68 protected Layout makeSingleLayout(int wantWidth, BoringLayout.Metrics boring, int ellipsisWidth, in makeSingleLayout() argument
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 9241 if (boring == UNKNOWN_BORING) { in makeSingleLayout() 9243 if (boring != null) { in makeSingleLayout() 9244 mBoring = boring; in makeSingleLayout() 9248 if (boring != null) { in makeSingleLayout() 9249 if (boring.width <= wantWidth in makeSingleLayout() 9254 boring, mIncludePad); in makeSingleLayout() 9258 boring, mIncludePad); in makeSingleLayout() 9414 if (boring != null) { in onMeasure() 9415 mBoring = boring; in onMeasure() 9421 if (boring == null || boring == UNKNOWN_BORING) { in onMeasure() [all …]
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
H A D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |