Home
last modified time | relevance | path

Searched defs:newPosition (Results 1 – 2 of 2) sorted by relevance

/foundation/ace/ace_engine/frameworks/core/components/scroll/
Dscroll_fade_effect.cpp51 double newPosition = -currentPositionCallback_(); in CalculateOverScroll() local
/foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/native_rdb/src/
Dsqlite_shared_result_set.cpp88 bool SqliteSharedResultSet::OnGo(int oldPosition, int newPosition) in OnGo()