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