Home
last modified time | relevance | path

Searched refs:highContrastText (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_accessibility.cpp75 accessbility.onHighContrastChange_(value.highContrastText); in OnConfigChanged()
/foundation/barrierfree/accessibility/interfaces/innerkits/acfwk/include/
H A Daccessibility_config.h51 bool highContrastText; member
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_account_data.h42 bool highContrastText = false; member
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_settings.cpp507 if (atoHosValue.highContrastText) { in UpdateSettingsInAtoHosStatePart()
508 accountData->GetConfig()->SetHighContrastTextState(atoHosValue.highContrastText); in UpdateSettingsInAtoHosStatePart()
545 audioMono(%{public}d), audioBalance(%{public}f), highContrastText(%{public}d), \ in UpdateSettingsInAtoHos()
551 atoHosValue.highContrastText, atoHosValue.isScreenReaderEnabled, atoHosValue.ignoreRepeatClickState, in UpdateSettingsInAtoHos()
H A Daccessibility_settings_config.cpp988 auto highContrastText = std::find_if(services.begin(), services.end(), [&](const std::string& service) { in GetShortKeyService() local
991 serviceFlag = highContrastText != services.end() ? (serviceFlag | STATE_HIGHCONTRAST_ENABLED) : serviceFlag; in GetShortKeyService()
H A Daccessibility_account_data.cpp575 value.highContrastText = config_->GetDbHandle()->GetBoolValue(HIGH_TEXT_CONTRAST_ENABLED, false); in GetConfigValueAtoHos()
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_config_observer.cpp51 NotifyStateChanged2JS(value.highContrastText); in OnConfigChangedExtra()
/foundation/barrierfree/accessibility/frameworks/acfwk/src/
H A Daccessibility_config_impl.cpp812 configValue.highContrastText = state; in NotifyHighContrastTextChanged()
1718 configValue.highContrastText = highContrastText_; in NotifyImmediately()
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/
H A Dasac_account_data_benchmark.cpp575 value.highContrastText = config_->GetDbHandle()->GetBoolValue(HIGH_TEXT_CONTRAST_ENABLED, false); in GetConfigValueAtoHos()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp326 RS_LOGI("RSAccessibility HIGH_CONTRAST: %{public}d", static_cast<int>(value.highContrastText));
327 RSBaseRenderEngine::SetHighContrast(value.highContrastText);

Completed in 21 milliseconds