1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 8.10.0-alpha07" type="baseline" client="gradle" dependencies="false" name="AGP (8.10.0-alpha07)" variant="all" version="8.10.0-alpha07">
3
4    <issue
5        id="WrongThread"
6        message="Constructor FrameLayout must be called from the UI thread, currently inferred thread is worker thread"
7        errorLine1="        inflateParent = new FrameLayout(uiContext);"
8        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
9        <location
10            file="src/main/java/androidx/wear/protolayout/renderer/impl/ProtoLayoutViewInstance.java"/>
11    </issue>
12
13    <issue
14        id="WrongThread"
15        message="Method getChildCount must be called from the UI thread, currently inferred thread is worker thread"
16        errorLine1="        if (inflateParent.getChildCount() > 0) {"
17        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
18        <location
19            file="src/main/java/androidx/wear/protolayout/renderer/impl/ProtoLayoutViewInstance.java"/>
20    </issue>
21
22    <issue
23        id="WrongThread"
24        message="Method getChildAt must be called from the UI thread, currently inferred thread is worker thread"
25        errorLine1="            View firstChild = inflateParent.getChildAt(0);"
26        errorLine2="                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
27        <location
28            file="src/main/java/androidx/wear/protolayout/renderer/impl/ProtoLayoutViewInstance.java"/>
29    </issue>
30
31    <issue
32        id="WrongThread"
33        message="Method getLayoutParams must be called from the UI thread, currently inferred thread is worker thread"
34        errorLine1="                    (FrameLayout.LayoutParams) firstChild.getLayoutParams();"
35        errorLine2="                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
36        <location
37            file="src/main/java/androidx/wear/protolayout/renderer/impl/ProtoLayoutViewInstance.java"/>
38    </issue>
39
40    <issue
41        id="WrongThread"
42        message="Method setLayoutParams must be called from the UI thread, currently inferred thread is worker thread"
43        errorLine1="            firstChild.setLayoutParams(childLp);"
44        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
45        <location
46            file="src/main/java/androidx/wear/protolayout/renderer/impl/ProtoLayoutViewInstance.java"/>
47    </issue>
48
49</issues>
50