Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java123 private View mExtractView; field in MockIme
540 if (mExtractView == null) { in onHandleCommand()
543 return mExtractView.findViewById(android.R.id.inputExtractAction) in onHandleCommand()
545 && mExtractView.findViewById( in onHandleCommand()
547 && mExtractView.findViewById( in onHandleCommand()
887 mExtractView = createCustomExtractTextView(CUSTOM_EXTRACT_EDIT_TEXT_LABEL); in onCreateExtractTextView()
889 mExtractView = super.onCreateExtractTextView(); in onCreateExtractTextView()
891 return mExtractView; in onCreateExtractTextView()