Home
last modified time | relevance | path

Searched refs:TestSelectedRunnable (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java3194 TestSelectedRunnable runnable = new TestSelectedRunnable(textView) { in testMarquee()
3231 runnable = new TestSelectedRunnable(textView) { in testMarquee()
4772 private static abstract class TestSelectedRunnable implements Runnable { class in TextViewTest
4777 public TestSelectedRunnable(TextView textview) { in TestSelectedRunnable() method in TextViewTest.TestSelectedRunnable