Home
last modified time | relevance | path

Searched refs:UITextureMapper (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_texture_mapper.cpp19 void UITextureMapper::TextureMapperAnimatorCallback::Callback(UIView* view) in Callback()
24 UITextureMapper* mapper = static_cast<UITextureMapper*>(view); in Callback()
28 void UITextureMapper::TextureMapperAnimatorCallback::OnStop(UIView& view) in OnStop()
30 UITextureMapper& mapper = static_cast<UITextureMapper&>(view); in OnStop()
36 UITextureMapper::UITextureMapper() in UITextureMapper() function in OHOS::UITextureMapper
51 UITextureMapper::~UITextureMapper() {} in ~UITextureMapper()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_texture_mapper.h50 class UITextureMapper : public UIImageView { class
53 * @brief A constructor used to create a <b>UITextureMapper</b> instance.
58 UITextureMapper();
61 * @brief A destructor used to delete the <b>UITextureMapper</b> instance.
66 virtual ~UITextureMapper();
/foundation/arkui/ui_lite/test/uitest/test_texture_mapper/
H A Dui_test_texture_mapper.h27 class TestTextureMapperStopListener : public UITextureMapper::AnimatorStopListener {
88 UITextureMapper* textureMapper_ = nullptr;
H A Dui_test_texture_mapper.cpp44 label->SetText("UITextureMapper效果"); in SetUp()
55 textureMapper_ = new UITextureMapper(); in SetUp()

Completed in 2 milliseconds