Searched refs:mEditor (Results 1 – 4 of 4) sorted by relevance
55 private EditText mEditor; field in MainActivity107 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()
309 EditText mEditor; field in WindowInsetsAnimationTestBase.TestActivity333 mEditor = new EditText(this); in onCreate()334 mEditor.setPrivateImeOptions(mEditTextMarker); in onCreate()336 mView.addView(mEditor); in onCreate()345 mEditor.requestFocus(); in onCreate()
390 CtsTouchUtils.emulateTapOnViewCenter(getInstrumentation(), null, activity.mEditor); in testImeShowsAfterLockScreenOnEditorTap()402 CtsTouchUtils.emulateTapOnViewCenter(getInstrumentation(), null, activity.mEditor); in testImeShowsAfterLockScreenOnEditorTap()417 EditText mEditor; field in KeyguardLockedTests.ShowImeAfterLockscreenActivity422 mEditor = createViews(this, false /* showWhenLocked */); in onCreate()
461 mActivity.mEditor); in testImeControl_isntInterruptedByStartingInput()