OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaptureTextView
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/text/src/android/text/cts/
MyanmarTest.java
64
CaptureTextView
cviewA = new
CaptureTextView
(context);
66
CaptureTextView
cviewB = new
CaptureTextView
(context);
71
CaptureTextView
cviewC = new
CaptureTextView
(context);
82
private static class
CaptureTextView
extends TextView {
84
CaptureTextView
(Context context) {
EmojiTest.java
123
// cannot reuse
CaptureTextView
as 2nd setText call throws NullPointerException
124
CaptureTextView
cviewA = new
CaptureTextView
(mContext);
126
CaptureTextView
cviewB = new
CaptureTextView
(mContext);
169
// cannot reuse
CaptureTextView
as 2nd setText call throws NullPointerException
219
private static class
CaptureTextView
extends TextView {
221
CaptureTextView
(Context context) {
Completed in 1751 milliseconds