Searched refs:GetInteractive (Results 1 – 5 of 5) sorted by relevance
31 …tionTransitionProxy>::CustomProperty("isInteractive", &JsNavigationTransitionProxy::GetInteractive, in JSBind()146 void JsNavigationTransitionProxy::GetInteractive(const JSCallbackInfo& info) in GetInteractive() function in OHOS::Ace::Framework::JsNavigationTransitionProxy148 auto interactive = proxy_ ? proxy_->GetInteractive() : false; in GetInteractive()
74 void GetInteractive(const JSCallbackInfo& info);
125 bool GetInteractive() const in GetInteractive() function
1991 if (!proxy->GetInteractive()) { in TriggerCustomAnimation()
169 EXPECT_TRUE(navigationPattern->GetTopNavigationProxy()->GetInteractive());196 EXPECT_FALSE(navigationPattern->GetTopNavigationProxy()->GetInteractive());