Searched defs:inputType (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DInputTypeActivity.java142 private View buildEntryView(int inputType, int label) { argument
148 editText.setInputType(inputType);
/frameworks/rs/
H A DrsProgramFragment.cpp112 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1); local
116 tmp[1] = (uintptr_t)inputType.get();
118 Allocation *constAlloc = Allocation::createAllocation(rsc, inputType.get(),
H A DrsProgramVertex.cpp185 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1); local
200 tmp[1] = (uintptr_t)inputType.get();
206 Allocation *alloc = Allocation::createAllocation(rsc, inputType.get(),
H A DrsFont.cpp514 ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1); local
518 tmp[1] = (uintptr_t)inputType.get();
522 mFontShaderFConstant.set(Allocation::createAllocation(mRSC, inputType.get(),
/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java37 * Masks for {@link inputType}
93 public int inputType = TYPE_NULL; field in class:EditorInfo
491 switch (inputType&(TYPE_MASK_CLASS|TYPE_MASK_VARIATION)) {
493 inputType = TYPE_CLASS_TEXT|TYPE_TEXT_VARIATION_EMAIL_ADDRESS
494 | (inputType&TYPE_MASK_FLAGS);
497 inputType = TYPE_CLASS_TEXT|TYPE_TEXT_VARIATION_PASSWORD
498 | (inputType&TYPE_MASK_FLAGS);
502 inputType = TYPE_CLASS_NUMBER
503 | (inputType&TYPE_MASK_FLAGS);
513 pw.println(prefix + "inputType
[all...]
/frameworks/base/core/java/android/widget/
H A DTextInputTimePickerView.java58 void onValueChanged(int inputType, int newValue); argument
H A DSearchView.java342 final int inputType = a.getInt(R.styleable.SearchView_inputType, -1);
343 if (inputType != -1) {
344 setInputType(inputType);
446 * @param inputType the input type to set on the query text field
450 public void setInputType(int inputType) { argument
451 mSearchSrcTextView.setInputType(inputType);
1181 int inputType = mSearchable.getInputType();
1184 if ((inputType & InputType.TYPE_MASK_CLASS) == InputType.TYPE_CLASS_TEXT) {
1187 inputType &= ~InputType.TYPE_TEXT_FLAG_AUTO_COMPLETE;
1189 inputType |
[all...]
H A DTextView.java993 int inputType = EditorInfo.TYPE_NULL;
1263 inputType = a.getInt(attr, EditorInfo.TYPE_NULL);
1400 inputType & (EditorInfo.TYPE_MASK_CLASS | EditorInfo.TYPE_MASK_VARIATION);
1429 mEditor.mInputType = inputType != EditorInfo.TYPE_NULL
1430 ? inputType
1441 mEditor.mInputType = inputType != EditorInfo.TYPE_NULL
1442 ? inputType : EditorInfo.TYPE_CLASS_TEXT;
1443 } else if (inputType != EditorInfo.TYPE_NULL) {
1444 setInputType(inputType, true);
1446 singleLine = !isMultilineInputType(inputType);
5677 isPasswordInputType(int inputType) argument
5688 isVisiblePasswordInputType(int inputType) argument
[all...]
/frameworks/support/compat/java/android/support/v4/widget/
H A DSearchViewCompat.java108 * @param inputType the input type to set on the query text field
113 public static void setInputType(View searchView, int inputType) { argument
115 ((SearchView) searchView).setInputType(inputType);
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp297 AudioPolicyInterface::input_type_t inputType; local
322 &inputType, portId);
327 switch (inputType) {
347 (int)inputType);
/frameworks/base/core/java/android/view/
H A DViewStructure.java340 * @param inputType inputType bits as defined by {@link android.text.InputType}.
342 public abstract void setInputType(int inputType); argument
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DViewStructureImpl.java255 public void setInputType(int inputType) { argument
/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java924 private void parseServiceMetadata(int inputType) { argument
956 if (mTunerCount == null && inputType == TYPE_TUNER) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedAction.java405 * @param inputType InputType for the action title not in editing.
407 public B inputType(int inputType) { argument
408 mInputType = inputType;
415 * @param inputType InputType for the action description not in editing.
417 public B descriptionInputType(int inputType) { argument
418 mDescriptionInputType = inputType;
426 * @param inputType InputType for the action title in editing.
428 public B editInputType(int inputType) { argument
429 mEditInputType = inputType;
438 descriptionEditInputType(int inputType) argument
941 isPasswordVariant(int inputType) argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java352 final int inputType = a.getInt(R.styleable.SearchView_android_inputType, -1);
353 if (inputType != -1) {
354 setInputType(inputType);
457 * @param inputType the input type to set on the query text field
461 public void setInputType(int inputType) { argument
462 mSearchSrcTextView.setInputType(inputType);
1110 int inputType = mSearchable.getInputType();
1113 if ((inputType & InputType.TYPE_MASK_CLASS) == InputType.TYPE_CLASS_TEXT) {
1116 inputType &= ~InputType.TYPE_TEXT_FLAG_AUTO_COMPLETE;
1118 inputType |
[all...]
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java978 public void setInputType(AccessibilityNodeInfo info, int inputType) { argument
1394 public void setInputType(AccessibilityNodeInfo info, int inputType) { argument
1395 info.setInputType(inputType);
3415 * @param inputType The input type.
3419 public void setInputType(int inputType) { argument
3420 IMPL.setInputType(mInfo, inputType);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1478 input_type_t *inputType,
1486 *inputType = API_INPUT_INVALID;
1521 *inputType = API_INPUT_MIX_EXT_POLICY_REROUTE;
1536 *inputType = API_INPUT_LEGACY;
1540 *inputType = API_INPUT_MIX_EXT_POLICY_REROUTE;
1544 *inputType = API_INPUT_MIX_CAPTURE;
1546 *inputType = API_INPUT_TELEPHONY_RX;
1548 *inputType = API_INPUT_LEGACY;
1561 ALOGV("getInputForAttr() returns input type = %d", *inputType);
1471 getInputForAttr(const audio_attributes_t *attr, audio_io_handle_t *input, audio_session_t session, uid_t uid, const audio_config_base_t *config, audio_input_flags_t flags, audio_port_handle_t selectedDeviceId, input_type_t *inputType, audio_port_handle_t *portId) argument
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1758 public void setInputType(int inputType) { argument
1759 mNode.mInputType = inputType;
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java2766 * @param inputType The input type.
2770 public void setInputType(int inputType) { argument
2772 mInputType = inputType;

Completed in 2563 milliseconds