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.java50 private EditText mEditor; field in MainActivity
115 mEditor = new EditText(this); in onCreate()
117 mEditor = new EditText(this) { in onCreate()
133 mEditor.setHint("editText"); in onCreate()
137 mEditor.setPrivateImeOptions(privateImeOptions); in onCreate()
140 mEditor.setIsHandwritingDelegate(true); in onCreate()
141 mEditor.setAllowedHandwritingDelegatorPackage("android.view.inputmethod.cts"); in onCreate()
145 mEditor.setHandwritingDelegateFlags( in onCreate()
153 mEditor.requestFocus(); in onCreate()
154 layout.addView(mEditor); in onCreate()
[all …]
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowInsetsAnimationTestBase.java326 public EditText mEditor; field in WindowInsetsAnimationTestBase.TestActivity
361 mEditor = new EditText(this); in onCreate()
362 mEditor.setPrivateImeOptions(mEditTextMarker); in onCreate()
364 mView.addView(mEditor); in onCreate()
374 mEditor.requestFocus(); in onCreate()
/cts/tests/framework/base/windowmanager/src/android/server/wm/keyguard/
DKeyguardLockedTests.java412 mCtsTouchUtils.emulateTapOnViewCenter(getInstrumentation(), null, activity.mEditor); in testImeShowsAfterLockScreenOnEditorTap()
425 mCtsTouchUtils.emulateTapOnViewCenter(getInstrumentation(), null, activity.mEditor); in testImeShowsAfterLockScreenOnEditorTap()
440 EditText mEditor; field in KeyguardLockedTests.ShowImeAfterLockscreenActivity
445 mEditor = createViews(this, false /* showWhenLocked */); in onCreate()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationControllerTests.java545 .restartInput(mActivity.mEditor); in testImeControl_isntInterruptedByStartingInput()