Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
DTallTextAboveButtonTest.java19 import android.widget.scroll.TallTextAboveButton;
27 public class TallTextAboveButtonTest extends ActivityInstrumentationTestCase<TallTextAboveButton> {
42 super("com.android.frameworks.coretests", TallTextAboveButton.class); in TallTextAboveButtonTest()
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
DTallTextAboveButton.java25 public class TallTextAboveButton extends ScrollViewScenario { class