Searched refs:IsTextFieldType (Results 1 – 1 of 1) sorted by relevance
51 bool IsTextFieldType(int type) { in IsTextFieldType() function56 return IsClickActionType(type) || IsChoiceType(type) || IsTextFieldType(type); in IsSupportedType()