Searched refs:mExtractActionAutomotive (Results 1 – 1 of 1) sorted by relevance
171 private View mExtractActionAutomotive; field in CarUiImeWideScreenController266 mExtractActionAutomotive = in createWideScreenImeView()418 if (mExtractActionAutomotive != null) { in onAppPrivateCommand()419 mExtractActionAutomotive.setVisibility(View.VISIBLE); in onAppPrivateCommand()429 if (mExtractActionAutomotive != null) { in onAppPrivateCommand()430 mExtractActionAutomotive.setVisibility(View.GONE); in onAppPrivateCommand()728 if (mExtractActionAutomotive == null) { in intiExtractAction()732 ((TextView) mExtractActionAutomotive).setText(mInputEditorInfo.actionLabel); in intiExtractAction()734 ((TextView) mExtractActionAutomotive).setText(textForImeAction); in intiExtractAction()738 mExtractActionAutomotive.setOnClickListener(v -> { in intiExtractAction()[all …]