Searched refs:mEditor (Results 1 – 4 of 4) sorted by relevance
50 private EditText mEditor; field in MainActivity115 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 …]
326 public EditText mEditor; field in WindowInsetsAnimationTestBase.TestActivity361 mEditor = new EditText(this); in onCreate()362 mEditor.setPrivateImeOptions(mEditTextMarker); in onCreate()364 mView.addView(mEditor); in onCreate()374 mEditor.requestFocus(); in onCreate()
412 mCtsTouchUtils.emulateTapOnViewCenter(getInstrumentation(), null, activity.mEditor); in testImeShowsAfterLockScreenOnEditorTap()425 mCtsTouchUtils.emulateTapOnViewCenter(getInstrumentation(), null, activity.mEditor); in testImeShowsAfterLockScreenOnEditorTap()440 EditText mEditor; field in KeyguardLockedTests.ShowImeAfterLockscreenActivity445 mEditor = createViews(this, false /* showWhenLocked */); in onCreate()
545 .restartInput(mActivity.mEditor); in testImeControl_isntInterruptedByStartingInput()