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

  /external/webkit/WebKit/android/nav/
CachedInput.h 46 WebCore::HTMLInputElement::InputType inputType() const { return mInputType; }
56 void setInputType(WebCore::HTMLInputElement::InputType type) { mInputType = type; }
69 WebCore::HTMLInputElement::InputType mInputType;
CachedInput.cpp 61 DUMP_NAV_LOGD("// int mInputType=%d;\n", b->mInputType);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 76 /** Definition for {@code mInputType} (toggle) */
79 /** Definition for {@code mInputType} (commit instantly) */
272 private int mInputType = INPUT_TYPE_TOGGLE;
278 * Character table to input when mInputType becomes INPUT_TYPE_INSTANT.
381 mInputType = INPUT_TYPE_TOGGLE;
387 mInputType = INPUT_TYPE_TOGGLE;
390 mInputType = INPUT_TYPE_TOGGLE;
396 mInputType = INPUT_TYPE_INSTANT;
402 mInputType = INPUT_TYPE_INSTANT;
408 mInputType = INPUT_TYPE_TOGGLE
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 687 inputType = a.getInt(attr, mInputType);
766 mInputType = inputType != EditorInfo.TYPE_NULL
770 mInputType = EditorInfo.TYPE_CLASS_TEXT;
777 mInputType = inputType != EditorInfo.TYPE_NULL
787 mInputType = inputType = EditorInfo.TYPE_CLASS_PHONE;
798 mInputType = inputType;
829 mInputType = inputType;
832 mInputType = EditorInfo.TYPE_CLASS_TEXT;
834 mInputType |= EditorInfo.TYPE_TEXT_FLAG_MULTI_LINE;
852 if (password && (mInputType&EditorInfo.TYPE_MASK_CLASS
    [all...]

Completed in 72 milliseconds