Searched refs:IsClickActionType (Results 1 – 1 of 1) sorted by relevance
42 bool IsClickActionType(int type) { in IsClickActionType() function56 return IsClickActionType(type) || IsChoiceType(type) || IsTextFieldType(type); in IsSupportedType()160 if (IsClickActionType(type)) { in GetFormWidgetInfo()218 if (!IsClickActionType(type)) { in ClickOnPoint()