Searched refs:OnRotationEvent (Results 1 – 7 of 7) sorted by relevance
127 [context, event, &result]() { result = context->OnRotationEvent(event); }, in InitializeRotationEventCallback()
945 [context, event, &result]() { result = context->OnRotationEvent(event); }, in InitializeCallback()
233 bool OnRotationEvent(const RotationEvent& event) const override;
216 virtual bool OnRotationEvent(const RotationEvent& event) const = 0;
947 OnRotationEvent(event); in OnDumpInfo()1889 bool PipelineContext::OnRotationEvent(const RotationEvent& event) const in OnRotationEvent() function in OHOS::Ace::PipelineContext
188 bool OnRotationEvent(const RotationEvent& event) const override in OnRotationEvent() function
379 [context, event, &result]() { result = context->OnRotationEvent(event); }, in InitializeCallback()