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 D | rs_accessibility.cpp | 75 accessbility.onHighContrastChange_(value.highContrastText); in OnConfigChanged()
|
/foundation/barrierfree/accessibility/interfaces/innerkits/acfwk/include/ |
H A D | accessibility_config.h | 51 bool highContrastText; member
|
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_account_data.h | 42 bool highContrastText = false; member
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_settings.cpp | 507 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 D | accessibility_settings_config.cpp | 988 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 D | accessibility_account_data.cpp | 575 value.highContrastText = config_->GetDbHandle()->GetBoolValue(HIGH_TEXT_CONTRAST_ENABLED, false); in GetConfigValueAtoHos()
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_config_observer.cpp | 51 NotifyStateChanged2JS(value.highContrastText); in OnConfigChangedExtra()
|
/foundation/barrierfree/accessibility/frameworks/acfwk/src/ |
H A D | accessibility_config_impl.cpp | 812 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 D | asac_account_data_benchmark.cpp | 575 value.highContrastText = config_->GetDbHandle()->GetBoolValue(HIGH_TEXT_CONTRAST_ENABLED, false); in GetConfigValueAtoHos()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 326 RS_LOGI("RSAccessibility HIGH_CONTRAST: %{public}d", static_cast<int>(value.highContrastText)); 327 RSBaseRenderEngine::SetHighContrast(value.highContrastText);
|
Completed in 21 milliseconds