Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DFixedWidthTest.java30 public class FixedWidthTest extends ActivityInstrumentationTestCase<FixedWidth> {
36 super("com.android.frameworks.coretests", FixedWidth.class); in FixedWidthTest()
43 final FixedWidth activity = getActivity(); in setUp()
H A DFixedWidth.java27 public class FixedWidth extends Activity { class