Home
last modified time | relevance | path

Searched refs:enableSnapToEnd (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroll.cpp520 bool enableSnapToEnd = true; in SetScrollSnap() local
522 ParseJsBool(obj->GetProperty("enableSnapToEnd"), enableSnapToEnd); in SetScrollSnap()
523 std::pair<bool, bool> enableSnapToSide = { enableSnapToStart, enableSnapToEnd }; in SetScrollSnap()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_properties.h108 int32_t enableSnapToEnd; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_model_ng.cpp337 snapOptions.enableSnapToEnd = pattern->GetEnableSnapToSide().second; in GetScrollSnap()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.cpp136 (*values)[2] = static_cast<ArkUI_Int32>(options.enableSnapToEnd); in GetScrollScrollSnap()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js16263 this.enableSnapToEnd = undefined;
16269 && (this.enableSnapToEnd === another.enableSnapToEnd));
17296 this.value.enableSnapToStart, this.value.enableSnapToEnd);
17300 this.value.enableSnapToStart, this.value.enableSnapToEnd);
17307 (this.stageValue.enableSnapToEnd === this.value.enableSnapToEnd) &&
17709 if (value.enableSnapToEnd) {
17710 options.enableSnapToEnd = value.enableSnapToEnd;
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp5034 auto enableSnapToEnd = item->value[NUM_2].i32; in SetScrollScrollSnap() local
5049 paginationParams[item->size - NUM_3 + NUM_2] = enableSnapToEnd; in SetScrollScrollSnap()

Completed in 45 milliseconds