• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0">
3
4    <issue
5        id="NewApi"
6        message="Call requires API level R (current min is 29): `setZOrderedOnTop`"
7        errorLine1="        mScrollableSuggestionsClip.setZOrderedOnTop(false);"
8        errorLine2="                                   ~~~~~~~~~~~~~~~~">
9        <location
10            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
11            line="82"
12            column="36"/>
13    </issue>
14
15    <issue
16        id="NewApi"
17        message="Call requires API level R (current min is 29): `setZOrderedOnTop`"
18        errorLine1="        mScrollableSuggestionsClip.setZOrderedOnTop(true);"
19        errorLine2="                                   ~~~~~~~~~~~~~~~~">
20        <location
21            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
22            line="88"
23            column="36"/>
24    </issue>
25
26    <issue
27        id="NewApi"
28        message="Call requires API level R (current min is 29): `android.view.inputmethod.InlineSuggestionsResponse#getInlineSuggestions`"
29        errorLine1="        final List&lt;InlineSuggestion> inlineSuggestions = response.getInlineSuggestions();"
30        errorLine2="                                                                  ~~~~~~~~~~~~~~~~~~~~">
31        <location
32            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
33            line="151"
34            column="67"/>
35    </issue>
36
37    <issue
38        id="NewApi"
39        message="Call requires API level R (current min is 29): `newStylesBuilder`"
40        errorLine1="        StylesBuilder stylesBuilder = UiVersions.newStylesBuilder();"
41        errorLine2="                                                 ~~~~~~~~~~~~~~~~">
42        <location
43            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
44            line="229"
45            column="50"/>
46    </issue>
47
48    <issue
49        id="NewApi"
50        message="Call requires API level R (current min is 29): `newStyleBuilder`"
51        errorLine1="        Style style = InlineSuggestionUi.newStyleBuilder()"
52        errorLine2="                                         ~~~~~~~~~~~~~~~">
53        <location
54            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
55            line="230"
56            column="42"/>
57    </issue>
58
59    <issue
60        id="NewApi"
61        message="Call requires API level R (current min is 29): `new android.widget.inline.InlinePresentationSpec.Builder`"
62        errorLine1="        presentationSpecs.add(new InlinePresentationSpec.Builder(new Size(100, getHeight()),"
63        errorLine2="                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
64        <location
65            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
66            line="262"
67            column="31"/>
68    </issue>
69
70    <issue
71        id="NewApi"
72        message="Call requires API level R (current min is 29): `android.widget.inline.InlinePresentationSpec.Builder#build`"
73        errorLine1="                new Size(740, getHeight())).setStyle(stylesBundle).build());"
74        errorLine2="                                                                   ~~~~~">
75        <location
76            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
77            line="263"
78            column="68"/>
79    </issue>
80
81    <issue
82        id="NewApi"
83        message="Call requires API level R (current min is 29): `android.widget.inline.InlinePresentationSpec.Builder#setStyle`"
84        errorLine1="                new Size(740, getHeight())).setStyle(stylesBundle).build());"
85        errorLine2="                                            ~~~~~~~~">
86        <location
87            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
88            line="263"
89            column="45"/>
90    </issue>
91
92    <issue
93        id="NewApi"
94        message="Call requires API level R (current min is 29): `new android.widget.inline.InlinePresentationSpec.Builder`"
95        errorLine1="        presentationSpecs.add(new InlinePresentationSpec.Builder(new Size(100, getHeight()),"
96        errorLine2="                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
97        <location
98            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
99            line="264"
100            column="31"/>
101    </issue>
102
103    <issue
104        id="NewApi"
105        message="Call requires API level R (current min is 29): `android.widget.inline.InlinePresentationSpec.Builder#build`"
106        errorLine1="                new Size(740, getHeight())).setStyle(stylesBundle).build());"
107        errorLine2="                                                                   ~~~~~">
108        <location
109            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
110            line="265"
111            column="68"/>
112    </issue>
113
114    <issue
115        id="NewApi"
116        message="Call requires API level R (current min is 29): `android.widget.inline.InlinePresentationSpec.Builder#setStyle`"
117        errorLine1="                new Size(740, getHeight())).setStyle(stylesBundle).build());"
118        errorLine2="                                            ~~~~~~~~">
119        <location
120            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
121            line="265"
122            column="45"/>
123    </issue>
124
125    <issue
126        id="NewApi"
127        message="Call requires API level R (current min is 29): `new android.view.inputmethod.InlineSuggestionsRequest.Builder`"
128        errorLine1="        return new InlineSuggestionsRequest.Builder(presentationSpecs)"
129        errorLine2="               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
130        <location
131            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
132            line="267"
133            column="16"/>
134    </issue>
135
136    <issue
137        id="NewApi"
138        message="Call requires API level R (current min is 29): `android.view.inputmethod.InlineSuggestionsRequest.Builder#setMaxSuggestionCount`"
139        errorLine1="                .setMaxSuggestionCount(6)"
140        errorLine2="                 ~~~~~~~~~~~~~~~~~~~~~">
141        <location
142            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
143            line="268"
144            column="18"/>
145    </issue>
146
147    <issue
148        id="NewApi"
149        message="Call requires API level R (current min is 29): `android.view.inputmethod.InlineSuggestionsRequest.Builder#build`"
150        errorLine1="                .build();"
151        errorLine2="                 ~~~~~">
152        <location
153            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
154            line="269"
155            column="18"/>
156    </issue>
157
158    <issue
159        id="NewApi"
160        message="Call requires API level R (current min is 29): `android.view.inputmethod.InlineSuggestionsResponse#getInlineSuggestions`"
161        errorLine1="                &quot;onInlineSuggestionsResponse() called: &quot; + response.getInlineSuggestions().size());"
162        errorLine2="                                                                    ~~~~~~~~~~~~~~~~~~~~">
163        <location
164            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
165            line="284"
166            column="69"/>
167    </issue>
168
169    <issue
170        id="NewApi"
171        message="Call requires API level R (current min is 29): `setBackgroundColor`"
172        errorLine1="        mScrollableSuggestionsClip.setBackgroundColor("
173        errorLine2="                                   ~~~~~~~~~~~~~~~~~~">
174        <location
175            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
176            line="301"
177            column="36"/>
178    </issue>
179
180    <issue
181        id="NewApi"
182        message="Cast from `InlineContentView` to `View` requires API level 30 (current min is 29)"
183        errorLine1="                    mPinnedSuggestionsStart.addView(suggestionView);"
184        errorLine2="                                                    ~~~~~~~~~~~~~~">
185        <location
186            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
187            line="312"
188            column="53"/>
189    </issue>
190
191    <issue
192        id="NewApi"
193        message="Cast from `InlineContentView` to `View` requires API level 30 (current min is 29)"
194        errorLine1="                    mPinnedSuggestionsEnd.addView(suggestionView);"
195        errorLine2="                                                  ~~~~~~~~~~~~~~">
196        <location
197            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
198            line="314"
199            column="51"/>
200    </issue>
201
202    <issue
203        id="NewApi"
204        message="Cast from `InlineContentView` to `View` requires API level 30 (current min is 29)"
205        errorLine1="                mScrollableSuggestions.addView(suggestionView);"
206        errorLine2="                                               ~~~~~~~~~~~~~~">
207        <location
208            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
209            line="317"
210            column="48"/>
211    </issue>
212
213    <issue
214        id="NewApi"
215        message="Call requires API level R (current min is 29): `android.view.inputmethod.InlineSuggestion#inflate`"
216        errorLine1="            inlineSuggestion.inflate(this, size, executor, suggestionView -> {"
217        errorLine2="                             ~~~~~~~">
218        <location
219            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
220            line="363"
221            column="30"/>
222    </issue>
223
224    <issue
225        id="NewApi"
226        message="Call requires API level R (current min is 29): `android.view.inputmethod.InlineSuggestion#getInfo`"
227        errorLine1="                            suggestionView, /*isAction*/ inlineSuggestion.getInfo().isPinned());"
228        errorLine2="                                                                          ~~~~~~~">
229        <location
230            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
231            line="374"
232            column="75"/>
233    </issue>
234
235    <issue
236        id="NewApi"
237        message="Call requires API level R (current min is 29): `android.view.inputmethod.InlineSuggestionInfo#isPinned`"
238        errorLine1="                            suggestionView, /*isAction*/ inlineSuggestion.getInfo().isPinned());"
239        errorLine2="                                                                                    ~~~~~~~~">
240        <location
241            file="development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/AutofillImeService.java"
242            line="374"
243            column="85"/>
244    </issue>
245
246</issues>
247