core/src/main/java/com/facebook/testing/screenshot/WindowAttachment.java [162:168]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        viewRootImpl =
            cViewRootImpl
                .getConstructor(Context.class, Display.class)
                .newInstance(context, display);

        viewRootCtorParams =
            new Class[] {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



core/src/main/java/com/facebook/testing/screenshot/WindowAttachment.java [189:195]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        viewRootImpl =
            cViewRootImpl
                .getConstructor(Context.class, Display.class)
                .newInstance(context, display);

        viewRootCtorParams =
            new Class[] {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



