Lines Matching refs:info
159 auto longPressCallback = [weak = WeakClaim(this)](GestureEvent& info) {
162 pattern->HandleLongPress(info);
171 auto touchTask = [weak = WeakClaim(this)](TouchEventInfo& info) {
174 pattern->HandleTouchEvent(info);
187 auto longPressCallback = [weak = WeakClaim(this)](GestureEvent& info) {
190 pattern->HandleLongPress(info);
200 void MovingPhotoPattern::HandleLongPress(GestureEvent& info)
233 void MovingPhotoPattern::HandleTouchEvent(TouchEventInfo& info)
249 auto touchList = info.GetChangedTouches();
284 TAG_LOGW(AceLogTag::ACE_MOVING_PHOTO, "image info is null.");
293 TAG_LOGW(AceLogTag::ACE_MOVING_PHOTO, "image info is invalid.");
321 auto imageCompleteEventCallback = [weak = WeakClaim(this)](const LoadImageSuccessEvent& info) {
324 pattern->HandleImageCompleteEvent(info);
329 void MovingPhotoPattern::HandleImageCompleteEvent(const LoadImageSuccessEvent& info)
331 auto loadingStatus = info.GetLoadingStatus();
1546 MovingPhotoAnalyzerInfo info = {uri_, coverPosition,
1550 imageAnalyzerManager_->CreateMovingPhotoAnalyzerOverlay(pixelMap_, info);
1595 MovingPhotoAnalyzerInfo info = {uri_, coverPosition,
1598 imageAnalyzerManager_->UpdateMovingPhotoAnalyzerOverlay(pixelMap_, info);
1610 PixelMapInfo info = { contentRect_.GetSize().Width(), contentRect_.GetSize().Height(), contentOffset };
1612 imageAnalyzerManager_->UpdateAnalyzerUIConfig(geometryNode, info);