Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
H A DStartInTouchWithViewInFocusTest.java25 import android.widget.layout.linear.LLEditTextThenButton;
30 ActivityInstrumentationTestCase2<LLEditTextThenButton> {
37 super("com.android.frameworks.coretests", LLEditTextThenButton.class); in StartInTouchWithViewInFocusTest()
H A DTouchModeFocusableTest.java25 import android.widget.layout.linear.LLEditTextThenButton;
33 public class TouchModeFocusableTest extends ActivityInstrumentationTestCase<LLEditTextThenButton> {
39 super("com.android.frameworks.coretests", LLEditTextThenButton.class); in TouchModeFocusableTest()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DLLEditTextThenButton.java27 public class LLEditTextThenButton extends Activity { class