Home
last modified time | relevance | path

Searched refs:mEditor (Results 1 – 4 of 4) sorted by relevance

/cts/tests/inputmethod/testapp/src/android/view/inputmethod/ctstestapp/
DMainActivity.java55 private EditText mEditor; field in MainActivity
107 mEditor = new EditText(this); in onCreate()
108 mEditor.setHint("editText"); in onCreate()
111 mEditor.setPrivateImeOptions(privateImeOptions); in onCreate()
113 mEditor.requestFocus(); in onCreate()
114 layout.addView(mEditor); in onCreate()
132 getSystemService(InputMethodManager.class).showSoftInput(mEditor, 0); in onStart()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationTestBase.java309 EditText mEditor; field in WindowInsetsAnimationTestBase.TestActivity
333 mEditor = new EditText(this); in onCreate()
334 mEditor.setPrivateImeOptions(mEditTextMarker); in onCreate()
336 mView.addView(mEditor); in onCreate()
345 mEditor.requestFocus(); in onCreate()
DKeyguardLockedTests.java390 CtsTouchUtils.emulateTapOnViewCenter(getInstrumentation(), null, activity.mEditor); in testImeShowsAfterLockScreenOnEditorTap()
402 CtsTouchUtils.emulateTapOnViewCenter(getInstrumentation(), null, activity.mEditor); in testImeShowsAfterLockScreenOnEditorTap()
417 EditText mEditor; field in KeyguardLockedTests.ShowImeAfterLockscreenActivity
422 mEditor = createViews(this, false /* showWhenLocked */); in onCreate()
DWindowInsetsAnimationControllerTests.java461 mActivity.mEditor); in testImeControl_isntInterruptedByStartingInput()