Searched refs:inputType (Results 1 – 9 of 9) sorted by relevance
43 void SetInputType(InputType inputType);
28 @State inputType: InputType = InputType.Normal;59 this.inputType = eventData.data.type;
21 @State inputType: InputType = InputType.Normal;52 this.inputType = eventData.data?.type;
226 InputType inputType = INPUTTYPE_INVALIDINPUT; in SetInputPercent() local232 inputType = it->second; in SetInputPercent()255 inputPercent_[inputType] = (int)(percent * ONE_HUNDRED_PERCENT); in SetInputPercent()
237 InputType inputType = INPUTTYPE_INVALIDINPUT; in SetInputPercent() local243 inputType = it->second; in SetInputPercent()266 inputPercent_[inputType] = (int)(percent * ONE_HUNDRED_PERCENT); in SetInputPercent()
77 @State inputType: InputType = InputType.Normal149 .type(this.inputType)
128 …textInputTest05] JSON.parse(strJson) is: " + JSON.stringify(JSON.parse(strJson).$attrs.inputType));129 expect(JSON.parse(strJson).$attrs.inputType).assertEqual(undefined);154 expect(JSON.parse(strJson).$attrs.inputType).assertEqual(undefined);
129 …textInputTest05] JSON.parse(strJson) is: " + JSON.stringify(JSON.parse(strJson).$attrs.inputType));130 expect(JSON.parse(strJson).$attrs.inputType).assertEqual(undefined);155 expect(JSON.parse(strJson).$attrs.inputType).assertEqual(undefined);
990 expect(ElementAttributeValue.indexOf("inputType") != -1).assertTrue();