Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_pattern.cpp726 ImageSourceInfo rightimageSourceInfo; in OnLanguageConfigurationUpdate() local
729rightimageSourceInfo.SetResourceId(InternalResource::ResourceId::STEPPER_BACK_ARROW); in OnLanguageConfigurationUpdate()
732rightimageSourceInfo.SetResourceId(InternalResource::ResourceId::STEPPER_NEXT_ARROW); in OnLanguageConfigurationUpdate()
734 rightimageSourceInfo.SetFillColor(stepperTheme->GetArrowColor()); in OnLanguageConfigurationUpdate()
735 rightimageLayoutProperty->UpdateImageSourceInfo(rightimageSourceInfo); in OnLanguageConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stepper/
H A Dstepper_test_ng.cpp1323 auto rightimageSourceInfo = rightImageLayoutProperty->GetImageSourceInfo(); variable
1325 …EXPECT_EQ(rightimageSourceInfo->GetResourceId(), InternalResource::ResourceId::STEPPER_BACK_ARROW);
1332 rightimageSourceInfo = rightImageLayoutProperty->GetImageSourceInfo();
1334 …EXPECT_EQ(rightimageSourceInfo->GetResourceId(), InternalResource::ResourceId::STEPPER_NEXT_ARROW);