Home
last modified time | relevance | path

Searched refs:isHardCursorSupport_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp1135 isHardCursorSupport_ = false; in SetDisplayPropertyForHardCursor()
1137 isHardCursorSupport_ = hdiScreen_->GetDisplayPropertyForHardCursor(id_); in SetDisplayPropertyForHardCursor()
1140 __func__, id_, isHardCursorSupport_); in SetDisplayPropertyForHardCursor()
1145 return isHardCursorSupport_; in GetDisplayPropertyForHardCursor()
H A Drs_screen.h282 bool isHardCursorSupport_ = false; variable