Searched refs:GetTouchable (Results 1 – 15 of 15) sorted by relevance
40 bool GetTouchable() const;
261 bool MockRenderTransform::GetTouchable() const in GetTouchable() function in OHOS::Ace::MockRenderTransform
63 bool GetTouchable() const;
128 virtual bool GetTouchable() const = 0;
135 bool WindowOption::GetTouchable() const in GetTouchable() function in OHOS::Rosen::WindowOption
58 property_->SetTouchable(option->GetTouchable()); in WindowImpl()229 bool WindowImpl::GetTouchable() const in GetTouchable() function in OHOS::Rosen::WindowImpl231 return property_->GetTouchable(); in GetTouchable()
76 bool GetTouchable() const;
160 if (!windowNode->GetWindowProperty()->GetTouchable()) { in TraverseWindowNodes()
619 node->SetTouchable(property->GetTouchable()); in UpdateProperty()
176 ASSERT_EQ(true, option->GetTouchable());
1104 ASSERT_TRUE(window->GetTouchable());1106 ASSERT_FALSE(window->GetTouchable());1108 ASSERT_TRUE(window->GetTouchable());1129 ASSERT_TRUE(window->GetTouchable());1133 ASSERT_FALSE(window->GetTouchable());1135 ASSERT_TRUE(window->GetTouchable());
203 bool WindowProperty::GetTouchable() const in GetTouchable() function in OHOS::Rosen::WindowProperty
91 virtual bool GetTouchable() const override;
214 object->SetProperty("touchable", CreateJsValue(engine, window->GetTouchable())); in CreateJsWindowPropertiesObject()
841 EXPECT_EQ(touchable, transition.transformRenderContent_.Upgrade()->GetTouchable()); in CheckTouchable()842 EXPECT_EQ(touchable, transition.transformRenderBackground_.Upgrade()->GetTouchable()); in CheckTouchable()