Home
last modified time | relevance | path

Searched refs:highContrastTextState_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_settings_config.cpp141 highContrastTextState_ = state; in SetHighContrastTextState()
271 return highContrastTextState_; in GetHighContrastTextState()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_settings_config.cpp321 highContrastTextState_ = state; in SetHighContrastTextState()
583 return highContrastTextState_; in GetHighContrastTextState()
757 if (highContrastTextState_) { in GetConfigState()
883 highContrastTextState_ = datashare_->GetBoolValue(HIGH_CONTRAST_TEXT_KEY, false); in InitSetting()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_settings_config.h130 bool highContrastTextState_ = false; variable