Searched refs:isFadingBottom (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_paint_method.h | 38 …void SetFadingInfo(bool isFadingTop, bool isFadingBottom, bool hasFadingEdge, float percentFading … 42 isFadingBottom_ = isFadingBottom;
|
H A D | scrollable_pattern.h | 950 …bool isFadingTop, bool isFadingBottom, float fadeFrameSize, const RefPtr<ScrollablePaintMethod>& p…
|
H A D | scrollable_pattern.cpp | 137 auto isFadingBottom = IsFadingBottom(); in UpdateFadingEdge() local 148 UpdateFadeInfo(isFadingTop, isFadingBottom, fadeFrameSize, paint); in UpdateFadingEdge() 152 …bool isFadingTop, bool isFadingBottom, float fadeFrameSize, const RefPtr<ScrollablePaintMethod>& p… in UpdateFadeInfo() argument 166 …paint->SetFadingInfo(isFadingTop, isFadingBottom, true, (percentFading > 0.5f ? 0.5f : percentFadi… in UpdateFadeInfo()
|