Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
DButtonsWithTallTextViewInBetweenTest.java19 import android.widget.scroll.ButtonsWithTallTextViewInBetween;
31 extends ActivityInstrumentationTestCase<ButtonsWithTallTextViewInBetween> {
39 super("com.android.frameworks.coretests", ButtonsWithTallTextViewInBetween.class); in ButtonsWithTallTextViewInBetweenTest()
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
DButtonsWithTallTextViewInBetween.java29 public class ButtonsWithTallTextViewInBetween extends ScrollViewScenario { class