Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_scroll.h492 lastDelta_[deltaIndex_ % MAX_DELTA_SIZE] = distance; in RefreshDelta()
493 deltaIndex_++; in RefreshDelta()
532 uint8_t deltaIndex_ : 2; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_scroll.cpp127 deltaIndex_(0), in UIAbstractScroll()