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