mirror of
https://gitee.com/openharmony/accessibility
synced 2025-02-17 11:08:32 +00:00
freshRate to ReFreashRate
Signed-off-by: yichengzhao <yichengzhao1@huawei.com> Change-Id: I4b0d6109ae72612b9bd014c2b0397cb94be15137
This commit is contained in:
parent
9541adac3f
commit
1d464d4701
@ -53,9 +53,9 @@ int32_t Display::GetHeight() const
|
||||
return pImpl_->GetDisplayInfo()->GetHeight();
|
||||
}
|
||||
|
||||
uint32_t Display::GetFreshRate() const
|
||||
uint32_t Display::GetRefreshRate() const
|
||||
{
|
||||
return pImpl_->GetDisplayInfo()->GetFreshRate();
|
||||
return pImpl_->GetDisplayInfo()->GetRefreshRate();
|
||||
}
|
||||
|
||||
ScreenId Display::GetScreenId() const
|
||||
|
@ -53,9 +53,9 @@ int32_t Display::GetHeight() const
|
||||
return pImpl_->GetDisplayInfo()->GetHeight();
|
||||
}
|
||||
|
||||
uint32_t Display::GetFreshRate() const
|
||||
uint32_t Display::GetRefreshRate() const
|
||||
{
|
||||
return pImpl_->GetDisplayInfo()->GetFreshRate();
|
||||
return pImpl_->GetDisplayInfo()->GetRefreshRate();
|
||||
}
|
||||
|
||||
ScreenId Display::GetScreenId() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user