Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.h120 bool screenHorizontal_ = false; variable
H A Drender_select_popup.cpp566 …bool switched = (!screenHorizontal_ && !screenVertical_) ? false : (check ? screenVertical_ : scre… in ScreenDirectionSwitched()
567 screenHorizontal_ = check; in ScreenDirectionSwitched()