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; }
52 void setInputType(WebCore::HTMLInputElement::InputType type) { mInputType = type; }
64 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 664 inputType = a.getInt(attr, mInputType);
733 mInputType = inputType != EditorInfo.TYPE_NULL
737 mInputType = EditorInfo.TYPE_CLASS_TEXT;
744 mInputType = inputType != EditorInfo.TYPE_NULL
754 mInputType = inputType = EditorInfo.TYPE_CLASS_PHONE;
765 mInputType = inputType;
796 mInputType = inputType;
799 mInputType = EditorInfo.TYPE_CLASS_TEXT;
816 if (password && (mInputType&EditorInfo.TYPE_MASK_CLASS)
818 mInputType = (mInputType & ~(EditorInfo.TYPE_MASK_VARIATION)
    [all...]

Completed in 1170 milliseconds