Searched defs:ScreenFoldData (Results 1 – 1 of 1) sorted by relevance
24 struct ScreenFoldData { struct25 ScreenFoldData() {} in ScreenFoldData() function26 ~ScreenFoldData() {} in ~ScreenFoldData() argument32 constexpr static int32_t DMS_PARAM_NUMBER = 5;33 constexpr static int32_t INVALID_VALUE = -1;34 constexpr static int32_t HALF_FOLD_REPORT_TRIGGER_DURATION = 15;37 int32_t currentScreenFoldStatus_ = INVALID_VALUE;38 int32_t nextScreenFoldStatus_ = 0;39 int32_t currentScreenFoldStatusDuration_ = 0;40 int32_t screenRotation_ = 0;[all …]