Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_environment.cpp115 auto isRTL = AceApplicationInfo::GetInstance().IsRightToLeft(); in GetLayoutDirection() local
/foundation/arkui/ace_engine/frameworks/core/components/marquee/
Drender_marquee.cpp231 bool isRTL = textDir == TextDirection::INHERIT ? systemRTL : (textDir == TextDirection::RTL); in Update() local