Home
last modified time | relevance | path

Searched refs:MID_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/swiperefresher/source/
H A Dswiperefresher.ets24 const MID_SIZE = 40
65 … (Math.min(this.updateFontScale(), MAX_FONT_SIZE) === this.minFontSize ? MID_SIZE : MIN_SIZE))
67 … (Math.min(this.updateFontScale(), MAX_FONT_SIZE) === this.minFontSize ? MID_SIZE : MIN_SIZE))
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/swiperefresher/interfaces/
H A Dswiperefresher.js27 const MID_SIZE = 40; constant
130 … (Math.min(this.updateFontScale(), MAX_FONT_SIZE) === this.minFontSize ? MID_SIZE : MIN_SIZE));
132 … (Math.min(this.updateFontScale(), MAX_FONT_SIZE) === this.minFontSize ? MID_SIZE : MIN_SIZE));