• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html>
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76<html>
77<head>
78
79
80
81<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
82
83<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
84<title>R.attr | Android Developers</title>
85
86<!-- STYLESHEETS -->
87<link rel="stylesheet"
88href="//fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto">
89<link href="/assets/css/default.css" rel="stylesheet" type="text/css">
90
91
92
93<!-- JAVASCRIPT -->
94<script src="//www.google.com/jsapi" type="text/javascript"></script>
95<script src="/assets/js/android_3p-bundle.js" type="text/javascript"></script>
96<script type="text/javascript">
97  var toRoot = "/";
98  var devsite = false;
99</script>
100<script src="/assets/js/docs.js" type="text/javascript"></script>
101
102<script type="text/javascript">
103  var _gaq = _gaq || [];
104  _gaq.push(['_setAccount', 'UA-5831155-1']);
105  _gaq.push(['_trackPageview']);
106
107  (function() {
108    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
109    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
110    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
111  })();
112</script>
113</head>
114<body class="gc-documentation google
115  develop" itemscope itemtype="http://schema.org/Article">
116  <div id="doc-api-level" class="" style="display:none"></div>
117  <a name="top"></a>
118
119<a name="top"></a>
120
121    <!-- Header -->
122    <div id="header">
123        <div class="wrap" id="header-wrap">
124          <div class="col-3 logo">
125          <a href="/index.html">
126            <img src="/assets/images/dac_logo.png" width="123" height="25" alt="Android Developers" />
127          </a>
128          <div class="btn-quicknav" id="btn-quicknav">
129          	<a href="#" class="arrow-inactive">Quicknav</a>
130			      <a href="#" class="arrow-active">Quicknav</a>
131          </div>
132          </div>
133            <ul class="nav-x col-9">
134                <li class="design">
135                  <a href="/design/index.html"
136                  zh-tw-lang="設計"
137                  zh-cn-lang="设计"
138                  ru-lang="Проектирование"
139                  ko-lang="디자인"
140                  ja-lang="設計"
141                  es-lang="Diseñar"
142                  >Design</a></li>
143                <li class="develop"><a href="/develop/index.html"
144                  zh-tw-lang="開發"
145                  zh-cn-lang="开发"
146                  ru-lang="Разработка"
147                  ko-lang="개발"
148                  ja-lang="開発"
149                  es-lang="Desarrollar"
150                  >Develop</a></li>
151                <li class="distribute last"><a href="/distribute/index.html"
152                  zh-tw-lang="發佈"
153                  zh-cn-lang="分发"
154                  ru-lang="Распространение"
155                  ko-lang="배포"
156                  ja-lang="配布"
157                  es-lang="Distribuir"
158                  >Distribute</a></li>
159            </ul>
160
161            <!-- New Search -->
162            <div class="menu-container">
163            <div class="moremenu">
164    <div id="more-btn"></div>
165  </div>
166  <div class="morehover" id="moremenu">
167    <div class="top"></div>
168    <div class="mid">
169      <div class="header">Links</div>
170      <ul>
171        <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
172        <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
173        <li><a href="/about/index.html">About Android</a></li>
174      </ul>
175      <div class="header">Android Sites</div>
176      <ul>
177        <li><a href="http://www.android.com">Android.com</a></li>
178        <li class="active"><a>Android Developers</a></li>
179        <li><a href="http://source.android.com">Android Open Source Project</a></li>
180      </ul>
181
182
183
184        <div class="header">Language</div>
185          <div id="language" class="locales">
186            <select name="language" onChange="changeLangPref(this.value, true)">
187                <option value="en">English</option>
188                <option value="es">Español</option>
189                <option value="ja">日本語</option>
190                <option value="ko">한국어</option>
191                <option value="ru">Русский</option>
192                <option value="zh-cn">中文 (中国)</option>
193                <option value="zh-tw">中文 (台灣)</option>
194            </select>
195          </div>
196        <script type="text/javascript">
197          <!--
198          loadLangPref();
199            //-->
200        </script>
201
202
203
204
205      <br class="clearfix" />
206    </div>
207    <div class="bottom"></div>
208  </div>
209  <div class="search" id="search-container">
210    <div class="search-inner">
211      <div id="search-btn"></div>
212      <div class="left"></div>
213      <form onsubmit="return submit_search()">
214        <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
215onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
216onkeydown="return search_changed(event, true, '/')"
217onkeyup="return search_changed(event, false, '/')" />
218      </form>
219      <div class="right"></div>
220        <a class="close hide">close</a>
221        <div class="left"></div>
222        <div class="right"></div>
223    </div>
224  </div>
225
226  <div class="search_filtered_wrapper reference">
227    <div class="suggest-card reference no-display">
228      <ul class="search_filtered">
229      </ul>
230    </div>
231  </div>
232
233  <div class="search_filtered_wrapper docs">
234    <div class="suggest-card dummy no-display">&nbsp;</div>
235    <div class="suggest-card develop no-display">
236      <ul class="search_filtered">
237      </ul>
238      <div class="child-card guides no-display">
239      </div>
240      <div class="child-card training no-display">
241      </div>
242    </div>
243    <div class="suggest-card design no-display">
244      <ul class="search_filtered">
245      </ul>
246    </div>
247    <div class="suggest-card distribute no-display">
248      <ul class="search_filtered">
249      </ul>
250    </div>
251  </div>
252
253  </div>
254  <!-- /New Search>
255
256
257          <!-- Expanded quicknav -->
258           <div id="quicknav" class="col-9">
259                <ul>
260                    <li class="design">
261                      <ul>
262                        <li><a href="/design/index.html">Get Started</a></li>
263                        <li><a href="/design/style/index.html">Style</a></li>
264                        <li><a href="/design/patterns/index.html">Patterns</a></li>
265                        <li><a href="/design/building-blocks/index.html">Building Blocks</a></li>
266                        <li><a href="/design/downloads/index.html">Downloads</a></li>
267                        <li><a href="/design/videos/index.html">Videos</a></li>
268                      </ul>
269                    </li>
270                    <li class="develop">
271                      <ul>
272                        <li><a href="/training/index.html"
273                          zh-tw-lang="訓練課程"
274                          zh-cn-lang="培训"
275                          ru-lang="Курсы"
276                          ko-lang="교육"
277                          ja-lang="トレーニング"
278                          es-lang="Capacitación"
279                          >Training</a></li>
280                        <li><a href="/guide/components/index.html"
281                          zh-tw-lang="API 指南"
282                          zh-cn-lang="API 指南"
283                          ru-lang="Руководства по API"
284                          ko-lang="API 가이드"
285                          ja-lang="API ガイド"
286                          es-lang="Guías de la API"
287                          >API Guides</a></li>
288                        <li><a href="/reference/packages.html"
289                          zh-tw-lang="參考資源"
290                          zh-cn-lang="参考"
291                          ru-lang="Справочник"
292                          ko-lang="참조문서"
293                          ja-lang="リファレンス"
294                          es-lang="Referencia"
295                          >Reference</a></li>
296                        <li><a href="/tools/index.html"
297                          zh-tw-lang="相關工具"
298                          zh-cn-lang="工具"
299                          ru-lang="Инструменты"
300                          ko-lang="도구"
301                          ja-lang="ツール"
302                          es-lang="Herramientas"
303                          >Tools</a>
304                          <ul><li><a href="/sdk/index.html">Get the SDK</a></li></ul>
305                        </li>
306                        <li><a href="/google/index.html">Google Services</a>
307                        </li>
308                      </ul>
309                    </li>
310                    <li class="distribute last">
311                      <ul>
312                        <li><a href="/distribute/index.html">Google Play</a></li>
313                        <li><a href="/distribute/googleplay/publish/index.html">Publishing</a></li>
314                        <li><a href="/distribute/googleplay/promote/index.html">Promoting</a></li>
315                        <li><a href="/distribute/googleplay/quality/index.html">App Quality</a></li>
316                        <li><a href="/distribute/googleplay/spotlight/index.html">Spotlight</a></li>
317                        <li><a href="/distribute/open.html">Open Distribution</a></li>
318                      </ul>
319                    </li>
320                </ul>
321          </div>
322          <!-- /Expanded quicknav -->
323        </div>
324    </div>
325    <!-- /Header -->
326
327
328  <div id="searchResults" class="wrap" style="display:none;">
329          <h2 id="searchTitle">Results</h2>
330          <div id="leftSearchControl" class="search-control">Loading...</div>
331  </div>
332
333
334
335    <!-- Secondary x-nav -->
336    <div id="nav-x">
337        <div class="wrap">
338            <ul class="nav-x col-9 develop" style="width:100%">
339                <li class="training"><a href="/training/index.html"
340                  zh-tw-lang="訓練課程"
341                  zh-cn-lang="培训"
342                  ru-lang="Курсы"
343                  ko-lang="교육"
344                  ja-lang="トレーニング"
345                  es-lang="Capacitación"
346                  >Training</a></li>
347                <li class="guide"><a href="/guide/components/index.html"
348                  zh-tw-lang="API 指南"
349                  zh-cn-lang="API 指南"
350                  ru-lang="Руководства по API"
351                  ko-lang="API 가이드"
352                  ja-lang="API ガイド"
353                  es-lang="Guías de la API"
354                  >API Guides</a></li>
355                <li class="reference"><a href="/reference/packages.html"
356                  zh-tw-lang="參考資源"
357                  zh-cn-lang="参考"
358                  ru-lang="Справочник"
359                  ko-lang="참조문서"
360                  ja-lang="リファレンス"
361                  es-lang="Referencia"
362                  >Reference</a></li>
363                <li class="tools"><a href="/tools/index.html"
364                  zh-tw-lang="相關工具"
365                  zh-cn-lang="工具"
366                  ru-lang="Инструменты"
367                  ko-lang="도구"
368                  ja-lang="ツール"
369                  es-lang="Herramientas"
370                  >Tools</a></li>
371                <li class="google"><a href="/google/index.html"
372                  >Google Services</a>
373                </li>
374            </ul>
375        </div>
376
377    </div>
378    <!-- /Sendondary x-nav -->
379
380
381
382
383
384
385
386
387
388  <div class="wrap clearfix" id="body-content">
389    <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
390      <div id="devdoc-nav" class="scroll-pane">
391<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
392
393
394
395<ul id="nav">
396
397  <li class="nav-section">
398    <div class="nav-section-header empty"><a href="/google/index.html">
399          <span class="en">Overview</span>
400      </a></div>
401  </li>
402
403  <li class="nav-section">
404    <div class="nav-section-header empty"><a href="/google/play-services/games.html">
405          <span class="en">Games</span>
406      </a></div>
407  </li>
408  <li class="nav-section">
409    <div class="nav-section-header empty"><a href="/google/play-services/location.html">
410          <span class="en">Location</span>
411      </a></div>
412  </li>
413  <li class="nav-section">
414    <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
415          <span class="en">Google+</span>
416                </a></div>
417  </li>
418  <li class="nav-section">
419    <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
420          <span class="en">Google Maps</span>
421      </a></div>
422  </li>
423  <li class="nav-section">
424    <div class="nav-section-header empty"><a href="/google/play-services/auth.html">
425          <span class="en">Authorization</span>
426      </a></div>
427  </li>
428
429
430
431  <li class="nav-section">
432    <div class="nav-section-header"><a href="/google/play-services/index.html">
433      <span class="en">Google Play Services</span></a>
434    </div>
435    <ul>
436      <li><a href="/google/play-services/setup.html">
437          <span class="en">Setup</span></a>
438      </li>
439      <li id="gms-tree-list" class="nav-section">
440        <div class="nav-section-header">
441          <a href="/reference/gms-packages.html">
442            <span class="en">Reference</span>
443          </a>
444        <div>
445      </li>
446    </ul>
447  </li>
448
449
450  <li class="nav-section">
451    <div class="nav-section-header"><a href="/google/play/billing/index.html">
452      <span class="en">Google Play In-app Billing</span></a>
453    </div>
454    <ul>
455      <li><a href="/google/play/billing/billing_overview.html">
456              <span class="en">Overview</span></a>
457      </li>
458      <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/api.html">
459              <span class="en">Version 3 API</span></a></div>
460              <ul>
461              <li><a href="/google/play/billing/billing_integrate.html">
462              <span class="en">Implementing the API</span></a></li>
463              <li><a href="/google/play/billing/billing_reference.html">
464              <span class="en">Reference</span></a></li>
465              </ul>
466      </li>
467      <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/v2/api.html">
468              <span class="en">Version 2 API</span></a></div>
469              <ul>
470              <li><a href="/google/play/billing/v2/billing_integrate.html">
471              <span class="en">Implementing the API</span></a></li>
472              <li><a href="/google/play/billing/v2/billing_subscriptions.html">
473              <span class="en">Subscriptions</span></a></li>
474              <li><a href="/google/play/billing/v2/billing_reference.html">
475              <span class="en">Reference</span></a></li>
476              </ul>
477      </li>
478      <li><a href="/google/play/billing/billing_subscriptions.html">
479              <span class="en">Subscriptions</span></a>
480      </li>
481      <li><a href="/google/play/billing/billing_best_practices.html">
482              <span class="en">Security and Design</span></a>
483      </li>
484      <li><a href="/google/play/billing/billing_testing.html">
485              <span class="en">Testing In-app Billing</span></a>
486      </li>
487      <li><a href="/google/play/billing/billing_admin.html">
488              <span class="en">Administering In-app Billing</span></a>
489      </li>
490      <li><a href="/google/play/billing/versions.html">
491              <span class="en">Version Notes</span></a>
492      </li>
493    </ul>
494  </li>
495
496
497
498  <li class="nav-section">
499      <div class="nav-section-header"><a href="/google/gcm/index.html">
500        <span class="en">Google Cloud Messaging</span></a>
501      </div>
502      <ul>
503        <li><a href="/google/gcm/gs.html">
504            <span class="en">Getting Started</span></a>
505        </li>
506        <li><a href="/google/gcm/gcm.html">
507            <span class="en">Architectural Overview</span></a>
508        </li>
509        <li><a href="/google/gcm/demo.html">
510            <span class="en">Demo App Tutorial</span></a>
511        </li>
512        <li><a href="/google/gcm/adv.html">
513            <span class="en">Advanced Topics</span></a>
514        </li>
515        <li><a href="/google/gcm/c2dm.html">
516            <span class="en">Migration</span></a>
517        </li>
518        <li id="gcm-tree-list" class="nav-section">
519          <div class="nav-section-header">
520            <a href="/reference/gcm-packages.html">
521              <span class="en">Reference</span>
522            </a>
523          <div>
524        </li>
525      </ul>
526  </li>
527
528  <li class="nav-section">
529    <div class="nav-section-header"><a href="/google/play/dist.html">
530      <span class="en">Google Play Distribution</span></a>
531    </div>
532    <ul>
533      <li><a href="/google/play/filters.html">
534          <span class="en">Filters on Google Play</span></a>
535      </li>
536
537      <li><a href="/google/play/publishing/multiple-apks.html">
538          <span class="en">Multiple APK Support</span></a>
539      </li>
540      <li><a href="/google/play/expansion-files.html">
541          <span class="en">APK Expansion Files</span></a>
542      </li>
543      <li class="nav-section">
544        <div class="nav-section-header"><a href="/google/play/licensing/index.html">
545          <span class="en">Application Licensing</span></a>
546        </div>
547        <ul>
548          <li><a href="/google/play/licensing/overview.html">
549              <span class="en">Licensing Overview</span></a>
550          </li>
551          <li><a href="/google/play/licensing/setting-up.html">
552              <span class="en">Setting Up for Licensing</span></a>
553          </li>
554          <li><a href="/google/play/licensing/adding-licensing.html">
555              <span class="en">Adding Licensing to Your App</span></a>
556          </li>
557          <li><a href="/google/play/licensing/licensing-reference.html">
558              <span class="en">Licensing Reference</span></a>
559          </li>
560        </ul>
561      </li>
562
563  <li class="nav-section">
564    <div class="nav-section-header"><a href="/google/backup/index.html">
565      Android Backup Service</a>
566    </div>
567    <ul>
568      <li><a href="/google/backup/signup.html">
569          Register</a>
570      </li>
571    </ul>
572  </li>
573
574  </ul>
575
576</li>
577
578
579
580</ul>
581
582<script type="text/javascript">
583<!--
584    buildToggleLists();
585    changeNavLang(getLangPref());
586//-->
587</script>
588
589
590
591
592      </div>
593      <script type="text/javascript">
594       showGoogleRefTree();
595
596      </script>
597    </div> <!-- end side-nav -->
598    <script>
599      $(document).ready(function() {
600        scrollIntoView("devdoc-nav");
601        });
602    </script>
603
604
605
606
607
608
609<div class="col-12"  id="doc-col">
610
611<div id="api-info-block">
612
613
614
615
616
617
618
619
620
621
622
623<div class="sum-details-links">
624
625Summary:
626
627
628
629
630
631
632
633  <a href="#lfields">Fields</a>
634
635
636
637
638  &#124; <a href="#pubctors">Ctors</a>
639
640
641
642
643
644
645  &#124; <a href="#inhmethods">Inherited Methods</a>
646
647&#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
648
649</div><!-- end sum-details-links -->
650<div class="api-level">
651
652
653
654
655</div>
656</div><!-- end api-info-block -->
657
658
659<!-- ======== START OF CLASS DATA ======== -->
660
661<div id="jd-header">
662    public
663    static
664    final
665
666    class
667<h1 itemprop="name">R.attr</h1>
668
669
670
671
672    extends Object<br/>
673
674
675
676
677
678
679
680
681
682</div><!-- end header -->
683
684<div id="naMessage"></div>
685
686<div id="jd-content" class="api apilevel-">
687<table class="jd-inheritance-table">
688
689
690    <tr>
691
692        <td colspan="2" class="jd-inheritance-class-cell">java.lang.Object</td>
693    </tr>
694
695
696    <tr>
697
698            <td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;&#x21b3;</td>
699
700        <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.R.attr</td>
701    </tr>
702
703
704</table>
705
706
707
708
709
710
711
712<div class="jd-descr">
713
714
715
716
717
718
719</div><!-- jd-descr -->
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736<div class="jd-descr">
737
738
739<h2>Summary</h2>
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758<!-- =========== FIELD SUMMARY =========== -->
759<table id="lfields" class="jd-sumtable"><tr><th colspan="12">Fields</th></tr>
760
761
762
763      <tr class="alt-color api apilevel-" >
764          <td class="jd-typecol"><nobr>
765          public
766          static
767
768          int</nobr></td>
769          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#cameraBearing">cameraBearing</a></td>
770          <td class="jd-descrcol" width="100%"><p>Must be a floating point value, such as "<code>1.2</code>".</td>
771      </tr>
772
773
774      <tr class=" api apilevel-" >
775          <td class="jd-typecol"><nobr>
776          public
777          static
778
779          int</nobr></td>
780          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#cameraTargetLat">cameraTargetLat</a></td>
781          <td class="jd-descrcol" width="100%"><p>Must be a floating point value, such as "<code>1.2</code>".</td>
782      </tr>
783
784
785      <tr class="alt-color api apilevel-" >
786          <td class="jd-typecol"><nobr>
787          public
788          static
789
790          int</nobr></td>
791          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#cameraTargetLng">cameraTargetLng</a></td>
792          <td class="jd-descrcol" width="100%"><p>Must be a floating point value, such as "<code>1.2</code>".</td>
793      </tr>
794
795
796      <tr class=" api apilevel-" >
797          <td class="jd-typecol"><nobr>
798          public
799          static
800
801          int</nobr></td>
802          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#cameraTilt">cameraTilt</a></td>
803          <td class="jd-descrcol" width="100%"><p>Must be a floating point value, such as "<code>1.2</code>".</td>
804      </tr>
805
806
807      <tr class="alt-color api apilevel-" >
808          <td class="jd-typecol"><nobr>
809          public
810          static
811
812          int</nobr></td>
813          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#cameraZoom">cameraZoom</a></td>
814          <td class="jd-descrcol" width="100%"><p>Must be a floating point value, such as "<code>1.2</code>".</td>
815      </tr>
816
817
818      <tr class=" api apilevel-" >
819          <td class="jd-typecol"><nobr>
820          public
821          static
822
823          int</nobr></td>
824          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#mapType">mapType</a></td>
825          <td class="jd-descrcol" width="100%"><p>Must be one of the following constant values.</td>
826      </tr>
827
828
829      <tr class="alt-color api apilevel-" >
830          <td class="jd-typecol"><nobr>
831          public
832          static
833
834          int</nobr></td>
835          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#uiCompass">uiCompass</a></td>
836          <td class="jd-descrcol" width="100%"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</td>
837      </tr>
838
839
840      <tr class=" api apilevel-" >
841          <td class="jd-typecol"><nobr>
842          public
843          static
844
845          int</nobr></td>
846          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#uiRotateGestures">uiRotateGestures</a></td>
847          <td class="jd-descrcol" width="100%"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</td>
848      </tr>
849
850
851      <tr class="alt-color api apilevel-" >
852          <td class="jd-typecol"><nobr>
853          public
854          static
855
856          int</nobr></td>
857          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#uiScrollGestures">uiScrollGestures</a></td>
858          <td class="jd-descrcol" width="100%"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</td>
859      </tr>
860
861
862      <tr class=" api apilevel-" >
863          <td class="jd-typecol"><nobr>
864          public
865          static
866
867          int</nobr></td>
868          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#uiTiltGestures">uiTiltGestures</a></td>
869          <td class="jd-descrcol" width="100%"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</td>
870      </tr>
871
872
873      <tr class="alt-color api apilevel-" >
874          <td class="jd-typecol"><nobr>
875          public
876          static
877
878          int</nobr></td>
879          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#uiZoomControls">uiZoomControls</a></td>
880          <td class="jd-descrcol" width="100%"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</td>
881      </tr>
882
883
884      <tr class=" api apilevel-" >
885          <td class="jd-typecol"><nobr>
886          public
887          static
888
889          int</nobr></td>
890          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#uiZoomGestures">uiZoomGestures</a></td>
891          <td class="jd-descrcol" width="100%"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</td>
892      </tr>
893
894
895      <tr class="alt-color api apilevel-" >
896          <td class="jd-typecol"><nobr>
897          public
898          static
899
900          int</nobr></td>
901          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#useViewLifecycle">useViewLifecycle</a></td>
902          <td class="jd-descrcol" width="100%"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</td>
903      </tr>
904
905
906      <tr class=" api apilevel-" >
907          <td class="jd-typecol"><nobr>
908          public
909          static
910
911          int</nobr></td>
912          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.attr.html#zOrderOnTop">zOrderOnTop</a></td>
913          <td class="jd-descrcol" width="100%"><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</td>
914      </tr>
915
916
917
918</table>
919
920
921
922
923
924
925
926<!-- ======== CONSTRUCTOR SUMMARY ======== -->
927<table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr>
928
929
930
931
932    <tr class="alt-color api apilevel-" >
933        <td class="jd-typecol"><nobr>
934
935
936
937
938
939            </nobr>
940        </td>
941        <td class="jd-linkcol" width="100%"><nobr>
942        <span class="sympad"><a href="/reference/com/google/android/gms/R.attr.html#R.attr()">R.attr</a></span>()</nobr>
943
944  </td></tr>
945
946
947
948</table>
949
950
951
952
953
954
955
956
957
958
959
960<!-- ========== METHOD SUMMARY =========== -->
961<table id="inhmethods" class="jd-sumtable"><tr><th>
962  <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
963  <div style="clear:left;">Inherited Methods</div></th></tr>
964
965
966<tr class="api apilevel-" >
967<td colspan="12">
968  <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
969          ><img id="inherited-methods-java.lang.Object-trigger"
970          src="/assets/images/triangle-closed.png"
971          class="jd-expando-trigger-img" /></a>
972From class
973
974  java.lang.Object
975
976<div id="inherited-methods-java.lang.Object">
977  <div id="inherited-methods-java.lang.Object-list"
978        class="jd-inheritedlinks">
979  </div>
980  <div id="inherited-methods-java.lang.Object-summary" style="display: none;">
981    <table class="jd-sumtable-expando">
982
983
984
985
986    <tr class="alt-color api apilevel-" >
987        <td class="jd-typecol"><nobr>
988
989
990
991
992
993            Object</nobr>
994        </td>
995        <td class="jd-linkcol" width="100%"><nobr>
996        <span class="sympad">clone</span>()</nobr>
997
998  </td></tr>
999
1000
1001
1002    <tr class=" api apilevel-" >
1003        <td class="jd-typecol"><nobr>
1004
1005
1006
1007
1008
1009            boolean</nobr>
1010        </td>
1011        <td class="jd-linkcol" width="100%"><nobr>
1012        <span class="sympad">equals</span>(Object arg0)</nobr>
1013
1014  </td></tr>
1015
1016
1017
1018    <tr class="alt-color api apilevel-" >
1019        <td class="jd-typecol"><nobr>
1020
1021
1022
1023
1024
1025            void</nobr>
1026        </td>
1027        <td class="jd-linkcol" width="100%"><nobr>
1028        <span class="sympad">finalize</span>()</nobr>
1029
1030  </td></tr>
1031
1032
1033
1034    <tr class=" api apilevel-" >
1035        <td class="jd-typecol"><nobr>
1036
1037
1038            final
1039
1040
1041            Class&lt;?&gt;</nobr>
1042        </td>
1043        <td class="jd-linkcol" width="100%"><nobr>
1044        <span class="sympad">getClass</span>()</nobr>
1045
1046  </td></tr>
1047
1048
1049
1050    <tr class="alt-color api apilevel-" >
1051        <td class="jd-typecol"><nobr>
1052
1053
1054
1055
1056
1057            int</nobr>
1058        </td>
1059        <td class="jd-linkcol" width="100%"><nobr>
1060        <span class="sympad">hashCode</span>()</nobr>
1061
1062  </td></tr>
1063
1064
1065
1066    <tr class=" api apilevel-" >
1067        <td class="jd-typecol"><nobr>
1068
1069
1070            final
1071
1072
1073            void</nobr>
1074        </td>
1075        <td class="jd-linkcol" width="100%"><nobr>
1076        <span class="sympad">notify</span>()</nobr>
1077
1078  </td></tr>
1079
1080
1081
1082    <tr class="alt-color api apilevel-" >
1083        <td class="jd-typecol"><nobr>
1084
1085
1086            final
1087
1088
1089            void</nobr>
1090        </td>
1091        <td class="jd-linkcol" width="100%"><nobr>
1092        <span class="sympad">notifyAll</span>()</nobr>
1093
1094  </td></tr>
1095
1096
1097
1098    <tr class=" api apilevel-" >
1099        <td class="jd-typecol"><nobr>
1100
1101
1102
1103
1104
1105            String</nobr>
1106        </td>
1107        <td class="jd-linkcol" width="100%"><nobr>
1108        <span class="sympad">toString</span>()</nobr>
1109
1110  </td></tr>
1111
1112
1113
1114    <tr class="alt-color api apilevel-" >
1115        <td class="jd-typecol"><nobr>
1116
1117
1118            final
1119
1120
1121            void</nobr>
1122        </td>
1123        <td class="jd-linkcol" width="100%"><nobr>
1124        <span class="sympad">wait</span>()</nobr>
1125
1126  </td></tr>
1127
1128
1129
1130    <tr class=" api apilevel-" >
1131        <td class="jd-typecol"><nobr>
1132
1133
1134            final
1135
1136
1137            void</nobr>
1138        </td>
1139        <td class="jd-linkcol" width="100%"><nobr>
1140        <span class="sympad">wait</span>(long arg0, int arg1)</nobr>
1141
1142  </td></tr>
1143
1144
1145
1146    <tr class="alt-color api apilevel-" >
1147        <td class="jd-typecol"><nobr>
1148
1149
1150            final
1151
1152
1153            void</nobr>
1154        </td>
1155        <td class="jd-linkcol" width="100%"><nobr>
1156        <span class="sympad">wait</span>(long arg0)</nobr>
1157
1158  </td></tr>
1159
1160
1161</table>
1162  </div>
1163</div>
1164</td></tr>
1165
1166
1167</table>
1168
1169
1170</div><!-- jd-descr (summary) -->
1171
1172<!-- Details -->
1173
1174
1175
1176
1177
1178
1179
1180
1181<!-- XML Attributes -->
1182
1183
1184<!-- Enum Values -->
1185
1186
1187<!-- Constants -->
1188
1189
1190<!-- Fields -->
1191
1192
1193<!-- ========= FIELD DETAIL ======== -->
1194<h2>Fields</h2>
1195
1196
1197
1198
1199<A NAME="cameraBearing"></A>
1200
1201<div class="jd-details api apilevel-">
1202    <h4 class="jd-details-title">
1203      <span class="normal">
1204        public
1205        static
1206
1207        int
1208      </span>
1209        cameraBearing
1210    </h4>
1211      <div class="api-level">
1212
1213
1214
1215
1216      </div>
1217    <div class="jd-details-descr">
1218
1219  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a floating point value, such as "<code>1.2</code>".
1220<p>This may also be a reference to a resource (in the form
1221"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1222theme attribute (in the form
1223"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1224containing a value of this type.
1225</p></div>
1226
1227
1228    </div>
1229</div>
1230
1231
1232
1233<A NAME="cameraTargetLat"></A>
1234
1235<div class="jd-details api apilevel-">
1236    <h4 class="jd-details-title">
1237      <span class="normal">
1238        public
1239        static
1240
1241        int
1242      </span>
1243        cameraTargetLat
1244    </h4>
1245      <div class="api-level">
1246
1247
1248
1249
1250      </div>
1251    <div class="jd-details-descr">
1252
1253  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a floating point value, such as "<code>1.2</code>".
1254<p>This may also be a reference to a resource (in the form
1255"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1256theme attribute (in the form
1257"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1258containing a value of this type.
1259</p></div>
1260
1261
1262    </div>
1263</div>
1264
1265
1266
1267<A NAME="cameraTargetLng"></A>
1268
1269<div class="jd-details api apilevel-">
1270    <h4 class="jd-details-title">
1271      <span class="normal">
1272        public
1273        static
1274
1275        int
1276      </span>
1277        cameraTargetLng
1278    </h4>
1279      <div class="api-level">
1280
1281
1282
1283
1284      </div>
1285    <div class="jd-details-descr">
1286
1287  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a floating point value, such as "<code>1.2</code>".
1288<p>This may also be a reference to a resource (in the form
1289"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1290theme attribute (in the form
1291"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1292containing a value of this type.
1293</p></div>
1294
1295
1296    </div>
1297</div>
1298
1299
1300
1301<A NAME="cameraTilt"></A>
1302
1303<div class="jd-details api apilevel-">
1304    <h4 class="jd-details-title">
1305      <span class="normal">
1306        public
1307        static
1308
1309        int
1310      </span>
1311        cameraTilt
1312    </h4>
1313      <div class="api-level">
1314
1315
1316
1317
1318      </div>
1319    <div class="jd-details-descr">
1320
1321  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a floating point value, such as "<code>1.2</code>".
1322<p>This may also be a reference to a resource (in the form
1323"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1324theme attribute (in the form
1325"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1326containing a value of this type.
1327</p></div>
1328
1329
1330    </div>
1331</div>
1332
1333
1334
1335<A NAME="cameraZoom"></A>
1336
1337<div class="jd-details api apilevel-">
1338    <h4 class="jd-details-title">
1339      <span class="normal">
1340        public
1341        static
1342
1343        int
1344      </span>
1345        cameraZoom
1346    </h4>
1347      <div class="api-level">
1348
1349
1350
1351
1352      </div>
1353    <div class="jd-details-descr">
1354
1355  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a floating point value, such as "<code>1.2</code>".
1356<p>This may also be a reference to a resource (in the form
1357"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1358theme attribute (in the form
1359"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1360containing a value of this type.
1361</p></div>
1362
1363
1364    </div>
1365</div>
1366
1367
1368
1369<A NAME="mapType"></A>
1370
1371<div class="jd-details api apilevel-">
1372    <h4 class="jd-details-title">
1373      <span class="normal">
1374        public
1375        static
1376
1377        int
1378      </span>
1379        mapType
1380    </h4>
1381      <div class="api-level">
1382
1383
1384
1385
1386      </div>
1387    <div class="jd-details-descr">
1388
1389  <div class="jd-tagdata jd-tagdescr"><p><p>Must be one of the following constant values.</p>
1390<table>
1391<colgroup align="left" />
1392<colgroup align="left" />
1393<colgroup align="left" />
1394<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
1395<tr><td><code>none</code></td><td>0</td><td></td></tr>
1396<tr><td><code>normal</code></td><td>1</td><td></td></tr>
1397<tr><td><code>satellite</code></td><td>2</td><td></td></tr>
1398<tr><td><code>terrain</code></td><td>3</td><td></td></tr>
1399<tr><td><code>hybrid</code></td><td>4</td><td></td></tr>
1400</table>
1401</p></div>
1402
1403
1404    </div>
1405</div>
1406
1407
1408
1409<A NAME="uiCompass"></A>
1410
1411<div class="jd-details api apilevel-">
1412    <h4 class="jd-details-title">
1413      <span class="normal">
1414        public
1415        static
1416
1417        int
1418      </span>
1419        uiCompass
1420    </h4>
1421      <div class="api-level">
1422
1423
1424
1425
1426      </div>
1427    <div class="jd-details-descr">
1428
1429  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1430<p>This may also be a reference to a resource (in the form
1431"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1432theme attribute (in the form
1433"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1434containing a value of this type.
1435</p></div>
1436
1437
1438    </div>
1439</div>
1440
1441
1442
1443<A NAME="uiRotateGestures"></A>
1444
1445<div class="jd-details api apilevel-">
1446    <h4 class="jd-details-title">
1447      <span class="normal">
1448        public
1449        static
1450
1451        int
1452      </span>
1453        uiRotateGestures
1454    </h4>
1455      <div class="api-level">
1456
1457
1458
1459
1460      </div>
1461    <div class="jd-details-descr">
1462
1463  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1464<p>This may also be a reference to a resource (in the form
1465"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1466theme attribute (in the form
1467"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1468containing a value of this type.
1469</p></div>
1470
1471
1472    </div>
1473</div>
1474
1475
1476
1477<A NAME="uiScrollGestures"></A>
1478
1479<div class="jd-details api apilevel-">
1480    <h4 class="jd-details-title">
1481      <span class="normal">
1482        public
1483        static
1484
1485        int
1486      </span>
1487        uiScrollGestures
1488    </h4>
1489      <div class="api-level">
1490
1491
1492
1493
1494      </div>
1495    <div class="jd-details-descr">
1496
1497  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1498<p>This may also be a reference to a resource (in the form
1499"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1500theme attribute (in the form
1501"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1502containing a value of this type.
1503</p></div>
1504
1505
1506    </div>
1507</div>
1508
1509
1510
1511<A NAME="uiTiltGestures"></A>
1512
1513<div class="jd-details api apilevel-">
1514    <h4 class="jd-details-title">
1515      <span class="normal">
1516        public
1517        static
1518
1519        int
1520      </span>
1521        uiTiltGestures
1522    </h4>
1523      <div class="api-level">
1524
1525
1526
1527
1528      </div>
1529    <div class="jd-details-descr">
1530
1531  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1532<p>This may also be a reference to a resource (in the form
1533"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1534theme attribute (in the form
1535"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1536containing a value of this type.
1537</p></div>
1538
1539
1540    </div>
1541</div>
1542
1543
1544
1545<A NAME="uiZoomControls"></A>
1546
1547<div class="jd-details api apilevel-">
1548    <h4 class="jd-details-title">
1549      <span class="normal">
1550        public
1551        static
1552
1553        int
1554      </span>
1555        uiZoomControls
1556    </h4>
1557      <div class="api-level">
1558
1559
1560
1561
1562      </div>
1563    <div class="jd-details-descr">
1564
1565  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1566<p>This may also be a reference to a resource (in the form
1567"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1568theme attribute (in the form
1569"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1570containing a value of this type.
1571</p></div>
1572
1573
1574    </div>
1575</div>
1576
1577
1578
1579<A NAME="uiZoomGestures"></A>
1580
1581<div class="jd-details api apilevel-">
1582    <h4 class="jd-details-title">
1583      <span class="normal">
1584        public
1585        static
1586
1587        int
1588      </span>
1589        uiZoomGestures
1590    </h4>
1591      <div class="api-level">
1592
1593
1594
1595
1596      </div>
1597    <div class="jd-details-descr">
1598
1599  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1600<p>This may also be a reference to a resource (in the form
1601"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1602theme attribute (in the form
1603"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1604containing a value of this type.
1605</p></div>
1606
1607
1608    </div>
1609</div>
1610
1611
1612
1613<A NAME="useViewLifecycle"></A>
1614
1615<div class="jd-details api apilevel-">
1616    <h4 class="jd-details-title">
1617      <span class="normal">
1618        public
1619        static
1620
1621        int
1622      </span>
1623        useViewLifecycle
1624    </h4>
1625      <div class="api-level">
1626
1627
1628
1629
1630      </div>
1631    <div class="jd-details-descr">
1632
1633  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1634<p>This may also be a reference to a resource (in the form
1635"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1636theme attribute (in the form
1637"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1638containing a value of this type.
1639</p></div>
1640
1641
1642    </div>
1643</div>
1644
1645
1646
1647<A NAME="zOrderOnTop"></A>
1648
1649<div class="jd-details api apilevel-">
1650    <h4 class="jd-details-title">
1651      <span class="normal">
1652        public
1653        static
1654
1655        int
1656      </span>
1657        zOrderOnTop
1658    </h4>
1659      <div class="api-level">
1660
1661
1662
1663
1664      </div>
1665    <div class="jd-details-descr">
1666
1667  <div class="jd-tagdata jd-tagdescr"><p><p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1668<p>This may also be a reference to a resource (in the form
1669"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1670theme attribute (in the form
1671"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1672containing a value of this type.
1673</p></div>
1674
1675
1676    </div>
1677</div>
1678
1679
1680
1681
1682<!-- Public ctors -->
1683
1684
1685<!-- ========= CONSTRUCTOR DETAIL ======== -->
1686<h2>Public Constructors</h2>
1687
1688
1689
1690<A NAME="R.attr()"></A>
1691
1692<div class="jd-details api apilevel-">
1693    <h4 class="jd-details-title">
1694      <span class="normal">
1695        public
1696
1697
1698
1699
1700
1701      </span>
1702      <span class="sympad">R.attr</span>
1703      <span class="normal">()</span>
1704    </h4>
1705      <div class="api-level">
1706        <div></div>
1707
1708
1709
1710      </div>
1711    <div class="jd-details-descr">
1712
1713  <div class="jd-tagdata jd-tagdescr"><p></p></div>
1714
1715    </div>
1716</div>
1717
1718
1719
1720
1721
1722<!-- ========= CONSTRUCTOR DETAIL ======== -->
1723<!-- Protected ctors -->
1724
1725
1726
1727<!-- ========= METHOD DETAIL ======== -->
1728<!-- Public methdos -->
1729
1730
1731
1732<!-- ========= METHOD DETAIL ======== -->
1733
1734
1735
1736<!-- ========= END OF CLASS DATA ========= -->
1737<A NAME="navbar_top"></A>
1738
1739<div id="footer" class="wrap" >
1740
1741
1742  <div id="copyright">
1743
1744  Except as noted, this content is licensed under <a
1745  href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
1746  For details and restrictions, see the <a href="/license.html">
1747  Content License</a>.
1748  </div>
1749  <div id="build_info">
1750
1751<script src="/timestamp.js" type="text/javascript"></script>
1752<script>document.write(BUILD_TIMESTAMP)</script>
1753
1754  </div>
1755
1756
1757  <div id="footerlinks">
1758
1759  <p>
1760    <a href="/about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp;
1761    <a href="/legal.html">Legal</a>&nbsp;&nbsp;|&nbsp;
1762    <a href="/support.html">Support</a>
1763  </p>
1764  </div>
1765
1766</div> <!-- end footer -->
1767</div> <!-- jd-content -->
1768
1769</div><!-- end doc-content -->
1770
1771</div> <!-- end body-content -->
1772
1773
1774
1775
1776
1777
1778</body>
1779</html>
1780