Searched refs:NORMAL_FONT_SIZE (Results 1 – 3 of 3) sorted by relevance
61 const NORMAL_FONT_SIZE: number = 16;88 @State fontSize: number = NORMAL_FONT_SIZE;176 this.fontSize = NORMAL_FONT_SIZE;
39 const NORMAL_FONT_SIZE = 16; constant69 this.__fontSize = new ObservedPropertySimplePU(NORMAL_FONT_SIZE, this, 'fontSize');444 this.fontSize = NORMAL_FONT_SIZE;
99 const Dimension NORMAL_FONT_SIZE = 10.0_fp; variable216 properties.normalTextStyle_.fontSize = NORMAL_FONT_SIZE; in GenDatePickerSettingData()