Searched refs:mExtractView (Results 1 – 1 of 1) sorted by relevance
123 private View mExtractView; field in MockIme540 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()