Searched refs:mInputEditorInfo (Results 1 – 1 of 1) sorted by relevance
199 private EditorInfo mInputEditorInfo; field in CarUiImeWideScreenController344 if (mAllowAppToHideContentArea || (mInputEditorInfo != null && isPackageAuthorized( in onAppPrivateCommand()436 if (mInputEditorInfo == null) { in loadSearchItems()441 getPackageName(mInputEditorInfo))); in loadSearchItems()527 mInputEditorInfo = editorInfo; in onStartInputView()573 boolean hasAction = (mInputEditorInfo.imeOptions & EditorInfo.IME_MASK_ACTION) in onStartInputView()575 boolean hasInputType = mInputEditorInfo.inputType != InputType.TYPE_NULL; in onStartInputView()577 (mInputEditorInfo.imeOptions & EditorInfo.IME_FLAG_NO_ACCESSORY_ACTION) == 0; in onStartInputView()580 mInputEditorInfo.actionLabel != null || (hasAction && hasNoAccessoryAction in onStartInputView()606 && !(mInputEditorInfo != null in sendSurfaceInfo()[all …]