Home
last modified time | relevance | path

Searched refs:isScreenRotation (Results 1 - 3 of 3) sorted by relevance

/base/msdp/device_status/services/interaction/drag/src/
H A Ddisplay_change_event_listener.cpp49 bool isScreenRotation = false; in OnChange() local
51 GetRotatePolicy(isScreenRotation, foldRotatePolicys); in OnChange()
83 bool isScreenRotation = false; in OnChange() local
85 GetRotatePolicy(isScreenRotation, foldRotatePolicys); in OnChange()
86 if (isScreenRotation) { in OnChange()
/base/msdp/device_status/utils/common/src/
H A Dutil.cpp324 void GetRotatePolicy(bool &isScreenRotation, std::vector<std::string> &foldRotatePolicys) in GetRotatePolicy() argument
328 isScreenRotation = false; in GetRotatePolicy()
332 isScreenRotation = true; in GetRotatePolicy()
336 isScreenRotation = false; in GetRotatePolicy()
/base/msdp/device_status/utils/common/include/
H A Dutil.h156 void GetRotatePolicy(bool &isScreenRotation, std::vector<std::string> &foldRotatePolicys);

Completed in 2 milliseconds