Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java200 TestLayoutRunnable runnable = new TestLayoutRunnable(mTextView) { in testGetLayout()
5397 private static abstract class TestLayoutRunnable implements Runnable { class
5401 public TestLayoutRunnable(TextView textview) { in TestLayoutRunnable() method in TextViewTest.TestLayoutRunnable