Lines Matching refs:int32_t
64 …void ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) override;
66 void SetResolutionParams(int32_t changedOriginWidth, int32_t changedOriginHeight,
67 int32_t changedWidth, int32_t changedHeight, int32_t screenDensity);
79 …void FoldStatusChanged(const std::string commandFoldStatus, int32_t width, int32_t height) overrid…
105 void SetDeviceWidth(OHOS::Ace::Platform::AceRunArgs& args, const int32_t) const;
106 void SetDeviceHeight(OHOS::Ace::Platform::AceRunArgs& args, const int32_t) const;
124 void AssignValueForWidthAndHeight(const int32_t origWidth, const int32_t origHeight,
125 const int32_t compWidth, const int32_t compHeight);
127 const int32_t, double screenDendity = 0) const;
130 void SetDeviceScreenDensity(const int32_t screenDensity, const std::string type);
136 int32_t width = 0;
137 int32_t height = 0;
138 int32_t orignalWidth = 0;
139 int32_t orignalHeight = 0;