HomeSort by relevance Sort by last modified time
    Searched refs:textInputType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
ImeAdapter.java 247 * @param textInputType Text input type for the currently focused field in renderer.
250 public void updateKeyboardVisibility(long nativeImeAdapter, int textInputType,
260 if (mNativeImeAdapterAndroid != nativeImeAdapter || mTextInputType != textInputType) {
263 if (textInputType == sTextInputTypeNone) {
269 attach(nativeImeAdapter, textInputType, textInputFlags);
280 public void attach(long nativeImeAdapter, int textInputType, int textInputFlags) {
285 mTextInputType = textInputType;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewCore.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 543 WebTextInputType textInputType();
WebViewImpl.cpp     [all...]

Completed in 90 milliseconds