Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.h398 double GetSelectedDistance(int32_t index, int32_t nextIndex, ScrollDirection dir);
H A Dtextpicker_column_pattern.cpp1289 distance = GetSelectedDistance(index, nextIndex, dir); in GetShiftDistance()
1310 double TextPickerColumnPattern::GetSelectedDistance(int32_t index, int32_t nextIndex, ScrollDirecti… in GetSelectedDistance() function in OHOS::Ace::NG::TextPickerColumnPattern
1394 distance = GetSelectedDistance(index, nextIndex, dir); in GetShiftDistanceForLandscape()