Searched refs:TestLayoutRunnable (Results 1 – 1 of 1) sorted by relevance
192 TestLayoutRunnable runnable = new TestLayoutRunnable(mTextView) { in testGetLayout()4798 private static abstract class TestLayoutRunnable implements Runnable { class in TextViewTest4802 public TestLayoutRunnable(TextView textview) { in TestLayoutRunnable() method in TextViewTest.TestLayoutRunnable