-
public class RootViewUtil
-
-
Method Summary
Modifier and Type Method Description static RootView
getRootView(View reactView)
Returns the root view of a given view in a react application. static Point
getViewportOffset(View v)
-
-
Method Detail
-
getRootView
static RootView getRootView(View reactView)
Returns the root view of a given view in a react application.
-
getViewportOffset
@UiThread() static Point getViewportOffset(View v)
-
-
-
-