Home
last modified time | relevance | path

Searched refs:tweak (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/selinux_adapter/sepolicy/base/public/
H A Dglb_te_def.spt72 # /data/local/tmp/debugserver. Without this macro, it seems very hard to tweak
/ohos5.0/build/config/compiler/
H A DBUILD.gn683 # tweak code generation for a particular CPU do not belong here!
762 # This provides options to tweak code generation that are necessary
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp5592 float tweak = (velocity > 0.0f) ? 1.0f : -1.0f; in HandleScrollVelocity() local
5593 parent->HandleScroll(tweak, SCROLL_FROM_UPDATE, NestedState::CHILD_SCROLL); in HandleScrollVelocity()