1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<HTML style="overflow:auto;">
3<HEAD>
4<meta name="generator" content="JDiff v1.1.0">
5<!-- Generated by the JDiff Javadoc doclet -->
6<!-- (http://www.jdiff.org) -->
7<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
8<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
9<TITLE>
10android.view.accessibility.AccessibilityEvent
11</TITLE>
12<link href="/assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
13<link href="/stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
14<noscript>
15<style type="text/css">
16body{overflow:auto;}
17#body-content{position:relative; top:0;}
18#doc-content{overflow:visible;border-left:3px solid #666;}
19#side-nav{padding:0;}
20#side-nav .toggle-list ul {display:block;}
21#resize-packages-nav{border-bottom:3px solid #666;}
22</style>
23</noscript>
24<style type="text/css">
25</style>
26</HEAD>
27<BODY>
28<!-- Start of nav bar -->
29<a name="top"></a>
30<div id="header" style="margin-bottom:0;padding-bottom:0;">
31<div id="headerLeft">
32<a href="/index.html" tabindex="-1" target="_top"><img src="/assets/images/bg_logo.png" alt="Android Developers" /></a>
33</div>
34  <div id="headerRight">
35  <div id="headerLinks">
36<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
37<span class="text">
38<!-- &nbsp;<a href="#">English</a> | -->
39<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
40</span>
41</div>
42  <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
43    <table class="diffspectable">
44      <tr>
45        <td colspan="2" class="diffspechead">API Diff Specification</td>
46      </tr>
47      <tr>
48        <td class="diffspec" style="padding-top:.25em">To Level:</td>
49        <td class="diffvaluenew" style="padding-top:.25em">14</td>
50      </tr>
51      <tr>
52        <td class="diffspec">From Level:</td>
53        <td class="diffvalueold">13</td>
54      </tr>
55      <tr>
56        <td class="diffspec">Generated</td>
57        <td class="diffvalue">2011.10.06 23:19</td>
58      </tr>
59    </table>
60    </div><!-- End and-diff-id -->
61  <div class="and-diff-id" style="margin-right:8px;">
62    <table class="diffspectable">
63      <tr>
64        <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
65      </tr>
66    </table>
67  </div> <!-- End and-diff-id -->
68  </div> <!-- End headerRight -->
69  </div> <!-- End header -->
70<div id="body-content" xstyle="padding:12px;padding-right:18px;">
71<div id="doc-content" style="position:relative;">
72<div id="mainBodyFluid">
73<H2>
74Class android.view.accessibility.<A HREF="/reference/android/view/accessibility/AccessibilityEvent.html" target="_top"><font size="+2"><code>AccessibilityEvent</code></font></A>
75</H2>
76<p><font xsize="+1">The superclass changed from <code>java.lang.Object</code> to <code>android.view.accessibility.AccessibilityRecord</code>.<br></font>
77<a NAME="constructors"></a>
78<a NAME="methods"></a>
79<p>
80<a NAME="Added"></a>
81<TABLE summary="Added Methods" WIDTH="100%">
82<TR>
83  <TH VALIGN="TOP" COLSPAN=2>Added Methods</FONT></TD>
84</TH>
85<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
86  <TD VALIGN="TOP" WIDTH="25%">
87  <A NAME="android.view.accessibility.AccessibilityEvent.appendRecord_added(android.view.accessibility.AccessibilityRecord)"></A>
88  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityEvent.html#appendRecord(android.view.accessibility.AccessibilityRecord)" target="_top"><code>appendRecord</code></A>(<code>AccessibilityRecord</code>)</nobr>
89  </TD>
90  <TD>&nbsp;</TD>
91</TR>
92<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
93  <TD VALIGN="TOP" WIDTH="25%">
94  <A NAME="android.view.accessibility.AccessibilityEvent.eventTypeToString_added(int)"></A>
95  <nobr><code>String</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityEvent.html#eventTypeToString(int)" target="_top"><code>eventTypeToString</code></A>(<code>int</code>)</nobr>
96  </TD>
97  <TD>&nbsp;</TD>
98</TR>
99<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
100  <TD VALIGN="TOP" WIDTH="25%">
101  <A NAME="android.view.accessibility.AccessibilityEvent.getRecord_added(int)"></A>
102  <nobr><code>AccessibilityRecord</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityEvent.html#getRecord(int)" target="_top"><code>getRecord</code></A>(<code>int</code>)</nobr>
103  </TD>
104  <TD>&nbsp;</TD>
105</TR>
106<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
107  <TD VALIGN="TOP" WIDTH="25%">
108  <A NAME="android.view.accessibility.AccessibilityEvent.getRecordCount_added()"></A>
109  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityEvent.html#getRecordCount()" target="_top"><code>getRecordCount</code></A>()</nobr>
110  </TD>
111  <TD>&nbsp;</TD>
112</TR>
113<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
114  <TD VALIGN="TOP" WIDTH="25%">
115  <A NAME="android.view.accessibility.AccessibilityEvent.obtain_added(android.view.accessibility.AccessibilityEvent)"></A>
116  <nobr><code>AccessibilityEvent</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityEvent.html#obtain(android.view.accessibility.AccessibilityEvent)" target="_top"><code>obtain</code></A>(<code>AccessibilityEvent</code>)</nobr>
117  </TD>
118  <TD>&nbsp;</TD>
119</TR>
120</TABLE>
121&nbsp;
122<p>
123<a NAME="Changed"></a>
124<TABLE summary="Changed Methods" WIDTH="100%">
125<TR>
126  <TH VALIGN="TOP" COLSPAN=3>Changed Methods</FONT></TD>
127</TH>
128<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
129  <TD VALIGN="TOP" WIDTH="25%">
130  <A NAME="android.view.accessibility.AccessibilityEvent.getAddedCount_changed()"></A>
131  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#getAddedCount()" target="_top"><code>getAddedCount</code></A>()  </nobr>
132  </TD>
133  <TD VALIGN="TOP" WIDTH="30%">
134Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#getAddedCount()" target="_top"><code>AccessibilityRecord</code></a>.
135  </TD>
136  <TD>&nbsp;</TD>
137</TR>
138<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
139  <TD VALIGN="TOP" WIDTH="25%">
140  <A NAME="android.view.accessibility.AccessibilityEvent.getBeforeText_changed()"></A>
141  <nobr><code>CharSequence</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#getBeforeText()" target="_top"><code>getBeforeText</code></A>()  </nobr>
142  </TD>
143  <TD VALIGN="TOP" WIDTH="30%">
144Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#getBeforeText()" target="_top"><code>AccessibilityRecord</code></a>.
145  </TD>
146  <TD>&nbsp;</TD>
147</TR>
148<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
149  <TD VALIGN="TOP" WIDTH="25%">
150  <A NAME="android.view.accessibility.AccessibilityEvent.getClassName_changed()"></A>
151  <nobr><code>CharSequence</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#getClassName()" target="_top"><code>getClassName</code></A>()  </nobr>
152  </TD>
153  <TD VALIGN="TOP" WIDTH="30%">
154Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#getClassName()" target="_top"><code>AccessibilityRecord</code></a>.
155  </TD>
156  <TD>&nbsp;</TD>
157</TR>
158<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
159  <TD VALIGN="TOP" WIDTH="25%">
160  <A NAME="android.view.accessibility.AccessibilityEvent.getContentDescription_changed()"></A>
161  <nobr><code>CharSequence</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#getContentDescription()" target="_top"><code>getContentDescription</code></A>()  </nobr>
162  </TD>
163  <TD VALIGN="TOP" WIDTH="30%">
164Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#getContentDescription()" target="_top"><code>AccessibilityRecord</code></a>.
165  </TD>
166  <TD>&nbsp;</TD>
167</TR>
168<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
169  <TD VALIGN="TOP" WIDTH="25%">
170  <A NAME="android.view.accessibility.AccessibilityEvent.getCurrentItemIndex_changed()"></A>
171  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#getCurrentItemIndex()" target="_top"><code>getCurrentItemIndex</code></A>()  </nobr>
172  </TD>
173  <TD VALIGN="TOP" WIDTH="30%">
174Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#getCurrentItemIndex()" target="_top"><code>AccessibilityRecord</code></a>.
175  </TD>
176  <TD>&nbsp;</TD>
177</TR>
178<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
179  <TD VALIGN="TOP" WIDTH="25%">
180  <A NAME="android.view.accessibility.AccessibilityEvent.getFromIndex_changed()"></A>
181  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#getFromIndex()" target="_top"><code>getFromIndex</code></A>()  </nobr>
182  </TD>
183  <TD VALIGN="TOP" WIDTH="30%">
184Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#getFromIndex()" target="_top"><code>AccessibilityRecord</code></a>.
185  </TD>
186  <TD>&nbsp;</TD>
187</TR>
188<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
189  <TD VALIGN="TOP" WIDTH="25%">
190  <A NAME="android.view.accessibility.AccessibilityEvent.getItemCount_changed()"></A>
191  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#getItemCount()" target="_top"><code>getItemCount</code></A>()  </nobr>
192  </TD>
193  <TD VALIGN="TOP" WIDTH="30%">
194Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#getItemCount()" target="_top"><code>AccessibilityRecord</code></a>.
195  </TD>
196  <TD>&nbsp;</TD>
197</TR>
198<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
199  <TD VALIGN="TOP" WIDTH="25%">
200  <A NAME="android.view.accessibility.AccessibilityEvent.getParcelableData_changed()"></A>
201  <nobr><code>Parcelable</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#getParcelableData()" target="_top"><code>getParcelableData</code></A>()  </nobr>
202  </TD>
203  <TD VALIGN="TOP" WIDTH="30%">
204Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#getParcelableData()" target="_top"><code>AccessibilityRecord</code></a>.
205  </TD>
206  <TD>&nbsp;</TD>
207</TR>
208<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
209  <TD VALIGN="TOP" WIDTH="25%">
210  <A NAME="android.view.accessibility.AccessibilityEvent.getRemovedCount_changed()"></A>
211  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#getRemovedCount()" target="_top"><code>getRemovedCount</code></A>()  </nobr>
212  </TD>
213  <TD VALIGN="TOP" WIDTH="30%">
214Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#getRemovedCount()" target="_top"><code>AccessibilityRecord</code></a>.
215  </TD>
216  <TD>&nbsp;</TD>
217</TR>
218<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
219  <TD VALIGN="TOP" WIDTH="25%">
220  <A NAME="android.view.accessibility.AccessibilityEvent.getText_changed()"></A>
221  <nobr><code>List&lt;CharSequence&gt;</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#getText()" target="_top"><code>getText</code></A>()  </nobr>
222  </TD>
223  <TD VALIGN="TOP" WIDTH="30%">
224Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#getText()" target="_top"><code>AccessibilityRecord</code></a>.
225  </TD>
226  <TD>&nbsp;</TD>
227</TR>
228<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
229  <TD VALIGN="TOP" WIDTH="25%">
230  <A NAME="android.view.accessibility.AccessibilityEvent.isChecked_changed()"></A>
231  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#isChecked()" target="_top"><code>isChecked</code></A>()  </nobr>
232  </TD>
233  <TD VALIGN="TOP" WIDTH="30%">
234Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#isChecked()" target="_top"><code>AccessibilityRecord</code></a>.
235  </TD>
236  <TD>&nbsp;</TD>
237</TR>
238<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
239  <TD VALIGN="TOP" WIDTH="25%">
240  <A NAME="android.view.accessibility.AccessibilityEvent.isEnabled_changed()"></A>
241  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#isEnabled()" target="_top"><code>isEnabled</code></A>()  </nobr>
242  </TD>
243  <TD VALIGN="TOP" WIDTH="30%">
244Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#isEnabled()" target="_top"><code>AccessibilityRecord</code></a>.
245  </TD>
246  <TD>&nbsp;</TD>
247</TR>
248<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
249  <TD VALIGN="TOP" WIDTH="25%">
250  <A NAME="android.view.accessibility.AccessibilityEvent.isFullScreen_changed()"></A>
251  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#isFullScreen()" target="_top"><code>isFullScreen</code></A>()  </nobr>
252  </TD>
253  <TD VALIGN="TOP" WIDTH="30%">
254Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#isFullScreen()" target="_top"><code>AccessibilityRecord</code></a>.
255  </TD>
256  <TD>&nbsp;</TD>
257</TR>
258<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
259  <TD VALIGN="TOP" WIDTH="25%">
260  <A NAME="android.view.accessibility.AccessibilityEvent.isPassword_changed()"></A>
261  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#isPassword()" target="_top"><code>isPassword</code></A>()  </nobr>
262  </TD>
263  <TD VALIGN="TOP" WIDTH="30%">
264Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#isPassword()" target="_top"><code>AccessibilityRecord</code></a>.
265  </TD>
266  <TD>&nbsp;</TD>
267</TR>
268<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
269  <TD VALIGN="TOP" WIDTH="25%">
270  <A NAME="android.view.accessibility.AccessibilityEvent.recycle_changed()"></A>
271  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#recycle()" target="_top"><code>recycle</code></A>()  </nobr>
272  </TD>
273  <TD VALIGN="TOP" WIDTH="30%">
274Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#recycle()" target="_top"><code>AccessibilityRecord</code></a>.
275  </TD>
276  <TD>&nbsp;</TD>
277</TR>
278<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
279  <TD VALIGN="TOP" WIDTH="25%">
280  <A NAME="android.view.accessibility.AccessibilityEvent.setAddedCount_changed(int)"></A>
281  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#setAddedCount(int)" target="_top"><code>setAddedCount</code></A>(<code>int</code>)  </nobr>
282  </TD>
283  <TD VALIGN="TOP" WIDTH="30%">
284Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#setAddedCount(int)" target="_top"><code>AccessibilityRecord</code></a>.
285  </TD>
286  <TD>&nbsp;</TD>
287</TR>
288<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
289  <TD VALIGN="TOP" WIDTH="25%">
290  <A NAME="android.view.accessibility.AccessibilityEvent.setBeforeText_changed(java.lang.CharSequence)"></A>
291  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#setBeforeText(java.lang.CharSequence)" target="_top"><code>setBeforeText</code></A>(<code>CharSequence</code>)  </nobr>
292  </TD>
293  <TD VALIGN="TOP" WIDTH="30%">
294Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#setBeforeText(java.lang.CharSequence)" target="_top"><code>AccessibilityRecord</code></a>.
295  </TD>
296  <TD>&nbsp;</TD>
297</TR>
298<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
299  <TD VALIGN="TOP" WIDTH="25%">
300  <A NAME="android.view.accessibility.AccessibilityEvent.setChecked_changed(boolean)"></A>
301  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#setChecked(boolean)" target="_top"><code>setChecked</code></A>(<code>boolean</code>)  </nobr>
302  </TD>
303  <TD VALIGN="TOP" WIDTH="30%">
304Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#setChecked(boolean)" target="_top"><code>AccessibilityRecord</code></a>.
305  </TD>
306  <TD>&nbsp;</TD>
307</TR>
308<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
309  <TD VALIGN="TOP" WIDTH="25%">
310  <A NAME="android.view.accessibility.AccessibilityEvent.setClassName_changed(java.lang.CharSequence)"></A>
311  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#setClassName(java.lang.CharSequence)" target="_top"><code>setClassName</code></A>(<code>CharSequence</code>)  </nobr>
312  </TD>
313  <TD VALIGN="TOP" WIDTH="30%">
314Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#setClassName(java.lang.CharSequence)" target="_top"><code>AccessibilityRecord</code></a>.
315  </TD>
316  <TD>&nbsp;</TD>
317</TR>
318<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
319  <TD VALIGN="TOP" WIDTH="25%">
320  <A NAME="android.view.accessibility.AccessibilityEvent.setContentDescription_changed(java.lang.CharSequence)"></A>
321  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#setContentDescription(java.lang.CharSequence)" target="_top"><code>setContentDescription</code></A>(<code>CharSequence</code>)  </nobr>
322  </TD>
323  <TD VALIGN="TOP" WIDTH="30%">
324Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#setContentDescription(java.lang.CharSequence)" target="_top"><code>AccessibilityRecord</code></a>.
325  </TD>
326  <TD>&nbsp;</TD>
327</TR>
328<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
329  <TD VALIGN="TOP" WIDTH="25%">
330  <A NAME="android.view.accessibility.AccessibilityEvent.setCurrentItemIndex_changed(int)"></A>
331  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#setCurrentItemIndex(int)" target="_top"><code>setCurrentItemIndex</code></A>(<code>int</code>)  </nobr>
332  </TD>
333  <TD VALIGN="TOP" WIDTH="30%">
334Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#setCurrentItemIndex(int)" target="_top"><code>AccessibilityRecord</code></a>.
335  </TD>
336  <TD>&nbsp;</TD>
337</TR>
338<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
339  <TD VALIGN="TOP" WIDTH="25%">
340  <A NAME="android.view.accessibility.AccessibilityEvent.setEnabled_changed(boolean)"></A>
341  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#setEnabled(boolean)" target="_top"><code>setEnabled</code></A>(<code>boolean</code>)  </nobr>
342  </TD>
343  <TD VALIGN="TOP" WIDTH="30%">
344Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#setEnabled(boolean)" target="_top"><code>AccessibilityRecord</code></a>.
345  </TD>
346  <TD>&nbsp;</TD>
347</TR>
348<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
349  <TD VALIGN="TOP" WIDTH="25%">
350  <A NAME="android.view.accessibility.AccessibilityEvent.setFromIndex_changed(int)"></A>
351  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#setFromIndex(int)" target="_top"><code>setFromIndex</code></A>(<code>int</code>)  </nobr>
352  </TD>
353  <TD VALIGN="TOP" WIDTH="30%">
354Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#setFromIndex(int)" target="_top"><code>AccessibilityRecord</code></a>.
355  </TD>
356  <TD>&nbsp;</TD>
357</TR>
358<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
359  <TD VALIGN="TOP" WIDTH="25%">
360  <A NAME="android.view.accessibility.AccessibilityEvent.setFullScreen_changed(boolean)"></A>
361  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#setFullScreen(boolean)" target="_top"><code>setFullScreen</code></A>(<code>boolean</code>)  </nobr>
362  </TD>
363  <TD VALIGN="TOP" WIDTH="30%">
364Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#setFullScreen(boolean)" target="_top"><code>AccessibilityRecord</code></a>.
365  </TD>
366  <TD>&nbsp;</TD>
367</TR>
368<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
369  <TD VALIGN="TOP" WIDTH="25%">
370  <A NAME="android.view.accessibility.AccessibilityEvent.setItemCount_changed(int)"></A>
371  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#setItemCount(int)" target="_top"><code>setItemCount</code></A>(<code>int</code>)  </nobr>
372  </TD>
373  <TD VALIGN="TOP" WIDTH="30%">
374Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#setItemCount(int)" target="_top"><code>AccessibilityRecord</code></a>.
375  </TD>
376  <TD>&nbsp;</TD>
377</TR>
378<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
379  <TD VALIGN="TOP" WIDTH="25%">
380  <A NAME="android.view.accessibility.AccessibilityEvent.setParcelableData_changed(android.os.Parcelable)"></A>
381  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#setParcelableData(android.os.Parcelable)" target="_top"><code>setParcelableData</code></A>(<code>Parcelable</code>)  </nobr>
382  </TD>
383  <TD VALIGN="TOP" WIDTH="30%">
384Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#setParcelableData(android.os.Parcelable)" target="_top"><code>AccessibilityRecord</code></a>.
385  </TD>
386  <TD>&nbsp;</TD>
387</TR>
388<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
389  <TD VALIGN="TOP" WIDTH="25%">
390  <A NAME="android.view.accessibility.AccessibilityEvent.setPassword_changed(boolean)"></A>
391  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#setPassword(boolean)" target="_top"><code>setPassword</code></A>(<code>boolean</code>)  </nobr>
392  </TD>
393  <TD VALIGN="TOP" WIDTH="30%">
394Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#setPassword(boolean)" target="_top"><code>AccessibilityRecord</code></a>.
395  </TD>
396  <TD>&nbsp;</TD>
397</TR>
398<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
399  <TD VALIGN="TOP" WIDTH="25%">
400  <A NAME="android.view.accessibility.AccessibilityEvent.setRemovedCount_changed(int)"></A>
401  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityRecord.html#setRemovedCount(int)" target="_top"><code>setRemovedCount</code></A>(<code>int</code>)  </nobr>
402  </TD>
403  <TD VALIGN="TOP" WIDTH="30%">
404Method was locally defined, but is now inherited from <a href="/reference/android/view/accessibility/AccessibilityRecord.html#setRemovedCount(int)" target="_top"><code>AccessibilityRecord</code></a>.
405  </TD>
406  <TD>&nbsp;</TD>
407</TR>
408</TABLE>
409&nbsp;
410<a NAME="fields"></a>
411<p>
412<a NAME="Added"></a>
413<TABLE summary="Added Fields" WIDTH="100%">
414<TR>
415  <TH VALIGN="TOP" COLSPAN=2>Added Fields</FONT></TD>
416</TH>
417<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
418  <TD VALIGN="TOP" WIDTH="25%">
419  <A NAME="android.view.accessibility.AccessibilityEvent.TYPE_TOUCH_EXPLORATION_GESTURE_END"></A>
420  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityEvent.html#TYPE_TOUCH_EXPLORATION_GESTURE_END" target="_top"><code>TYPE_TOUCH_EXPLORATION_GESTURE_END</code></A></nobr>
421  </TD>
422  <TD>&nbsp;</TD>
423</TR>
424<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
425  <TD VALIGN="TOP" WIDTH="25%">
426  <A NAME="android.view.accessibility.AccessibilityEvent.TYPE_TOUCH_EXPLORATION_GESTURE_START"></A>
427  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityEvent.html#TYPE_TOUCH_EXPLORATION_GESTURE_START" target="_top"><code>TYPE_TOUCH_EXPLORATION_GESTURE_START</code></A></nobr>
428  </TD>
429  <TD>&nbsp;</TD>
430</TR>
431<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
432  <TD VALIGN="TOP" WIDTH="25%">
433  <A NAME="android.view.accessibility.AccessibilityEvent.TYPE_VIEW_HOVER_ENTER"></A>
434  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityEvent.html#TYPE_VIEW_HOVER_ENTER" target="_top"><code>TYPE_VIEW_HOVER_ENTER</code></A></nobr>
435  </TD>
436  <TD>&nbsp;</TD>
437</TR>
438<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
439  <TD VALIGN="TOP" WIDTH="25%">
440  <A NAME="android.view.accessibility.AccessibilityEvent.TYPE_VIEW_HOVER_EXIT"></A>
441  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityEvent.html#TYPE_VIEW_HOVER_EXIT" target="_top"><code>TYPE_VIEW_HOVER_EXIT</code></A></nobr>
442  </TD>
443  <TD>&nbsp;</TD>
444</TR>
445<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
446  <TD VALIGN="TOP" WIDTH="25%">
447  <A NAME="android.view.accessibility.AccessibilityEvent.TYPE_VIEW_SCROLLED"></A>
448  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityEvent.html#TYPE_VIEW_SCROLLED" target="_top"><code>TYPE_VIEW_SCROLLED</code></A></nobr>
449  </TD>
450  <TD>&nbsp;</TD>
451</TR>
452<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
453  <TD VALIGN="TOP" WIDTH="25%">
454  <A NAME="android.view.accessibility.AccessibilityEvent.TYPE_VIEW_TEXT_SELECTION_CHANGED"></A>
455  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityEvent.html#TYPE_VIEW_TEXT_SELECTION_CHANGED" target="_top"><code>TYPE_VIEW_TEXT_SELECTION_CHANGED</code></A></nobr>
456  </TD>
457  <TD>&nbsp;</TD>
458</TR>
459<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
460  <TD VALIGN="TOP" WIDTH="25%">
461  <A NAME="android.view.accessibility.AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED"></A>
462  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityEvent.html#TYPE_WINDOW_CONTENT_CHANGED" target="_top"><code>TYPE_WINDOW_CONTENT_CHANGED</code></A></nobr>
463  </TD>
464  <TD>&nbsp;</TD>
465</TR>
466</TABLE>
467&nbsp;
468<p>
469<a NAME="Changed"></a>
470<TABLE summary="Changed Fields" WIDTH="100%">
471<TR>
472  <TH VALIGN="TOP" COLSPAN=3>Changed Fields</FONT></TD>
473</TH>
474<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
475  <TD VALIGN="TOP" WIDTH="25%">
476  <A NAME="android.view.accessibility.AccessibilityEvent.MAX_TEXT_LENGTH"></A>
477  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/accessibility/AccessibilityEvent.html#MAX_TEXT_LENGTH" target="_top"><code>MAX_TEXT_LENGTH</code></font></A></nobr>  </TD>
478  <TD VALIGN="TOP" WIDTH="30%">
479<b>Now deprecated</b>.<br>
480  </TD>
481  <TD>&nbsp;</TD>
482</TR>
483</TABLE>
484&nbsp;
485      </div>	
486      <div id="footer">
487        <div id="copyright">
488        Except as noted, this content is licensed under 
489        <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
490        For details and restrictions, see the <a href="/license.html">Content License</a>.
491        </div>
492      <div id="footerlinks">
493      <p>
494        <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
495        <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
496        <a href="http://www.android.com/branding.html">Brand Guidelines</a>
497      </p>
498    </div>
499    </div> <!-- end footer -->
500    </div><!-- end doc-content -->
501    </div> <!-- end body-content --> 
502<script src="//www.google-analytics.com/ga.js" type="text/javascript">
503</script>
504<script type="text/javascript">
505  try {
506    var pageTracker = _gat._getTracker("UA-5831155-1");
507    pageTracker._setAllowAnchor(true);
508    pageTracker._initData();
509    pageTracker._trackPageview();
510  } catch(e) {}
511</script>
512</BODY>
513</HTML>
514