1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "//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.View
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="//developer.android.com" target="_top">Android Developers</a> | <a href="//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">21</td>
50      </tr>
51      <tr>
52        <td class="diffspec">From Level:</td>
53        <td class="diffvalueold">20</td>
54      </tr>
55      <tr>
56        <td class="diffspec">Generated</td>
57        <td class="diffvalue">2014.10.15 15:01</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.<A HREF="/reference/android/view/View.html" target="_top"><font size="+2"><code>View</code></font></A>
75</H2>
76<a NAME="constructors"></a>
77<p>
78<a NAME="Added"></a>
79<TABLE summary="Added Constructors" WIDTH="100%">
80<TR>
81  <TH VALIGN="TOP" COLSPAN=2>Added Constructors</FONT></TD>
82</TH>
83<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
84  <TD VALIGN="TOP" WIDTH="25%">
85  <A NAME="android.view.View.ctor_added(android.content.Context, android.util.AttributeSet, int, int)"></A>
86  <nobr><A HREF="/reference/android/view/View.html#View(android.content.Context, android.util.AttributeSet, int, int)" target="_top"><code>View</code></A>(<code>Context,</nobr> AttributeSet<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
87  </TD>
88  <TD>&nbsp;</TD>
89</TR>
90</TABLE>
91&nbsp;
92<a NAME="methods"></a>
93<p>
94<a NAME="Removed"></a>
95<TABLE summary="Removed Methods" WIDTH="100%">
96<TR>
97  <TH VALIGN="TOP" COLSPAN=2>Removed Methods</FONT></TD>
98</TH>
99<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
100  <TD VALIGN="TOP" WIDTH="25%">
101  <A NAME="android.view.View.initializeFadingEdge_removed(android.content.res.TypedArray)"></A>
102  <nobr><code>void</code>&nbsp;initializeFadingEdge(<code>TypedArray</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.View.initializeScrollbars_removed(android.content.res.TypedArray)"></A>
109  <nobr><code>void</code>&nbsp;initializeScrollbars(<code>TypedArray</code>)</nobr>
110  </TD>
111  <TD>&nbsp;</TD>
112</TR>
113</TABLE>
114&nbsp;
115<p>
116<a NAME="Added"></a>
117<TABLE summary="Added Methods" WIDTH="100%">
118<TR>
119  <TH VALIGN="TOP" COLSPAN=2>Added Methods</FONT></TD>
120</TH>
121<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
122  <TD VALIGN="TOP" WIDTH="25%">
123  <A NAME="android.view.View.computeSystemWindowInsets_added(android.view.WindowInsets, android.graphics.Rect)"></A>
124  <nobr><code>WindowInsets</code>&nbsp;<A HREF="/reference/android/view/View.html#computeSystemWindowInsets(android.view.WindowInsets, android.graphics.Rect)" target="_top"><code>computeSystemWindowInsets</code></A>(<code>WindowInsets,</nobr> Rect<nobr><nobr></code>)</nobr>
125  </TD>
126  <TD>&nbsp;</TD>
127</TR>
128<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
129  <TD VALIGN="TOP" WIDTH="25%">
130  <A NAME="android.view.View.dispatchNestedFling_added(float, float, boolean)"></A>
131  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/view/View.html#dispatchNestedFling(float, float, boolean)" target="_top"><code>dispatchNestedFling</code></A>(<code>float,</nobr> float<nobr>,</nobr> boolean<nobr><nobr></code>)</nobr>
132  </TD>
133  <TD>&nbsp;</TD>
134</TR>
135<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
136  <TD VALIGN="TOP" WIDTH="25%">
137  <A NAME="android.view.View.dispatchNestedPreFling_added(float, float)"></A>
138  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/view/View.html#dispatchNestedPreFling(float, float)" target="_top"><code>dispatchNestedPreFling</code></A>(<code>float,</nobr> float<nobr><nobr></code>)</nobr>
139  </TD>
140  <TD>&nbsp;</TD>
141</TR>
142<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
143  <TD VALIGN="TOP" WIDTH="25%">
144  <A NAME="android.view.View.dispatchNestedPreScroll_added(int, int, int[], int[])"></A>
145  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/view/View.html#dispatchNestedPreScroll(int, int, int[], int[])" target="_top"><code>dispatchNestedPreScroll</code></A>(<code>int,</nobr> int<nobr>,</nobr> int[]<nobr>,</nobr> int[]<nobr><nobr></code>)</nobr>
146  </TD>
147  <TD>&nbsp;</TD>
148</TR>
149<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
150  <TD VALIGN="TOP" WIDTH="25%">
151  <A NAME="android.view.View.dispatchNestedScroll_added(int, int, int, int, int[])"></A>
152  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/view/View.html#dispatchNestedScroll(int, int, int, int, int[])" target="_top"><code>dispatchNestedScroll</code></A>(<code>int,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int[]<nobr><nobr></code>)</nobr>
153  </TD>
154  <TD>&nbsp;</TD>
155</TR>
156<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
157  <TD VALIGN="TOP" WIDTH="25%">
158  <A NAME="android.view.View.drawableHotspotChanged_added(float, float)"></A>
159  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/View.html#drawableHotspotChanged(float, float)" target="_top"><code>drawableHotspotChanged</code></A>(<code>float,</nobr> float<nobr><nobr></code>)</nobr>
160  </TD>
161  <TD>&nbsp;</TD>
162</TR>
163<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
164  <TD VALIGN="TOP" WIDTH="25%">
165  <A NAME="android.view.View.getBackgroundTintList_added()"></A>
166  <nobr><code>ColorStateList</code>&nbsp;<A HREF="/reference/android/view/View.html#getBackgroundTintList()" target="_top"><code>getBackgroundTintList</code></A>()</nobr>
167  </TD>
168  <TD>&nbsp;</TD>
169</TR>
170<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
171  <TD VALIGN="TOP" WIDTH="25%">
172  <A NAME="android.view.View.getBackgroundTintMode_added()"></A>
173  <nobr><code>Mode</code>&nbsp;<A HREF="/reference/android/view/View.html#getBackgroundTintMode()" target="_top"><code>getBackgroundTintMode</code></A>()</nobr>
174  </TD>
175  <TD>&nbsp;</TD>
176</TR>
177<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
178  <TD VALIGN="TOP" WIDTH="25%">
179  <A NAME="android.view.View.getClipToOutline_added()"></A>
180  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/view/View.html#getClipToOutline()" target="_top"><code>getClipToOutline</code></A>()</nobr>
181  </TD>
182  <TD>&nbsp;</TD>
183</TR>
184<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
185  <TD VALIGN="TOP" WIDTH="25%">
186  <A NAME="android.view.View.getElevation_added()"></A>
187  <nobr><code>float</code>&nbsp;<A HREF="/reference/android/view/View.html#getElevation()" target="_top"><code>getElevation</code></A>()</nobr>
188  </TD>
189  <TD>&nbsp;</TD>
190</TR>
191<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
192  <TD VALIGN="TOP" WIDTH="25%">
193  <A NAME="android.view.View.getOutlineProvider_added()"></A>
194  <nobr><code>ViewOutlineProvider</code>&nbsp;<A HREF="/reference/android/view/View.html#getOutlineProvider()" target="_top"><code>getOutlineProvider</code></A>()</nobr>
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.View.getStateListAnimator_added()"></A>
201  <nobr><code>StateListAnimator</code>&nbsp;<A HREF="/reference/android/view/View.html#getStateListAnimator()" target="_top"><code>getStateListAnimator</code></A>()</nobr>
202  </TD>
203  <TD>&nbsp;</TD>
204</TR>
205<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
206  <TD VALIGN="TOP" WIDTH="25%">
207  <A NAME="android.view.View.getTransitionName_added()"></A>
208  <nobr><code>String</code>&nbsp;<A HREF="/reference/android/view/View.html#getTransitionName()" target="_top"><code>getTransitionName</code></A>()</nobr>
209  </TD>
210  <TD>&nbsp;</TD>
211</TR>
212<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
213  <TD VALIGN="TOP" WIDTH="25%">
214  <A NAME="android.view.View.getTranslationZ_added()"></A>
215  <nobr><code>float</code>&nbsp;<A HREF="/reference/android/view/View.html#getTranslationZ()" target="_top"><code>getTranslationZ</code></A>()</nobr>
216  </TD>
217  <TD>&nbsp;</TD>
218</TR>
219<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
220  <TD VALIGN="TOP" WIDTH="25%">
221  <A NAME="android.view.View.getZ_added()"></A>
222  <nobr><code>float</code>&nbsp;<A HREF="/reference/android/view/View.html#getZ()" target="_top"><code>getZ</code></A>()</nobr>
223  </TD>
224  <TD>&nbsp;</TD>
225</TR>
226<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
227  <TD VALIGN="TOP" WIDTH="25%">
228  <A NAME="android.view.View.hasNestedScrollingParent_added()"></A>
229  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/view/View.html#hasNestedScrollingParent()" target="_top"><code>hasNestedScrollingParent</code></A>()</nobr>
230  </TD>
231  <TD>&nbsp;</TD>
232</TR>
233<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
234  <TD VALIGN="TOP" WIDTH="25%">
235  <A NAME="android.view.View.invalidateOutline_added()"></A>
236  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/View.html#invalidateOutline()" target="_top"><code>invalidateOutline</code></A>()</nobr>
237  </TD>
238  <TD>&nbsp;</TD>
239</TR>
240<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
241  <TD VALIGN="TOP" WIDTH="25%">
242  <A NAME="android.view.View.isAccessibilityFocused_added()"></A>
243  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/view/View.html#isAccessibilityFocused()" target="_top"><code>isAccessibilityFocused</code></A>()</nobr>
244  </TD>
245  <TD>&nbsp;</TD>
246</TR>
247<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
248  <TD VALIGN="TOP" WIDTH="25%">
249  <A NAME="android.view.View.isImportantForAccessibility_added()"></A>
250  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/view/View.html#isImportantForAccessibility()" target="_top"><code>isImportantForAccessibility</code></A>()</nobr>
251  </TD>
252  <TD>&nbsp;</TD>
253</TR>
254<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
255  <TD VALIGN="TOP" WIDTH="25%">
256  <A NAME="android.view.View.isNestedScrollingEnabled_added()"></A>
257  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/view/View.html#isNestedScrollingEnabled()" target="_top"><code>isNestedScrollingEnabled</code></A>()</nobr>
258  </TD>
259  <TD>&nbsp;</TD>
260</TR>
261<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
262  <TD VALIGN="TOP" WIDTH="25%">
263  <A NAME="android.view.View.requestUnbufferedDispatch_added(android.view.MotionEvent)"></A>
264  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/View.html#requestUnbufferedDispatch(android.view.MotionEvent)" target="_top"><code>requestUnbufferedDispatch</code></A>(<code>MotionEvent</code>)</nobr>
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.View.setBackgroundTintList_added(android.content.res.ColorStateList)"></A>
271  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/View.html#setBackgroundTintList(android.content.res.ColorStateList)" target="_top"><code>setBackgroundTintList</code></A>(<code>ColorStateList</code>)</nobr>
272  </TD>
273  <TD>&nbsp;</TD>
274</TR>
275<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
276  <TD VALIGN="TOP" WIDTH="25%">
277  <A NAME="android.view.View.setBackgroundTintMode_added(android.graphics.PorterDuff.Mode)"></A>
278  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/View.html#setBackgroundTintMode(android.graphics.PorterDuff.Mode)" target="_top"><code>setBackgroundTintMode</code></A>(<code>Mode</code>)</nobr>
279  </TD>
280  <TD>&nbsp;</TD>
281</TR>
282<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
283  <TD VALIGN="TOP" WIDTH="25%">
284  <A NAME="android.view.View.setClipToOutline_added(boolean)"></A>
285  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/View.html#setClipToOutline(boolean)" target="_top"><code>setClipToOutline</code></A>(<code>boolean</code>)</nobr>
286  </TD>
287  <TD>&nbsp;</TD>
288</TR>
289<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
290  <TD VALIGN="TOP" WIDTH="25%">
291  <A NAME="android.view.View.setElevation_added(float)"></A>
292  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/View.html#setElevation(float)" target="_top"><code>setElevation</code></A>(<code>float</code>)</nobr>
293  </TD>
294  <TD>&nbsp;</TD>
295</TR>
296<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
297  <TD VALIGN="TOP" WIDTH="25%">
298  <A NAME="android.view.View.setNestedScrollingEnabled_added(boolean)"></A>
299  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/View.html#setNestedScrollingEnabled(boolean)" target="_top"><code>setNestedScrollingEnabled</code></A>(<code>boolean</code>)</nobr>
300  </TD>
301  <TD>&nbsp;</TD>
302</TR>
303<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
304  <TD VALIGN="TOP" WIDTH="25%">
305  <A NAME="android.view.View.setOutlineProvider_added(android.view.ViewOutlineProvider)"></A>
306  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/View.html#setOutlineProvider(android.view.ViewOutlineProvider)" target="_top"><code>setOutlineProvider</code></A>(<code>ViewOutlineProvider</code>)</nobr>
307  </TD>
308  <TD>&nbsp;</TD>
309</TR>
310<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
311  <TD VALIGN="TOP" WIDTH="25%">
312  <A NAME="android.view.View.setStateListAnimator_added(android.animation.StateListAnimator)"></A>
313  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/View.html#setStateListAnimator(android.animation.StateListAnimator)" target="_top"><code>setStateListAnimator</code></A>(<code>StateListAnimator</code>)</nobr>
314  </TD>
315  <TD>&nbsp;</TD>
316</TR>
317<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
318  <TD VALIGN="TOP" WIDTH="25%">
319  <A NAME="android.view.View.setTransitionName_added(java.lang.String)"></A>
320  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/View.html#setTransitionName(java.lang.String)" target="_top"><code>setTransitionName</code></A>(<code>String</code>)</nobr>
321  </TD>
322  <TD>&nbsp;</TD>
323</TR>
324<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
325  <TD VALIGN="TOP" WIDTH="25%">
326  <A NAME="android.view.View.setTranslationZ_added(float)"></A>
327  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/View.html#setTranslationZ(float)" target="_top"><code>setTranslationZ</code></A>(<code>float</code>)</nobr>
328  </TD>
329  <TD>&nbsp;</TD>
330</TR>
331<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
332  <TD VALIGN="TOP" WIDTH="25%">
333  <A NAME="android.view.View.setZ_added(float)"></A>
334  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/View.html#setZ(float)" target="_top"><code>setZ</code></A>(<code>float</code>)</nobr>
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.View.startNestedScroll_added(int)"></A>
341  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/view/View.html#startNestedScroll(int)" target="_top"><code>startNestedScroll</code></A>(<code>int</code>)</nobr>
342  </TD>
343  <TD>&nbsp;</TD>
344</TR>
345<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
346  <TD VALIGN="TOP" WIDTH="25%">
347  <A NAME="android.view.View.stopNestedScroll_added()"></A>
348  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/view/View.html#stopNestedScroll()" target="_top"><code>stopNestedScroll</code></A>()</nobr>
349  </TD>
350  <TD>&nbsp;</TD>
351</TR>
352</TABLE>
353&nbsp;
354<a NAME="fields"></a>
355<p>
356<a NAME="Added"></a>
357<TABLE summary="Added Fields" WIDTH="100%">
358<TR>
359  <TH VALIGN="TOP" COLSPAN=2>Added Fields</FONT></TD>
360</TH>
361<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
362  <TD VALIGN="TOP" WIDTH="25%">
363  <A NAME="android.view.View.SCROLL_AXIS_HORIZONTAL"></A>
364  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/View.html#SCROLL_AXIS_HORIZONTAL" target="_top"><code>SCROLL_AXIS_HORIZONTAL</code></A></nobr>
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.View.SCROLL_AXIS_NONE"></A>
371  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/View.html#SCROLL_AXIS_NONE" target="_top"><code>SCROLL_AXIS_NONE</code></A></nobr>
372  </TD>
373  <TD>&nbsp;</TD>
374</TR>
375<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
376  <TD VALIGN="TOP" WIDTH="25%">
377  <A NAME="android.view.View.SCROLL_AXIS_VERTICAL"></A>
378  <nobr><code>int</code>&nbsp;<A HREF="/reference/android/view/View.html#SCROLL_AXIS_VERTICAL" target="_top"><code>SCROLL_AXIS_VERTICAL</code></A></nobr>
379  </TD>
380  <TD>&nbsp;</TD>
381</TR>
382<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
383  <TD VALIGN="TOP" WIDTH="25%">
384  <A NAME="android.view.View.TRANSLATION_Z"></A>
385  <nobr><code>Property</code>&nbsp;<A HREF="/reference/android/view/View.html#TRANSLATION_Z" target="_top"><code>TRANSLATION_Z</code></A></nobr>
386  </TD>
387  <TD>&nbsp;</TD>
388</TR>
389<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
390  <TD VALIGN="TOP" WIDTH="25%">
391  <A NAME="android.view.View.Z"></A>
392  <nobr><code>Property</code>&nbsp;<A HREF="/reference/android/view/View.html#Z" target="_top"><code>Z</code></A></nobr>
393  </TD>
394  <TD>&nbsp;</TD>
395</TR>
396</TABLE>
397&nbsp;
398      </div>	
399      <div id="footer">
400        <div id="copyright">
401        Except as noted, this content is licensed under 
402        <a href="//creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
403        For details and restrictions, see the <a href="/license.html">Content License</a>.
404        </div>
405      <div id="footerlinks">
406      <p>
407        <a href="//www.android.com/terms.html">Site Terms of Service</a> -
408        <a href="//www.android.com/privacy.html">Privacy Policy</a> -
409        <a href="//www.android.com/branding.html">Brand Guidelines</a>
410      </p>
411    </div>
412    </div> <!-- end footer -->
413    </div><!-- end doc-content -->
414    </div> <!-- end body-content --> 
415<script src="//www.google-analytics.com/ga.js" type="text/javascript">
416</script>
417<script type="text/javascript">
418  try {
419    var pageTracker = _gat._getTracker("UA-5831155-1");
420    pageTracker._setAllowAnchor(true);
421    pageTracker._initData();
422    pageTracker._trackPageview();
423  } catch(e) {}
424</script>
425</BODY>
426</HTML>
427