Searched refs:textInputType (Results 1 – 4 of 4) sorted by relevance
220 public void updateKeyboardVisibility(long nativeImeAdapter, int textInputType, in updateKeyboardVisibility() argument230 if (mNativeImeAdapterAndroid != nativeImeAdapter || mTextInputType != textInputType) { in updateKeyboardVisibility()233 if (textInputType == sTextInputTypeNone) { in updateKeyboardVisibility()239 attach(nativeImeAdapter, textInputType); in updateKeyboardVisibility()250 public void attach(long nativeImeAdapter, int textInputType) { in attach() argument255 mTextInputType = textInputType; in attach()
2415 private void updateImeAdapter(long nativeImeAdapterAndroid, int textInputType,2420 mSelectionEditable = (textInputType != ImeAdapter.getTextInputTypeNone());2423 nativeImeAdapterAndroid, textInputType, showImeIfNeeded);
517 WebTextInputType textInputType();
2122 info.type = textInputType(); in textInputInfo()2155 WebTextInputType WebViewImpl::textInputType() in textInputType() function in blink::WebViewImpl