Home
last modified time | relevance | path

Searched refs:MAX_PERCENTAGE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/progressbutton/source/
H A Dprogressbutton.ets20 const MAX_PERCENTAGE: string = '100%';
71 this.textProgress = MAX_PERCENTAGE
83 this.textProgress = MAX_PERCENTAGE
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/progressbutton/interfaces/
H A Dprogressbutton.js21 const MAX_PERCENTAGE = '100%'; constant
204 this.textProgress = MAX_PERCENTAGE;
217 this.textProgress = MAX_PERCENTAGE;
/ohos5.0/foundation/arkui/advanced_ui_component/source/ProgressButton/
H A DProgressButton.ets18 const MAX_PERCENTAGE: string = '100%'
46 this.textProgress = MAX_PERCENTAGE
/ohos5.0/foundation/arkui/advanced_ui_component/interface/progressbutton/
H A Dprogressbutton.js18 const MAX_PERCENTAGE = '100%'; constant
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas_autocache.cpp46 static constexpr int32_t MAX_PERCENTAGE = 8; variable
94 (percent_ > MAX_PERCENTAGE && totalOpNums_ > MIN_OPS_NUM)) { in OpCanCache()