Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_theme.h90 theme->clickScale_ = pattern->GetAttr<double>("click_scale", 0.95f); in ParsePattern()
122 return clickScale_; in GetClickScale()
280 double clickScale_ = 1.0; variable