OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gettextlocale
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/docs/html/sdk/api_diff/17/changes/
android.graphics.Paint.html
87
<nobr><code>Locale</code> <A HREF="../../../../reference/android/graphics/Paint.html#
getTextLocale
()" target="_top"><code>
getTextLocale
</code></A>()</nobr>
android.widget.TextView.html
130
<nobr><code>Locale</code> <A HREF="../../../../reference/android/widget/TextView.html#
getTextLocale
()" target="_top"><code>
getTextLocale
</code></A>()</nobr>
alldiffs_index_additions.html
[
all
...]
alldiffs_index_all.html
[
all
...]
methods_index_additions.html
331
<i>
getTextLocale
</i><br>
[
all
...]
methods_index_all.html
426
<i>
getTextLocale
</i><br>
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java
544
assertEquals(defaultLocale, p.
getTextLocale
());
548
assertEquals(Locale.US, p.
getTextLocale
());
551
assertEquals(Locale.CHINESE, p.
getTextLocale
());
554
assertEquals(Locale.JAPANESE, p.
getTextLocale
());
557
assertEquals(Locale.KOREAN, p.
getTextLocale
());
561
assertEquals(defaultLocale, p.
getTextLocale
());
/frameworks/base/docs/html/sdk/api_diff/17/
missingSinces.txt
112
NO DOC BLOCK: android.graphics.Paint Method
getTextLocale
()
113
NO DOC BLOCK: android.widget.TextView Method
getTextLocale
()
/frameworks/base/graphics/java/android/graphics/
Paint.java
[
all
...]
/frameworks/base/core/java/android/widget/
TextView.java
[
all
...]
Completed in 276 milliseconds