Package io.sentry.internal.gestures
Interface GestureTargetLocator
- All Known Implementing Classes:
ComposeGestureTargetLocator
public interface GestureTargetLocator
-
Method Summary
Modifier and TypeMethodDescription@Nullable UiElement
locate
(@Nullable Object root, float x, float y, UiElement.Type targetType)
-
Method Details
-
locate
@Nullable @Nullable UiElement locate(@Nullable @Nullable Object root, float x, float y, UiElement.Type targetType)
-