Home
last modified time | relevance | path

Searched defs:inputType (Results 1 – 25 of 25) sorted by relevance

/frameworks/ml/nn/common/
DUtils.cpp395 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local
424 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local
453 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local
475 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local
500 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local
549 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local
596 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local
643 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local
681 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local
725 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local
[all …]
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DGuidedAction.java410 public B inputType(int inputType) { in inputType() method in GuidedAction.BuilderBase
420 public B descriptionInputType(int inputType) { in descriptionInputType()
431 public B editInputType(int inputType) { in editInputType()
441 public B descriptionEditInputType(int inputType) { in descriptionEditInputType()
961 static boolean isPasswordVariant(int inputType) { in isPasswordVariant()
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
DInputTypeActivity.java142 private View buildEntryView(int inputType, int label) { in buildEntryView()
/frameworks/support/jetifier/jetifier/core/src/test/kotlin/com/android/tools/build/jetifier/core/rule/
DRewriteRuleTest.kt87 val inputType: String constant in android.support.tools.jetifier.processor.transform.RewriteRuleTest.RuleTester.RuleTesterFinalTypeStep
/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java93 public int inputType = TYPE_NULL; field in EditorInfo
/frameworks/rs/
DrsProgramFragment.cpp112 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1); in init() local
DrsProgramVertex.cpp185 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1); in init() local
DrsFont.cpp514 ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1); in initRenderState() local
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DTextViewBindingAdapterTest.java200 int inputType = keyListener.getInputType(); in getCapitalization() local
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DTextViewBindingAdapter.java89 int inputType = listener != null ? listener.getInputType() : 0; in setAutoText() local
104 int inputType = listener.getInputType(); in setCapitalize() local
/frameworks/base/core/java/android/widget/
DTextInputTimePickerView.java59 void onValueChanged(int inputType, int newValue); in onValueChanged()
DSearchView.java342 final int inputType = a.getInt(R.styleable.SearchView_inputType, -1); in SearchView() local
450 public void setInputType(int inputType) { in setInputType()
1181 int inputType = mSearchable.getInputType(); in updateSearchAutoComplete() local
DAutoCompleteTextView.java291 int inputType = getInputType(); in AutoCompleteTextView() local
DTextView.java6050 static boolean isPasswordInputType(int inputType) { in isPasswordInputType()
6061 private static boolean isVisiblePasswordInputType(int inputType) { in isVisiblePasswordInputType()
DEditor.java913 int inputType = mTextView.getInputType(); in needsToSelectAllToSelectWordOrParagraph() local
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DSearchView.java353 final int inputType = a.getInt(R.styleable.SearchView_android_inputType, -1); in SearchView() local
462 public void setInputType(int inputType) { in setInputType()
1111 int inputType = mSearchable.getInputType(); in updateSearchAutoComplete() local
/frameworks/base/core/java/android/app/
DSearchDialog.java396 int inputType = mSearchable.getInputType(); in updateUI() local
/frameworks/base/core/java/android/view/
DViewStructure.java362 public abstract void setInputType(int inputType); in setInputType()
/frameworks/base/media/java/android/media/tv/
DTvInputInfo.java924 private void parseServiceMetadata(int inputType) { in parseServiceMetadata()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp359 AudioPolicyInterface::input_type_t inputType; in getInputForAttr() local
/frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
DAccessibilityNodeInfoCompat.java2858 public void setInputType(int inputType) { in setInputType()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java2767 int inputType = ei.inputType; in startExtractingText() local
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java1882 public void setInputType(int inputType) { in setInputType()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java2898 public void setInputType(int inputType) { in setInputType()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1479 input_type_t *inputType, in getInputForAttr()