Searched refs:mExtractAction (Results 1 – 2 of 2) sorted by relevance
650 View mExtractAction; field in InputMethodService1875 mExtractAction = null; in initViews()2504 mExtractAction = view.findViewById( in setExtractView()2506 if (mExtractAction != null) { in setExtractView()2514 mExtractAction = null; in setExtractView()4202 if (mExtractAction != null) {4203 if (mExtractAction instanceof ImageButton) {4204 ((ImageButton) mExtractAction)4207 mExtractAction.setContentDescription(ei.actionLabel);4209 mExtractAction.setContentDescription(getTextForImeAction(ei.imeOptions));[all …]
22557 Landroid/inputmethodservice/InputMethodService;->mExtractAction:Landroid/view/View;