HomeSort by relevance Sort by last modified time
    Searched refs:CaptureTextView (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/text/src/android/text/cts/
MyanmarTest.java 46 CaptureTextView cviewA = new CaptureTextView(getInstrumentation().getContext());
48 CaptureTextView cviewB = new CaptureTextView(getInstrumentation().getContext());
53 CaptureTextView cviewC = new CaptureTextView(getInstrumentation().getContext());
64 private class CaptureTextView extends TextView {
66 CaptureTextView(Context context) {
EmojiTest.java 80 // cannot reuse CaptureTextView as 2nd setText call throws NullPointerException
81 CaptureTextView cviewA = new CaptureTextView(getInstrumentation().getContext());
83 CaptureTextView cviewB = new CaptureTextView(getInstrumentation().getContext());
122 // cannot reuse CaptureTextView as 2nd setText call throws NullPointerException
176 private class CaptureTextView extends TextView {
178 CaptureTextView(Context context) {

Completed in 183 milliseconds