Lines Matching defs:ScreenFoldData
24 struct ScreenFoldData { struct
25 ScreenFoldData() {} in ScreenFoldData() argument
26 ~ScreenFoldData() {} in ~ScreenFoldData() argument
32 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;
41 float postureAngle_ = 0.0f;
44 int32_t screenDisplayMode_ = 0;
45 std::string focusedPackageName_;
48 int32_t typeCThermal_ = 0;
49 int32_t screenThermal_ = 0;
50 int32_t angleOfABAxis_ = 0;
51 int32_t isTentMode_ = 0;