Searched refs:mInputType (Results 1 – 5 of 5) sorted by relevance
107 private int mInputType; field in ViewNode178 mInputType = parcel.readInt(); in ViewNode()427 return mInputType; in getInputType()530 if (mInputType != 0) { in writeSelfToParcel()610 parcel.writeInt(mInputType); in writeSelfToParcel()958 mNode.mInputType = inputType; in setInputType()
1021 private int mInputType = InputType.TYPE_NULL; field in AccessibilityNodeInfo3735 return mInputType; in getInputType()3753 mInputType = inputType; in setInputType()4333 if (mInputType != DEFAULT.mInputType) nonDefaultFields |= bitAt(fieldIndex); in writeToParcelNoRecycle()4478 if (isBitSet(nonDefaultFields, fieldIndex++)) parcel.writeInt(mInputType); in writeToParcelNoRecycle()4602 mInputType = other.mInputType; in init()4734 if (isBitSet(nonDefaultFields, fieldIndex++)) mInputType = parcel.readInt(); in initFromParcel()
749 int mInputType; field in AssistStructure.ViewNode910 mInputType = in.readInt(); in initializeFromParcelWithoutChildren()973 if (mInputType != 0) { in writeSelfToParcel()1148 out.writeInt(mInputType); in writeSelfToParcel()1319 return mInputType; in getInputType()2344 mNode.mInputType = inputType; in setInputType()
332 int mInputType = EditorInfo.TYPE_NULL; field in Editor1114 if ((mInputType & EditorInfo.TYPE_MASK_CLASS) == EditorInfo.TYPE_CLASS_TEXT) { in adjustInputType()1116 mInputType = (mInputType & ~(EditorInfo.TYPE_MASK_VARIATION)) in adjustInputType()1120 mInputType = (mInputType & ~(EditorInfo.TYPE_MASK_VARIATION)) in adjustInputType()1123 } else if ((mInputType & EditorInfo.TYPE_MASK_CLASS) == EditorInfo.TYPE_CLASS_NUMBER) { in adjustInputType()1125 mInputType = (mInputType & ~(EditorInfo.TYPE_MASK_VARIATION)) in adjustInputType()
3959 Landroid/app/assist/AssistStructure$ViewNode;->mInputType:I58040 Landroid/view/accessibility/AccessibilityNodeInfo;->mInputType:I66660 Landroid/widget/Editor;->mInputType:I