Home
last modified time | relevance | path

Searched refs:LLEditTextThenButton (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
DStartInTouchWithViewInFocusTest.java19 import android.widget.layout.linear.LLEditTextThenButton;
29 ActivityInstrumentationTestCase2<LLEditTextThenButton> {
36 super("com.android.frameworks.coretests", LLEditTextThenButton.class); in StartInTouchWithViewInFocusTest()
DTouchModeFocusableTest.java27 import android.widget.layout.linear.LLEditTextThenButton;
32 public class TouchModeFocusableTest extends ActivityInstrumentationTestCase<LLEditTextThenButton> {
38 super("com.android.frameworks.coretests", LLEditTextThenButton.class); in TouchModeFocusableTest()
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
DLLEditTextThenButton.java27 public class LLEditTextThenButton extends Activity { class