Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_theme.h97 theme->focusOpacityLittle_ = pattern->GetAttr<double>("focus_opacity_little", 0.38f); in ParsePattern()
150 return focusOpacityLittle_; in GetFocusOpacityLittle()
287 double focusOpacityLittle_ = 1.0; variable