• 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
77
78<html>
79<head>
80
81
82<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
83<meta name="viewport" content="width=device-width" />
84
85<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
86<title>R.styleable | Android Developers</title>
87
88<!-- STYLESHEETS -->
89<link rel="stylesheet"
90href="//fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto">
91<link href="/assets/css/default.css" rel="stylesheet" type="text/css">
92
93
94
95<!-- JAVASCRIPT -->
96<script src="//www.google.com/jsapi" type="text/javascript"></script>
97<script src="/assets/js/android_3p-bundle.js" type="text/javascript"></script>
98<script type="text/javascript">
99  var toRoot = "/";
100  var devsite = false;
101</script>
102<script src="/assets/js/docs.js" type="text/javascript"></script>
103
104<script type="text/javascript">
105  var _gaq = _gaq || [];
106  _gaq.push(['_setAccount', 'UA-5831155-1']);
107  _gaq.push(['_trackPageview']);
108
109  (function() {
110    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
111    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
112    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
113  })();
114</script>
115</head>
116<body class="gc-documentation google
117  develop" itemscope itemtype="http://schema.org/Article">
118  <div id="doc-api-level" class="" style="display:none"></div>
119  <a name="top"></a>
120
121<a name="top"></a>
122
123    <!-- Header -->
124    <div id="header">
125        <div class="wrap" id="header-wrap">
126          <div class="col-3 logo">
127          <a href="/index.html">
128            <img src="/assets/images/dac_logo.png" width="123" height="25" alt="Android Developers" />
129          </a>
130          <div class="btn-quicknav" id="btn-quicknav">
131          	<a href="#" class="arrow-inactive">Quicknav</a>
132			      <a href="#" class="arrow-active">Quicknav</a>
133          </div>
134          </div>
135            <ul class="nav-x col-9">
136                <li class="design">
137                  <a href="/design/index.html"
138                  zh-tw-lang="設計"
139                  zh-cn-lang="设计"
140                  ru-lang="Проектирование"
141                  ko-lang="디자인"
142                  ja-lang="設計"
143                  es-lang="Diseñar"
144                  >Design</a></li>
145                <li class="develop"><a href="/develop/index.html"
146                  zh-tw-lang="開發"
147                  zh-cn-lang="开发"
148                  ru-lang="Разработка"
149                  ko-lang="개발"
150                  ja-lang="開発"
151                  es-lang="Desarrollar"
152                  >Develop</a></li>
153                <li class="distribute last"><a href="/distribute/index.html"
154                  zh-tw-lang="發佈"
155                  zh-cn-lang="分发"
156                  ru-lang="Распространение"
157                  ko-lang="배포"
158                  ja-lang="配布"
159                  es-lang="Distribuir"
160                  >Distribute</a></li>
161            </ul>
162
163            <!-- New Search -->
164            <div class="menu-container">
165            <div class="moremenu">
166    <div id="more-btn"></div>
167  </div>
168  <div class="morehover" id="moremenu">
169    <div class="top"></div>
170    <div class="mid">
171      <div class="header">Links</div>
172      <ul>
173        <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
174        <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
175        <li><a href="/about/index.html">About Android</a></li>
176      </ul>
177      <div class="header">Android Sites</div>
178      <ul>
179        <li><a href="http://www.android.com">Android.com</a></li>
180        <li class="active"><a>Android Developers</a></li>
181        <li><a href="http://source.android.com">Android Open Source Project</a></li>
182      </ul>
183
184
185
186        <div class="header">Language</div>
187          <div id="language" class="locales">
188            <select name="language" onChange="changeLangPref(this.value, true)">
189                <option value="en">English</option>
190                <option value="es">Español</option>
191                <option value="ja">日本語</option>
192                <option value="ko">한국어</option>
193                <option value="ru">Русский</option>
194                <option value="zh-cn">中文 (中国)</option>
195                <option value="zh-tw">中文 (台灣)</option>
196            </select>
197          </div>
198        <script type="text/javascript">
199          <!--
200          loadLangPref();
201            //-->
202        </script>
203
204
205
206
207      <br class="clearfix" />
208    </div>
209    <div class="bottom"></div>
210  </div>
211  <div class="search" id="search-container">
212    <div class="search-inner">
213      <div id="search-btn"></div>
214      <div class="left"></div>
215      <form onsubmit="return submit_search()">
216        <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
217onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
218onkeydown="return search_changed(event, true, '/')"
219onkeyup="return search_changed(event, false, '/')" />
220      </form>
221      <div class="right"></div>
222        <a class="close hide">close</a>
223        <div class="left"></div>
224        <div class="right"></div>
225    </div>
226  </div>
227
228  <div class="search_filtered_wrapper reference">
229    <div class="suggest-card reference no-display">
230      <ul class="search_filtered">
231      </ul>
232    </div>
233  </div>
234
235  <div class="search_filtered_wrapper docs">
236    <div class="suggest-card dummy no-display">&nbsp;</div>
237    <div class="suggest-card develop no-display">
238      <ul class="search_filtered">
239      </ul>
240      <div class="child-card guides no-display">
241      </div>
242      <div class="child-card training no-display">
243      </div>
244    </div>
245    <div class="suggest-card design no-display">
246      <ul class="search_filtered">
247      </ul>
248    </div>
249    <div class="suggest-card distribute no-display">
250      <ul class="search_filtered">
251      </ul>
252    </div>
253  </div>
254
255  </div>
256  <!-- /New Search>
257
258
259          <!-- Expanded quicknav -->
260           <div id="quicknav" class="col-9">
261                <ul>
262                    <li class="design">
263                      <ul>
264                        <li><a href="/design/index.html">Get Started</a></li>
265                        <li><a href="/design/style/index.html">Style</a></li>
266                        <li><a href="/design/patterns/index.html">Patterns</a></li>
267                        <li><a href="/design/building-blocks/index.html">Building Blocks</a></li>
268                        <li><a href="/design/downloads/index.html">Downloads</a></li>
269                        <li><a href="/design/videos/index.html">Videos</a></li>
270                      </ul>
271                    </li>
272                    <li class="develop">
273                      <ul>
274                        <li><a href="/training/index.html"
275                          zh-tw-lang="訓練課程"
276                          zh-cn-lang="培训"
277                          ru-lang="Курсы"
278                          ko-lang="교육"
279                          ja-lang="トレーニング"
280                          es-lang="Capacitación"
281                          >Training</a></li>
282                        <li><a href="/guide/components/index.html"
283                          zh-tw-lang="API 指南"
284                          zh-cn-lang="API 指南"
285                          ru-lang="Руководства по API"
286                          ko-lang="API 가이드"
287                          ja-lang="API ガイド"
288                          es-lang="Guías de la API"
289                          >API Guides</a></li>
290                        <li><a href="/reference/packages.html"
291                          zh-tw-lang="參考資源"
292                          zh-cn-lang="参考"
293                          ru-lang="Справочник"
294                          ko-lang="참조문서"
295                          ja-lang="リファレンス"
296                          es-lang="Referencia"
297                          >Reference</a></li>
298                        <li><a href="/tools/index.html"
299                          zh-tw-lang="相關工具"
300                          zh-cn-lang="工具"
301                          ru-lang="Инструменты"
302                          ko-lang="도구"
303                          ja-lang="ツール"
304                          es-lang="Herramientas"
305                          >Tools</a>
306                          <ul><li><a href="/sdk/index.html">Get the SDK</a></li></ul>
307                        </li>
308                        <li><a href="/google/index.html">Google Services</a>
309                        </li>
310
311                      </ul>
312                    </li>
313                    <li class="distribute last">
314                      <ul>
315                        <li><a href="/distribute/index.html">Google Play</a></li>
316                        <li><a href="/distribute/googleplay/publish/index.html">Publishing</a></li>
317                        <li><a href="/distribute/googleplay/promote/index.html">Promoting</a></li>
318                        <li><a href="/distribute/googleplay/quality/index.html">App Quality</a></li>
319                        <li><a href="/distribute/googleplay/spotlight/index.html">Spotlight</a></li>
320                        <li><a href="/distribute/open.html">Open Distribution</a></li>
321                      </ul>
322                    </li>
323                </ul>
324          </div>
325          <!-- /Expanded quicknav -->
326        </div>
327    </div>
328    <!-- /Header -->
329
330
331  <div id="searchResults" class="wrap" style="display:none;">
332          <h2 id="searchTitle">Results</h2>
333          <div id="leftSearchControl" class="search-control">Loading...</div>
334  </div>
335
336
337
338    <!-- Secondary x-nav -->
339    <div id="nav-x">
340        <div class="wrap">
341            <ul class="nav-x col-9 develop" style="width:100%">
342                <li class="training"><a href="/training/index.html"
343                  zh-tw-lang="訓練課程"
344                  zh-cn-lang="培训"
345                  ru-lang="Курсы"
346                  ko-lang="교육"
347                  ja-lang="トレーニング"
348                  es-lang="Capacitación"
349                  >Training</a></li>
350                <li class="guide"><a href="/guide/components/index.html"
351                  zh-tw-lang="API 指南"
352                  zh-cn-lang="API 指南"
353                  ru-lang="Руководства по API"
354                  ko-lang="API 가이드"
355                  ja-lang="API ガイド"
356                  es-lang="Guías de la API"
357                  >API Guides</a></li>
358                <li class="reference"><a href="/reference/packages.html"
359                  zh-tw-lang="參考資源"
360                  zh-cn-lang="参考"
361                  ru-lang="Справочник"
362                  ko-lang="참조문서"
363                  ja-lang="リファレンス"
364                  es-lang="Referencia"
365                  >Reference</a></li>
366                <li class="tools"><a href="/tools/index.html"
367                  zh-tw-lang="相關工具"
368                  zh-cn-lang="工具"
369                  ru-lang="Инструменты"
370                  ko-lang="도구"
371                  ja-lang="ツール"
372                  es-lang="Herramientas"
373                  >Tools</a></li>
374                <li class="google"><a href="/google/index.html"
375                  >Google Services</a>
376                </li>
377
378            </ul>
379        </div>
380
381    </div>
382    <!-- /Sendondary x-nav -->
383
384
385
386
387
388
389
390
391
392  <div class="wrap clearfix" id="body-content">
393    <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
394      <div id="devdoc-nav" class="scroll-pane">
395<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
396
397
398
399<ul id="nav">
400
401  <li class="nav-section">
402    <div class="nav-section-header empty"><a href="/google/index.html">
403          <span class="en">Overview</span>
404      </a></div>
405  </li>
406
407  <li class="nav-section">
408    <div class="nav-section-header empty"><a href="/google/play-services/games.html">
409          <span class="en">Games</span>
410      </a></div>
411  </li>
412  <li class="nav-section">
413    <div class="nav-section-header empty"><a href="/google/play-services/location.html">
414          <span class="en">Location</span>
415      </a></div>
416  </li>
417  <li class="nav-section">
418    <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
419          <span class="en">Google+</span>
420                </a></div>
421  </li>
422  <li class="nav-section">
423    <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
424          <span class="en">Maps</span>
425      </a></div>
426  </li>
427  <li class="nav-section">
428    <div class="nav-section-header"><a href="/google/play-services/ads.html">
429      <span class="en">Ads</span></a>
430    </div>
431    <ul>
432      <li><a href="/google/play-services/id.html">
433          <span class="en">Advertising ID</span></a>
434      </li>
435    </ul>
436  </li>
437  <li class="nav-section">
438    <div class="nav-section-header empty"><a href="/google/play-services/wallet.html">
439          <span class="en">Wallet</span>
440      </a></div>
441  </li>
442  <li class="nav-section">
443    <div class="nav-section-header empty"><a href="/google/play-services/auth.html">
444          <span class="en">Authorization</span>
445      </a></div>
446  </li>
447
448
449
450  <li class="nav-section">
451    <div class="nav-section-header"><a href="/google/play-services/index.html">
452      <span class="en">Google Play Services</span></a>
453    </div>
454    <ul>
455      <li><a href="/google/play-services/setup.html">
456          <span class="en">Setup</span></a>
457      </li>
458      <li id="gms-tree-list" class="nav-section">
459        <div class="nav-section-header">
460          <a href="/reference/gms-packages.html">
461            <span class="en">Reference</span>
462          </a>
463        <div>
464      </li>
465    </ul>
466  </li>
467
468
469  <li class="nav-section">
470    <div class="nav-section-header"><a href="/google/play/billing/index.html">
471      <span class="en">Google Play In-app Billing</span></a>
472    </div>
473    <ul>
474      <li><a href="/google/play/billing/billing_overview.html">
475              <span class="en">Overview</span></a>
476      </li>
477      <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/api.html">
478              <span class="en">Version 3 API</span></a></div>
479              <ul>
480              <li><a href="/google/play/billing/billing_integrate.html">
481              <span class="en">Implementing the API</span></a></li>
482              <li><a href="/google/play/billing/billing_reference.html">
483              <span class="en">Reference</span></a></li>
484              </ul>
485      </li>
486      <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/v2/api.html">
487              <span class="en">Version 2 API</span></a></div>
488              <ul>
489              <li><a href="/google/play/billing/v2/billing_integrate.html">
490              <span class="en">Implementing the API</span></a></li>
491              <li><a href="/google/play/billing/v2/billing_subscriptions.html">
492              <span class="en">Subscriptions</span></a></li>
493              <li><a href="/google/play/billing/v2/billing_reference.html">
494              <span class="en">Reference</span></a></li>
495              </ul>
496      </li>
497      <li><a href="/google/play/billing/billing_subscriptions.html">
498              <span class="en">Subscriptions</span></a>
499      </li>
500      <li><a href="/google/play/billing/billing_best_practices.html">
501              <span class="en">Security and Design</span></a>
502      </li>
503      <li><a href="/google/play/billing/billing_testing.html">
504              <span class="en">Testing In-app Billing</span></a>
505      </li>
506      <li><a href="/google/play/billing/billing_admin.html">
507              <span class="en">Administering In-app Billing</span></a>
508      </li>
509      <li><a href="/google/play/billing/gp-purchase-status-api.html">
510              <span class="en">Purchase Status API</span></a>
511      </li>
512      <li><a href="/google/play/billing/versions.html">
513              <span class="en">Version Notes</span></a>
514      </li>
515    </ul>
516  </li>
517
518
519
520  <li class="nav-section">
521      <div class="nav-section-header"><a href="/google/gcm/index.html">
522        <span class="en">Google Cloud Messaging</span></a>
523      </div>
524      <ul>
525        <li><a href="/google/gcm/gs.html">
526            <span class="en">Getting Started</span></a>
527        </li>
528        <li><a href="/google/gcm/gcm.html">
529            <span class="en">Architectural Overview</span></a>
530        </li>
531         <li><a href="/google/gcm/ccs.html">
532              <span class="en">Cloud Connection Server</span></a>
533        </li>
534        <li><a href="/google/gcm/notifications.html">
535              <span class="en">User Notifications</span></a>
536        </li>
537        <li><a href="/google/gcm/client.html">
538            <span class="en">GCM Client</span></a>
539        </li>
540        <li><a href="/google/gcm/server.html">
541            <span class="en">GCM Server</span></a>
542        </li>
543        <li><a href="/google/gcm/adv.html">
544            <span class="en">Advanced Topics</span></a>
545        </li>
546        <li><a href="/google/gcm/c2dm.html">
547            <span class="en">Migration</span></a>
548        </li>
549        <li id="gcm-tree-list" class="nav-section">
550          <div class="nav-section-header">
551            <a href="/reference/gcm-packages.html">
552              <span class="en">Reference</span>
553            </a>
554          <div>
555        </li>
556      </ul>
557  </li>
558
559  <li class="nav-section">
560    <div class="nav-section-header"><a href="/google/play/dist.html">
561      <span class="en">Google Play Distribution</span></a>
562    </div>
563    <ul>
564      <li><a href="/google/play/filters.html">
565          <span class="en">Filters on Google Play</span></a>
566      </li>
567
568      <li><a href="/google/play/publishing/multiple-apks.html">
569          <span class="en">Multiple APK Support</span></a>
570      </li>
571      <li><a href="/google/play/expansion-files.html">
572          <span class="en">APK Expansion Files</span></a>
573      </li>
574      <li class="nav-section">
575        <div class="nav-section-header"><a href="/google/play/licensing/index.html">
576          <span class="en">Application Licensing</span></a>
577        </div>
578        <ul>
579          <li><a href="/google/play/licensing/overview.html">
580              <span class="en">Licensing Overview</span></a>
581          </li>
582          <li><a href="/google/play/licensing/setting-up.html">
583              <span class="en">Setting Up for Licensing</span></a>
584          </li>
585          <li><a href="/google/play/licensing/adding-licensing.html">
586              <span class="en">Adding Licensing to Your App</span></a>
587          </li>
588          <li><a href="/google/play/licensing/licensing-reference.html">
589              <span class="en">Licensing Reference</span></a>
590          </li>
591        </ul>
592      </li>
593
594  <li class="nav-section">
595    <div class="nav-section-header"><a href="/google/backup/index.html">
596      Android Backup Service</a>
597    </div>
598    <ul>
599      <li><a href="/google/backup/signup.html">
600          Register</a>
601      </li>
602    </ul>
603  </li>
604
605  </ul>
606
607</li>
608
609
610
611</ul>
612
613<script type="text/javascript">
614<!--
615    buildToggleLists();
616    changeNavLang(getLangPref());
617//-->
618</script>
619
620
621
622
623      </div>
624      <script type="text/javascript">
625       showGoogleRefTree();
626
627      </script>
628    </div> <!-- end side-nav -->
629    <script>
630      $(document).ready(function() {
631        scrollIntoView("devdoc-nav");
632        });
633    </script>
634
635
636
637
638
639
640<div class="col-12"  id="doc-col">
641
642<div id="api-info-block">
643
644
645
646
647
648
649
650
651
652
653
654<div class="sum-details-links">
655
656Summary:
657
658
659
660
661
662  <a href="#constants">Constants</a>
663
664
665
666
667  &#124; <a href="#lfields">Fields</a>
668
669
670
671
672  &#124; <a href="#pubctors">Ctors</a>
673
674
675
676
677
678
679  &#124; <a href="#inhmethods">Inherited Methods</a>
680
681&#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
682
683</div><!-- end sum-details-links -->
684<div class="api-level">
685
686
687
688
689</div>
690</div><!-- end api-info-block -->
691
692
693<!-- ======== START OF CLASS DATA ======== -->
694
695<div id="jd-header">
696    public
697    static
698    final
699
700    class
701<h1 itemprop="name">R.styleable</h1>
702
703
704
705
706    extends Object<br/>
707
708
709
710
711
712
713
714
715
716</div><!-- end header -->
717
718<div id="naMessage"></div>
719
720<div id="jd-content" class="api apilevel-">
721<table class="jd-inheritance-table">
722
723
724    <tr>
725
726        <td colspan="2" class="jd-inheritance-class-cell">java.lang.Object</td>
727    </tr>
728
729
730    <tr>
731
732            <td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;&#x21b3;</td>
733
734        <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.R.styleable</td>
735    </tr>
736
737
738</table>
739
740
741
742
743
744
745
746<div class="jd-descr">
747
748
749
750
751
752
753</div><!-- jd-descr -->
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770<div class="jd-descr">
771
772
773<h2>Summary</h2>
774
775
776
777
778
779
780
781
782
783
784
785
786
787<!-- =========== ENUM CONSTANT SUMMARY =========== -->
788<table id="constants" class="jd-sumtable"><tr><th colspan="12">Constants</th></tr>
789
790
791
792    <tr class="alt-color api apilevel-" >
793        <td class="jd-typecol">int</td>
794        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs_adSize">AdsAttrs_adSize</a></td>
795        <td class="jd-descrcol" width="100%"><p>The size of the ad.</td>
796    </tr>
797
798
799    <tr class=" api apilevel-" >
800        <td class="jd-typecol">int</td>
801        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs_adUnitId">AdsAttrs_adUnitId</a></td>
802        <td class="jd-descrcol" width="100%"><p>The ad unit ID.</td>
803    </tr>
804
805
806    <tr class="alt-color api apilevel-" >
807        <td class="jd-typecol">int</td>
808        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_contentProviderUri">Corpus_contentProviderUri</a></td>
809        <td class="jd-descrcol" width="100%"><p>The URI of the content provider that the index should crawl to get the data for this
810    corpus.</td>
811    </tr>
812
813
814    <tr class=" api apilevel-" >
815        <td class="jd-typecol">int</td>
816        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_id">Corpus_id</a></td>
817        <td class="jd-descrcol" width="100%"><p>The ID of the corpus.</td>
818    </tr>
819
820
821    <tr class="alt-color api apilevel-" >
822        <td class="jd-typecol">int</td>
823        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_trimmable">Corpus_trimmable</a></td>
824        <td class="jd-descrcol" width="100%"><p>Indicates if documents from this corpus can be trimmed when the index reaches its quota.</td>
825    </tr>
826
827
828    <tr class=" api apilevel-" >
829        <td class="jd-typecol">int</td>
830        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_version">Corpus_version</a></td>
831        <td class="jd-descrcol" width="100%"><p>The version of the corpus.</td>
832    </tr>
833
834
835    <tr class="alt-color api apilevel-" >
836        <td class="jd-typecol">int</td>
837        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchCorpus_enabled">GlobalSearchCorpus_enabled</a></td>
838        <td class="jd-descrcol" width="100%"><p>Whether or not global search is enabled for this corpus.</td>
839    </tr>
840
841
842    <tr class=" api apilevel-" >
843        <td class="jd-typecol">int</td>
844        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection_content">GlobalSearchSection_content</a></td>
845        <td class="jd-descrcol" width="100%"><p>The content of this global search section.</td>
846    </tr>
847
848
849    <tr class="alt-color api apilevel-" >
850        <td class="jd-typecol">int</td>
851        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection_sectionId">GlobalSearchSection_sectionId</a></td>
852        <td class="jd-descrcol" width="100%"><p>The global search section ID for this mapping.</td>
853    </tr>
854
855
856    <tr class=" api apilevel-" >
857        <td class="jd-typecol">int</td>
858        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentAction">GlobalSearch_defaultIntentAction</a></td>
859        <td class="jd-descrcol" width="100%"><p>The default value for the global search section <code>default_intent_action</code>.</td>
860    </tr>
861
862
863    <tr class="alt-color api apilevel-" >
864        <td class="jd-typecol">int</td>
865        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentActivity">GlobalSearch_defaultIntentActivity</a></td>
866        <td class="jd-descrcol" width="100%"><p>The default value for the global search section <code>default_intent_aactivity</code>.</td>
867    </tr>
868
869
870    <tr class=" api apilevel-" >
871        <td class="jd-typecol">int</td>
872        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentData">GlobalSearch_defaultIntentData</a></td>
873        <td class="jd-descrcol" width="100%"><p>The default value for the global search section <code>default_intent_data</code>.</td>
874    </tr>
875
876
877    <tr class="alt-color api apilevel-" >
878        <td class="jd-typecol">int</td>
879        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_enabled">GlobalSearch_enabled</a></td>
880        <td class="jd-descrcol" width="100%"><p>Whether or not global search is enabled for this app.</td>
881    </tr>
882
883
884    <tr class=" api apilevel-" >
885        <td class="jd-typecol">int</td>
886        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_label">GlobalSearch_label</a></td>
887        <td class="jd-descrcol" width="100%"><p>A localized string to identify this apps data within the global search app.</td>
888    </tr>
889
890
891    <tr class="alt-color api apilevel-" >
892        <td class="jd-typecol">int</td>
893        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_settingsDescription">GlobalSearch_settingsDescription</a></td>
894        <td class="jd-descrcol" width="100%"><p>A localized string to describe this apps data within the global search apps settings.</td>
895    </tr>
896
897
898    <tr class=" api apilevel-" >
899        <td class="jd-typecol">int</td>
900        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraBearing">MapAttrs_cameraBearing</a></td>
901        <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraBearing">cameraBearing</a></code>
902          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
903    </tr>
904
905
906    <tr class="alt-color api apilevel-" >
907        <td class="jd-typecol">int</td>
908        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLat">MapAttrs_cameraTargetLat</a></td>
909        <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTargetLat">cameraTargetLat</a></code>
910          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
911    </tr>
912
913
914    <tr class=" api apilevel-" >
915        <td class="jd-typecol">int</td>
916        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLng">MapAttrs_cameraTargetLng</a></td>
917        <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTargetLng">cameraTargetLng</a></code>
918          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
919    </tr>
920
921
922    <tr class="alt-color api apilevel-" >
923        <td class="jd-typecol">int</td>
924        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTilt">MapAttrs_cameraTilt</a></td>
925        <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTilt">cameraTilt</a></code>
926          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
927    </tr>
928
929
930    <tr class=" api apilevel-" >
931        <td class="jd-typecol">int</td>
932        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraZoom">MapAttrs_cameraZoom</a></td>
933        <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraZoom">cameraZoom</a></code>
934          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
935    </tr>
936
937
938    <tr class="alt-color api apilevel-" >
939        <td class="jd-typecol">int</td>
940        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_mapType">MapAttrs_mapType</a></td>
941        <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#mapType">mapType</a></code>
942          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
943    </tr>
944
945
946    <tr class=" api apilevel-" >
947        <td class="jd-typecol">int</td>
948        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiCompass">MapAttrs_uiCompass</a></td>
949        <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiCompass">uiCompass</a></code>
950          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
951    </tr>
952
953
954    <tr class="alt-color api apilevel-" >
955        <td class="jd-typecol">int</td>
956        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiRotateGestures">MapAttrs_uiRotateGestures</a></td>
957        <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiRotateGestures">uiRotateGestures</a></code>
958          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
959    </tr>
960
961
962    <tr class=" api apilevel-" >
963        <td class="jd-typecol">int</td>
964        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiScrollGestures">MapAttrs_uiScrollGestures</a></td>
965        <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiScrollGestures">uiScrollGestures</a></code>
966          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
967    </tr>
968
969
970    <tr class="alt-color api apilevel-" >
971        <td class="jd-typecol">int</td>
972        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiTiltGestures">MapAttrs_uiTiltGestures</a></td>
973        <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiTiltGestures">uiTiltGestures</a></code>
974          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
975    </tr>
976
977
978    <tr class=" api apilevel-" >
979        <td class="jd-typecol">int</td>
980        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomControls">MapAttrs_uiZoomControls</a></td>
981        <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiZoomControls">uiZoomControls</a></code>
982          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
983    </tr>
984
985
986    <tr class="alt-color api apilevel-" >
987        <td class="jd-typecol">int</td>
988        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomGestures">MapAttrs_uiZoomGestures</a></td>
989        <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiZoomGestures">uiZoomGestures</a></code>
990          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
991    </tr>
992
993
994    <tr class=" api apilevel-" >
995        <td class="jd-typecol">int</td>
996        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_useViewLifecycle">MapAttrs_useViewLifecycle</a></td>
997        <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#useViewLifecycle">useViewLifecycle</a></code>
998          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
999    </tr>
1000
1001
1002    <tr class="alt-color api apilevel-" >
1003        <td class="jd-typecol">int</td>
1004        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_zOrderOnTop">MapAttrs_zOrderOnTop</a></td>
1005        <td class="jd-descrcol" width="100%"><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#zOrderOnTop">zOrderOnTop</a></code>
1006          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.</td>
1007    </tr>
1008
1009
1010    <tr class=" api apilevel-" >
1011        <td class="jd-typecol">int</td>
1012        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#SectionFeature_type">SectionFeature_type</a></td>
1013        <td class="jd-descrcol" width="100%"><p>The type of this section.</td>
1014    </tr>
1015
1016
1017    <tr class="alt-color api apilevel-" >
1018        <td class="jd-typecol">int</td>
1019        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Section_format">Section_format</a></td>
1020        <td class="jd-descrcol" width="100%"><p>The format of the section.</td>
1021    </tr>
1022
1023
1024    <tr class=" api apilevel-" >
1025        <td class="jd-typecol">int</td>
1026        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Section_id">Section_id</a></td>
1027        <td class="jd-descrcol" width="100%"><p>The ID of the section.</td>
1028    </tr>
1029
1030
1031    <tr class="alt-color api apilevel-" >
1032        <td class="jd-typecol">int</td>
1033        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Section_indexPrefixes">Section_indexPrefixes</a></td>
1034        <td class="jd-descrcol" width="100%"><p>Indicates if this section should support prefix matching.</td>
1035    </tr>
1036
1037
1038    <tr class=" api apilevel-" >
1039        <td class="jd-typecol">int</td>
1040        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Section_noIndex">Section_noIndex</a></td>
1041        <td class="jd-descrcol" width="100%"><p>Indicates if this section should not be indexed.</td>
1042    </tr>
1043
1044
1045    <tr class="alt-color api apilevel-" >
1046        <td class="jd-typecol">int</td>
1047        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Section_subsectionSeparator">Section_subsectionSeparator</a></td>
1048        <td class="jd-descrcol" width="100%"><p>Subsection separator.</td>
1049    </tr>
1050
1051
1052    <tr class=" api apilevel-" >
1053        <td class="jd-typecol">int</td>
1054        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Section_weight">Section_weight</a></td>
1055        <td class="jd-descrcol" width="100%"><p>The weight of the section.</td>
1056    </tr>
1057
1058
1059    <tr class="alt-color api apilevel-" >
1060        <td class="jd-typecol">int</td>
1061        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Set_name">Set_name</a></td>
1062        <td class="jd-descrcol" width="100%"><p>The name of this parameter.</td>
1063    </tr>
1064
1065
1066    <tr class=" api apilevel-" >
1067        <td class="jd-typecol">int</td>
1068        <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Set_value">Set_value</a></td>
1069        <td class="jd-descrcol" width="100%"><p>The value of this parameter.</td>
1070    </tr>
1071
1072
1073
1074</table>
1075
1076
1077
1078
1079
1080
1081
1082<!-- =========== FIELD SUMMARY =========== -->
1083<table id="lfields" class="jd-sumtable"><tr><th colspan="12">Fields</th></tr>
1084
1085
1086
1087      <tr class="alt-color api apilevel-" >
1088          <td class="jd-typecol"><nobr>
1089          public
1090          static
1091          final
1092          int[]</nobr></td>
1093          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs">AdsAttrs</a></td>
1094          <td class="jd-descrcol" width="100%">Attributes that can be used with a AdsAttrs.</td>
1095      </tr>
1096
1097
1098      <tr class=" api apilevel-" >
1099          <td class="jd-typecol"><nobr>
1100          public
1101          static
1102          final
1103          int[]</nobr></td>
1104          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#AppDataSearch">AppDataSearch</a></td>
1105          <td class="jd-descrcol" width="100%">Applications that index data using AppDataSearch must provide their corpus configuration
1106    in an XML file, typically called <code>appdatasearch.xml</code>.</td>
1107      </tr>
1108
1109
1110      <tr class="alt-color api apilevel-" >
1111          <td class="jd-typecol"><nobr>
1112          public
1113          static
1114          final
1115          int[]</nobr></td>
1116          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Corpus">Corpus</a></td>
1117          <td class="jd-descrcol" width="100%">The <code>Corpus</code> element represents a corpus within AppDataSearch.</td>
1118      </tr>
1119
1120
1121      <tr class=" api apilevel-" >
1122          <td class="jd-typecol"><nobr>
1123          public
1124          static
1125          final
1126          int[]</nobr></td>
1127          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch">GlobalSearch</a></td>
1128          <td class="jd-descrcol" width="100%">The <code>GlobalSearch </code> element should be included if you want your apps data to appear
1129    in the global search app.</td>
1130      </tr>
1131
1132
1133      <tr class="alt-color api apilevel-" >
1134          <td class="jd-typecol"><nobr>
1135          public
1136          static
1137          final
1138          int[]</nobr></td>
1139          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchCorpus">GlobalSearchCorpus</a></td>
1140          <td class="jd-descrcol" width="100%">Each <code>Corpus</code> element should include a <code>GlobalSearchCorpus</code> element if the
1141    corpus is to appear in the global search app.</td>
1142      </tr>
1143
1144
1145      <tr class=" api apilevel-" >
1146          <td class="jd-typecol"><nobr>
1147          public
1148          static
1149          final
1150          int[]</nobr></td>
1151          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection">GlobalSearchSection</a></td>
1152          <td class="jd-descrcol" width="100%">This element provides a mapping of sections from this corpus to a global search section.</td>
1153      </tr>
1154
1155
1156      <tr class="alt-color api apilevel-" >
1157          <td class="jd-typecol"><nobr>
1158          public
1159          static
1160          final
1161          int[]</nobr></td>
1162          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></td>
1163          <td class="jd-descrcol" width="100%">Attributes that can be used with a MapAttrs.</td>
1164      </tr>
1165
1166
1167      <tr class=" api apilevel-" >
1168          <td class="jd-typecol"><nobr>
1169          public
1170          static
1171          final
1172          int[]</nobr></td>
1173          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Section">Section</a></td>
1174          <td class="jd-descrcol" width="100%">The <code>Section</code> element represents a section within a corpus.</td>
1175      </tr>
1176
1177
1178      <tr class="alt-color api apilevel-" >
1179          <td class="jd-typecol"><nobr>
1180          public
1181          static
1182          final
1183          int[]</nobr></td>
1184          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#SectionFeature">SectionFeature</a></td>
1185          <td class="jd-descrcol" width="100%">The <code>SectionFeature</code> element represents a feature of a section.</td>
1186      </tr>
1187
1188
1189      <tr class=" api apilevel-" >
1190          <td class="jd-typecol"><nobr>
1191          public
1192          static
1193          final
1194          int[]</nobr></td>
1195          <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.styleable.html#Set">Set</a></td>
1196          <td class="jd-descrcol" width="100%">The <code>Set</code> element represents a parameter specified for a <code>SectionFeature</code>.</td>
1197      </tr>
1198
1199
1200
1201</table>
1202
1203
1204
1205
1206
1207
1208
1209<!-- ======== CONSTRUCTOR SUMMARY ======== -->
1210<table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr>
1211
1212
1213
1214
1215    <tr class="alt-color api apilevel-" >
1216        <td class="jd-typecol"><nobr>
1217
1218
1219
1220
1221
1222            </nobr>
1223        </td>
1224        <td class="jd-linkcol" width="100%"><nobr>
1225        <span class="sympad"><a href="/reference/com/google/android/gms/R.styleable.html#R.styleable()">R.styleable</a></span>()</nobr>
1226
1227  </td></tr>
1228
1229
1230
1231</table>
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243<!-- ========== METHOD SUMMARY =========== -->
1244<table id="inhmethods" class="jd-sumtable"><tr><th>
1245  <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
1246  <div style="clear:left;">Inherited Methods</div></th></tr>
1247
1248
1249<tr class="api apilevel-" >
1250<td colspan="12">
1251  <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
1252          ><img id="inherited-methods-java.lang.Object-trigger"
1253          src="/assets/images/triangle-closed.png"
1254          class="jd-expando-trigger-img" /></a>
1255From class
1256
1257  java.lang.Object
1258
1259<div id="inherited-methods-java.lang.Object">
1260  <div id="inherited-methods-java.lang.Object-list"
1261        class="jd-inheritedlinks">
1262  </div>
1263  <div id="inherited-methods-java.lang.Object-summary" style="display: none;">
1264    <table class="jd-sumtable-expando">
1265
1266
1267
1268
1269    <tr class="alt-color api apilevel-" >
1270        <td class="jd-typecol"><nobr>
1271
1272
1273
1274
1275
1276            Object</nobr>
1277        </td>
1278        <td class="jd-linkcol" width="100%"><nobr>
1279        <span class="sympad">clone</span>()</nobr>
1280
1281  </td></tr>
1282
1283
1284
1285    <tr class=" api apilevel-" >
1286        <td class="jd-typecol"><nobr>
1287
1288
1289
1290
1291
1292            boolean</nobr>
1293        </td>
1294        <td class="jd-linkcol" width="100%"><nobr>
1295        <span class="sympad">equals</span>(Object arg0)</nobr>
1296
1297  </td></tr>
1298
1299
1300
1301    <tr class="alt-color api apilevel-" >
1302        <td class="jd-typecol"><nobr>
1303
1304
1305
1306
1307
1308            void</nobr>
1309        </td>
1310        <td class="jd-linkcol" width="100%"><nobr>
1311        <span class="sympad">finalize</span>()</nobr>
1312
1313  </td></tr>
1314
1315
1316
1317    <tr class=" api apilevel-" >
1318        <td class="jd-typecol"><nobr>
1319
1320
1321            final
1322
1323
1324            Class&lt;?&gt;</nobr>
1325        </td>
1326        <td class="jd-linkcol" width="100%"><nobr>
1327        <span class="sympad">getClass</span>()</nobr>
1328
1329  </td></tr>
1330
1331
1332
1333    <tr class="alt-color api apilevel-" >
1334        <td class="jd-typecol"><nobr>
1335
1336
1337
1338
1339
1340            int</nobr>
1341        </td>
1342        <td class="jd-linkcol" width="100%"><nobr>
1343        <span class="sympad">hashCode</span>()</nobr>
1344
1345  </td></tr>
1346
1347
1348
1349    <tr class=" api apilevel-" >
1350        <td class="jd-typecol"><nobr>
1351
1352
1353            final
1354
1355
1356            void</nobr>
1357        </td>
1358        <td class="jd-linkcol" width="100%"><nobr>
1359        <span class="sympad">notify</span>()</nobr>
1360
1361  </td></tr>
1362
1363
1364
1365    <tr class="alt-color api apilevel-" >
1366        <td class="jd-typecol"><nobr>
1367
1368
1369            final
1370
1371
1372            void</nobr>
1373        </td>
1374        <td class="jd-linkcol" width="100%"><nobr>
1375        <span class="sympad">notifyAll</span>()</nobr>
1376
1377  </td></tr>
1378
1379
1380
1381    <tr class=" api apilevel-" >
1382        <td class="jd-typecol"><nobr>
1383
1384
1385
1386
1387
1388            String</nobr>
1389        </td>
1390        <td class="jd-linkcol" width="100%"><nobr>
1391        <span class="sympad">toString</span>()</nobr>
1392
1393  </td></tr>
1394
1395
1396
1397    <tr class="alt-color api apilevel-" >
1398        <td class="jd-typecol"><nobr>
1399
1400
1401            final
1402
1403
1404            void</nobr>
1405        </td>
1406        <td class="jd-linkcol" width="100%"><nobr>
1407        <span class="sympad">wait</span>()</nobr>
1408
1409  </td></tr>
1410
1411
1412
1413    <tr class=" api apilevel-" >
1414        <td class="jd-typecol"><nobr>
1415
1416
1417            final
1418
1419
1420            void</nobr>
1421        </td>
1422        <td class="jd-linkcol" width="100%"><nobr>
1423        <span class="sympad">wait</span>(long arg0, int arg1)</nobr>
1424
1425  </td></tr>
1426
1427
1428
1429    <tr class="alt-color api apilevel-" >
1430        <td class="jd-typecol"><nobr>
1431
1432
1433            final
1434
1435
1436            void</nobr>
1437        </td>
1438        <td class="jd-linkcol" width="100%"><nobr>
1439        <span class="sympad">wait</span>(long arg0)</nobr>
1440
1441  </td></tr>
1442
1443
1444</table>
1445  </div>
1446</div>
1447</td></tr>
1448
1449
1450</table>
1451
1452
1453</div><!-- jd-descr (summary) -->
1454
1455<!-- Details -->
1456
1457
1458
1459
1460
1461
1462
1463
1464<!-- XML Attributes -->
1465
1466
1467<!-- Enum Values -->
1468
1469
1470<!-- Constants -->
1471
1472
1473<!-- ========= ENUM CONSTANTS DETAIL ======== -->
1474<h2>Constants</h2>
1475
1476
1477
1478
1479<A NAME="AdsAttrs_adSize"></A>
1480
1481<div class="jd-details api apilevel-">
1482    <h4 class="jd-details-title">
1483      <span class="normal">
1484        public
1485        static
1486        final
1487        int
1488      </span>
1489        AdsAttrs_adSize
1490    </h4>
1491      <div class="api-level">
1492
1493
1494
1495
1496      </div>
1497    <div class="jd-details-descr">
1498
1499  <div class="jd-tagdata jd-tagdescr"><p><p>The size of the ad. It must be one of BANNER, FULL_BANNER, LEADERBOARD,
1500    MEDIUM_RECTANGLE, SMART_BANNER, WIDE_SKYSCRAPER, or
1501    &lt;width&gt;x&lt;height&gt;.
1502
1503
1504
1505          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1506<p>This may also be a reference to a resource (in the form
1507"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1508theme attribute (in the form
1509"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1510containing a value of this type.
1511          <p>This is a private symbol.</p></div>
1512
1513
1514        <div class="jd-tagdata">
1515        <span class="jd-tagtitle">Constant Value: </span>
1516        <span>
1517
1518                0
1519                (0x00000000)
1520
1521        </span>
1522        </div>
1523
1524    </div>
1525</div>
1526
1527
1528
1529<A NAME="AdsAttrs_adUnitId"></A>
1530
1531<div class="jd-details api apilevel-">
1532    <h4 class="jd-details-title">
1533      <span class="normal">
1534        public
1535        static
1536        final
1537        int
1538      </span>
1539        AdsAttrs_adUnitId
1540    </h4>
1541      <div class="api-level">
1542
1543
1544
1545
1546      </div>
1547    <div class="jd-details-descr">
1548
1549  <div class="jd-tagdata jd-tagdescr"><p><p>The ad unit ID.
1550
1551
1552          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1553<p>This may also be a reference to a resource (in the form
1554"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1555theme attribute (in the form
1556"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1557containing a value of this type.
1558          <p>This is a private symbol.</p></div>
1559
1560
1561        <div class="jd-tagdata">
1562        <span class="jd-tagtitle">Constant Value: </span>
1563        <span>
1564
1565                1
1566                (0x00000001)
1567
1568        </span>
1569        </div>
1570
1571    </div>
1572</div>
1573
1574
1575
1576<A NAME="Corpus_contentProviderUri"></A>
1577
1578<div class="jd-details api apilevel-">
1579    <h4 class="jd-details-title">
1580      <span class="normal">
1581        public
1582        static
1583        final
1584        int
1585      </span>
1586        Corpus_contentProviderUri
1587    </h4>
1588      <div class="api-level">
1589
1590
1591
1592
1593      </div>
1594    <div class="jd-details-descr">
1595
1596  <div class="jd-tagdata jd-tagdescr"><p><p>The URI of the content provider that the index should crawl to get the data for this
1597    corpus. Required. This string must not change between configurations.
1598
1599
1600          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1601<p>This may also be a reference to a resource (in the form
1602"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1603theme attribute (in the form
1604"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1605containing a value of this type.
1606          <p>This is a private symbol.</p></div>
1607
1608
1609        <div class="jd-tagdata">
1610        <span class="jd-tagtitle">Constant Value: </span>
1611        <span>
1612
1613                2
1614                (0x00000002)
1615
1616        </span>
1617        </div>
1618
1619    </div>
1620</div>
1621
1622
1623
1624<A NAME="Corpus_id"></A>
1625
1626<div class="jd-details api apilevel-">
1627    <h4 class="jd-details-title">
1628      <span class="normal">
1629        public
1630        static
1631        final
1632        int
1633      </span>
1634        Corpus_id
1635    </h4>
1636      <div class="api-level">
1637
1638
1639
1640
1641      </div>
1642    <div class="jd-details-descr">
1643
1644  <div class="jd-tagdata jd-tagdescr"><p><p>The ID of the corpus. Required. This string must not change between configurations.
1645
1646
1647          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1648<p>This may also be a reference to a resource (in the form
1649"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1650theme attribute (in the form
1651"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1652containing a value of this type.
1653          <p>This is a private symbol.</p></div>
1654
1655
1656        <div class="jd-tagdata">
1657        <span class="jd-tagtitle">Constant Value: </span>
1658        <span>
1659
1660                0
1661                (0x00000000)
1662
1663        </span>
1664        </div>
1665
1666    </div>
1667</div>
1668
1669
1670
1671<A NAME="Corpus_trimmable"></A>
1672
1673<div class="jd-details api apilevel-">
1674    <h4 class="jd-details-title">
1675      <span class="normal">
1676        public
1677        static
1678        final
1679        int
1680      </span>
1681        Corpus_trimmable
1682    </h4>
1683      <div class="api-level">
1684
1685
1686
1687
1688      </div>
1689    <div class="jd-details-descr">
1690
1691  <div class="jd-tagdata jd-tagdescr"><p><p>Indicates if documents from this corpus can be trimmed when the index reaches its quota.
1692      Optional; defaults to <code>true</code>.
1693
1694
1695          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1696<p>This may also be a reference to a resource (in the form
1697"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1698theme attribute (in the form
1699"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1700containing a value of this type.
1701          <p>This is a private symbol.</p></div>
1702
1703
1704        <div class="jd-tagdata">
1705        <span class="jd-tagtitle">Constant Value: </span>
1706        <span>
1707
1708                3
1709                (0x00000003)
1710
1711        </span>
1712        </div>
1713
1714    </div>
1715</div>
1716
1717
1718
1719<A NAME="Corpus_version"></A>
1720
1721<div class="jd-details api apilevel-">
1722    <h4 class="jd-details-title">
1723      <span class="normal">
1724        public
1725        static
1726        final
1727        int
1728      </span>
1729        Corpus_version
1730    </h4>
1731      <div class="api-level">
1732
1733
1734
1735
1736      </div>
1737    <div class="jd-details-descr">
1738
1739  <div class="jd-tagdata jd-tagdescr"><p><p>The version of the corpus. Optional; defaults to <code>"0"</code>. This string must not change
1740      between configurations.
1741
1742
1743          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1744<p>This may also be a reference to a resource (in the form
1745"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1746theme attribute (in the form
1747"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1748containing a value of this type.
1749          <p>This is a private symbol.</p></div>
1750
1751
1752        <div class="jd-tagdata">
1753        <span class="jd-tagtitle">Constant Value: </span>
1754        <span>
1755
1756                1
1757                (0x00000001)
1758
1759        </span>
1760        </div>
1761
1762    </div>
1763</div>
1764
1765
1766
1767<A NAME="GlobalSearchCorpus_enabled"></A>
1768
1769<div class="jd-details api apilevel-">
1770    <h4 class="jd-details-title">
1771      <span class="normal">
1772        public
1773        static
1774        final
1775        int
1776      </span>
1777        GlobalSearchCorpus_enabled
1778    </h4>
1779      <div class="api-level">
1780
1781
1782
1783
1784      </div>
1785    <div class="jd-details-descr">
1786
1787  <div class="jd-tagdata jd-tagdescr"><p><p>Whether or not global search is enabled for this corpus. Optional; defaults to
1788      <code>true</code>. If set to <code>false</code>, it will be treated as if the <code>GlobalSearchCorpus</code>
1789      element did not exist.
1790
1791
1792          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
1793<p>This may also be a reference to a resource (in the form
1794"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1795theme attribute (in the form
1796"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1797containing a value of this type.
1798          <p>This is a private symbol.</p></div>
1799
1800
1801        <div class="jd-tagdata">
1802        <span class="jd-tagtitle">Constant Value: </span>
1803        <span>
1804
1805                0
1806                (0x00000000)
1807
1808        </span>
1809        </div>
1810
1811    </div>
1812</div>
1813
1814
1815
1816<A NAME="GlobalSearchSection_content"></A>
1817
1818<div class="jd-details api apilevel-">
1819    <h4 class="jd-details-title">
1820      <span class="normal">
1821        public
1822        static
1823        final
1824        int
1825      </span>
1826        GlobalSearchSection_content
1827    </h4>
1828      <div class="api-level">
1829
1830
1831
1832
1833      </div>
1834    <div class="jd-details-descr">
1835
1836  <div class="jd-tagdata jd-tagdescr"><p><p>The content of this global search section. This is a global search section template string.
1837      It should contain a reference to a string which can change between configurations.
1838
1839
1840          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1841<p>This may also be a reference to a resource (in the form
1842"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1843theme attribute (in the form
1844"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1845containing a value of this type.
1846          <p>This is a private symbol.</p></div>
1847
1848
1849        <div class="jd-tagdata">
1850        <span class="jd-tagtitle">Constant Value: </span>
1851        <span>
1852
1853                1
1854                (0x00000001)
1855
1856        </span>
1857        </div>
1858
1859    </div>
1860</div>
1861
1862
1863
1864<A NAME="GlobalSearchSection_sectionId"></A>
1865
1866<div class="jd-details api apilevel-">
1867    <h4 class="jd-details-title">
1868      <span class="normal">
1869        public
1870        static
1871        final
1872        int
1873      </span>
1874        GlobalSearchSection_sectionId
1875    </h4>
1876      <div class="api-level">
1877
1878
1879
1880
1881      </div>
1882    <div class="jd-details-descr">
1883
1884  <div class="jd-tagdata jd-tagdescr"><p><p>The global search section ID for this mapping.
1885
1886
1887          <p>Must be one of the following constant values.</p>
1888<table>
1889<colgroup align="left" />
1890<colgroup align="left" />
1891<colgroup align="left" />
1892<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
1893<tr><td><code>text1</code></td><td>0</td><td></td></tr>
1894<tr><td><code>text2</code></td><td>1</td><td></td></tr>
1895<tr><td><code>icon_uri</code></td><td>2</td><td></td></tr>
1896<tr><td><code>intent_action</code></td><td>3</td><td></td></tr>
1897<tr><td><code>intent_data</code></td><td>4</td><td></td></tr>
1898<tr><td><code>intent_data_id</code></td><td>5</td><td></td></tr>
1899<tr><td><code>intent_extra_data</code></td><td>6</td><td></td></tr>
1900<tr><td><code>large_icon_uri</code></td><td>7</td><td></td></tr>
1901<tr><td><code>intent_activity</code></td><td>8</td><td></td></tr>
1902</table>
1903          <p>This is a private symbol.</p></div>
1904
1905
1906        <div class="jd-tagdata">
1907        <span class="jd-tagtitle">Constant Value: </span>
1908        <span>
1909
1910                0
1911                (0x00000000)
1912
1913        </span>
1914        </div>
1915
1916    </div>
1917</div>
1918
1919
1920
1921<A NAME="GlobalSearch_defaultIntentAction"></A>
1922
1923<div class="jd-details api apilevel-">
1924    <h4 class="jd-details-title">
1925      <span class="normal">
1926        public
1927        static
1928        final
1929        int
1930      </span>
1931        GlobalSearch_defaultIntentAction
1932    </h4>
1933      <div class="api-level">
1934
1935
1936
1937
1938      </div>
1939    <div class="jd-details-descr">
1940
1941  <div class="jd-tagdata jd-tagdescr"><p><p>The default value for the global search section <code>default_intent_action</code>. Optional.
1942      This string must not change between configurations.
1943
1944
1945          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1946<p>This may also be a reference to a resource (in the form
1947"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1948theme attribute (in the form
1949"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1950containing a value of this type.
1951          <p>This is a private symbol.</p></div>
1952
1953
1954        <div class="jd-tagdata">
1955        <span class="jd-tagtitle">Constant Value: </span>
1956        <span>
1957
1958                3
1959                (0x00000003)
1960
1961        </span>
1962        </div>
1963
1964    </div>
1965</div>
1966
1967
1968
1969<A NAME="GlobalSearch_defaultIntentActivity"></A>
1970
1971<div class="jd-details api apilevel-">
1972    <h4 class="jd-details-title">
1973      <span class="normal">
1974        public
1975        static
1976        final
1977        int
1978      </span>
1979        GlobalSearch_defaultIntentActivity
1980    </h4>
1981      <div class="api-level">
1982
1983
1984
1985
1986      </div>
1987    <div class="jd-details-descr">
1988
1989  <div class="jd-tagdata jd-tagdescr"><p><p>The default value for the global search section <code>default_intent_aactivity</code>. Optional.
1990      This string must not change between configurations.
1991
1992
1993          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
1994<p>This may also be a reference to a resource (in the form
1995"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1996theme attribute (in the form
1997"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1998containing a value of this type.
1999          <p>This is a private symbol.</p></div>
2000
2001
2002        <div class="jd-tagdata">
2003        <span class="jd-tagtitle">Constant Value: </span>
2004        <span>
2005
2006                5
2007                (0x00000005)
2008
2009        </span>
2010        </div>
2011
2012    </div>
2013</div>
2014
2015
2016
2017<A NAME="GlobalSearch_defaultIntentData"></A>
2018
2019<div class="jd-details api apilevel-">
2020    <h4 class="jd-details-title">
2021      <span class="normal">
2022        public
2023        static
2024        final
2025        int
2026      </span>
2027        GlobalSearch_defaultIntentData
2028    </h4>
2029      <div class="api-level">
2030
2031
2032
2033
2034      </div>
2035    <div class="jd-details-descr">
2036
2037  <div class="jd-tagdata jd-tagdescr"><p><p>The default value for the global search section <code>default_intent_data</code>. Optional.
2038      This string must not change between configurations.
2039
2040
2041          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2042<p>This may also be a reference to a resource (in the form
2043"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2044theme attribute (in the form
2045"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2046containing a value of this type.
2047          <p>This is a private symbol.</p></div>
2048
2049
2050        <div class="jd-tagdata">
2051        <span class="jd-tagtitle">Constant Value: </span>
2052        <span>
2053
2054                4
2055                (0x00000004)
2056
2057        </span>
2058        </div>
2059
2060    </div>
2061</div>
2062
2063
2064
2065<A NAME="GlobalSearch_enabled"></A>
2066
2067<div class="jd-details api apilevel-">
2068    <h4 class="jd-details-title">
2069      <span class="normal">
2070        public
2071        static
2072        final
2073        int
2074      </span>
2075        GlobalSearch_enabled
2076    </h4>
2077      <div class="api-level">
2078
2079
2080
2081
2082      </div>
2083    <div class="jd-details-descr">
2084
2085  <div class="jd-tagdata jd-tagdescr"><p><p>Whether or not global search is enabled for this app. Optional; defaults to <code>true</code>.
2086      If set to <code>false</code>, it will be treated as if the <code>GlobalSearch</code> element did not
2087      exist.
2088
2089
2090          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
2091<p>This may also be a reference to a resource (in the form
2092"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2093theme attribute (in the form
2094"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2095containing a value of this type.
2096          <p>This is a private symbol.</p></div>
2097
2098
2099        <div class="jd-tagdata">
2100        <span class="jd-tagtitle">Constant Value: </span>
2101        <span>
2102
2103                0
2104                (0x00000000)
2105
2106        </span>
2107        </div>
2108
2109    </div>
2110</div>
2111
2112
2113
2114<A NAME="GlobalSearch_label"></A>
2115
2116<div class="jd-details api apilevel-">
2117    <h4 class="jd-details-title">
2118      <span class="normal">
2119        public
2120        static
2121        final
2122        int
2123      </span>
2124        GlobalSearch_label
2125    </h4>
2126      <div class="api-level">
2127
2128
2129
2130
2131      </div>
2132    <div class="jd-details-descr">
2133
2134  <div class="jd-tagdata jd-tagdescr"><p><p>A localized string to identify this apps data within the global search app. Required.
2135
2136
2137          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2138<p>This may also be a reference to a resource (in the form
2139"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2140theme attribute (in the form
2141"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2142containing a value of this type.
2143          <p>This is a private symbol.</p></div>
2144
2145
2146        <div class="jd-tagdata">
2147        <span class="jd-tagtitle">Constant Value: </span>
2148        <span>
2149
2150                1
2151                (0x00000001)
2152
2153        </span>
2154        </div>
2155
2156    </div>
2157</div>
2158
2159
2160
2161<A NAME="GlobalSearch_settingsDescription"></A>
2162
2163<div class="jd-details api apilevel-">
2164    <h4 class="jd-details-title">
2165      <span class="normal">
2166        public
2167        static
2168        final
2169        int
2170      </span>
2171        GlobalSearch_settingsDescription
2172    </h4>
2173      <div class="api-level">
2174
2175
2176
2177
2178      </div>
2179    <div class="jd-details-descr">
2180
2181  <div class="jd-tagdata jd-tagdescr"><p><p>A localized string to describe this apps data within the global search apps settings.
2182      Optional.
2183
2184
2185          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2186<p>This may also be a reference to a resource (in the form
2187"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2188theme attribute (in the form
2189"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2190containing a value of this type.
2191          <p>This is a private symbol.</p></div>
2192
2193
2194        <div class="jd-tagdata">
2195        <span class="jd-tagtitle">Constant Value: </span>
2196        <span>
2197
2198                2
2199                (0x00000002)
2200
2201        </span>
2202        </div>
2203
2204    </div>
2205</div>
2206
2207
2208
2209<A NAME="MapAttrs_cameraBearing"></A>
2210
2211<div class="jd-details api apilevel-">
2212    <h4 class="jd-details-title">
2213      <span class="normal">
2214        public
2215        static
2216        final
2217        int
2218      </span>
2219        MapAttrs_cameraBearing
2220    </h4>
2221      <div class="api-level">
2222
2223
2224
2225
2226      </div>
2227    <div class="jd-details-descr">
2228
2229  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraBearing">cameraBearing</a></code>
2230          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
2231
2232
2233          <p>Must be a floating point value, such as "<code>1.2</code>".
2234<p>This may also be a reference to a resource (in the form
2235"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2236theme attribute (in the form
2237"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2238containing a value of this type.</p></div>
2239
2240
2241        <div class="jd-tagdata">
2242        <span class="jd-tagtitle">Constant Value: </span>
2243        <span>
2244
2245                1
2246                (0x00000001)
2247
2248        </span>
2249        </div>
2250
2251    </div>
2252</div>
2253
2254
2255
2256<A NAME="MapAttrs_cameraTargetLat"></A>
2257
2258<div class="jd-details api apilevel-">
2259    <h4 class="jd-details-title">
2260      <span class="normal">
2261        public
2262        static
2263        final
2264        int
2265      </span>
2266        MapAttrs_cameraTargetLat
2267    </h4>
2268      <div class="api-level">
2269
2270
2271
2272
2273      </div>
2274    <div class="jd-details-descr">
2275
2276  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTargetLat">cameraTargetLat</a></code>
2277          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
2278
2279
2280          <p>Must be a floating point value, such as "<code>1.2</code>".
2281<p>This may also be a reference to a resource (in the form
2282"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2283theme attribute (in the form
2284"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2285containing a value of this type.</p></div>
2286
2287
2288        <div class="jd-tagdata">
2289        <span class="jd-tagtitle">Constant Value: </span>
2290        <span>
2291
2292                2
2293                (0x00000002)
2294
2295        </span>
2296        </div>
2297
2298    </div>
2299</div>
2300
2301
2302
2303<A NAME="MapAttrs_cameraTargetLng"></A>
2304
2305<div class="jd-details api apilevel-">
2306    <h4 class="jd-details-title">
2307      <span class="normal">
2308        public
2309        static
2310        final
2311        int
2312      </span>
2313        MapAttrs_cameraTargetLng
2314    </h4>
2315      <div class="api-level">
2316
2317
2318
2319
2320      </div>
2321    <div class="jd-details-descr">
2322
2323  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTargetLng">cameraTargetLng</a></code>
2324          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
2325
2326
2327          <p>Must be a floating point value, such as "<code>1.2</code>".
2328<p>This may also be a reference to a resource (in the form
2329"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2330theme attribute (in the form
2331"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2332containing a value of this type.</p></div>
2333
2334
2335        <div class="jd-tagdata">
2336        <span class="jd-tagtitle">Constant Value: </span>
2337        <span>
2338
2339                3
2340                (0x00000003)
2341
2342        </span>
2343        </div>
2344
2345    </div>
2346</div>
2347
2348
2349
2350<A NAME="MapAttrs_cameraTilt"></A>
2351
2352<div class="jd-details api apilevel-">
2353    <h4 class="jd-details-title">
2354      <span class="normal">
2355        public
2356        static
2357        final
2358        int
2359      </span>
2360        MapAttrs_cameraTilt
2361    </h4>
2362      <div class="api-level">
2363
2364
2365
2366
2367      </div>
2368    <div class="jd-details-descr">
2369
2370  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraTilt">cameraTilt</a></code>
2371          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
2372
2373
2374          <p>Must be a floating point value, such as "<code>1.2</code>".
2375<p>This may also be a reference to a resource (in the form
2376"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2377theme attribute (in the form
2378"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2379containing a value of this type.</p></div>
2380
2381
2382        <div class="jd-tagdata">
2383        <span class="jd-tagtitle">Constant Value: </span>
2384        <span>
2385
2386                4
2387                (0x00000004)
2388
2389        </span>
2390        </div>
2391
2392    </div>
2393</div>
2394
2395
2396
2397<A NAME="MapAttrs_cameraZoom"></A>
2398
2399<div class="jd-details api apilevel-">
2400    <h4 class="jd-details-title">
2401      <span class="normal">
2402        public
2403        static
2404        final
2405        int
2406      </span>
2407        MapAttrs_cameraZoom
2408    </h4>
2409      <div class="api-level">
2410
2411
2412
2413
2414      </div>
2415    <div class="jd-details-descr">
2416
2417  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#cameraZoom">cameraZoom</a></code>
2418          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
2419
2420
2421          <p>Must be a floating point value, such as "<code>1.2</code>".
2422<p>This may also be a reference to a resource (in the form
2423"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2424theme attribute (in the form
2425"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2426containing a value of this type.</p></div>
2427
2428
2429        <div class="jd-tagdata">
2430        <span class="jd-tagtitle">Constant Value: </span>
2431        <span>
2432
2433                5
2434                (0x00000005)
2435
2436        </span>
2437        </div>
2438
2439    </div>
2440</div>
2441
2442
2443
2444<A NAME="MapAttrs_mapType"></A>
2445
2446<div class="jd-details api apilevel-">
2447    <h4 class="jd-details-title">
2448      <span class="normal">
2449        public
2450        static
2451        final
2452        int
2453      </span>
2454        MapAttrs_mapType
2455    </h4>
2456      <div class="api-level">
2457
2458
2459
2460
2461      </div>
2462    <div class="jd-details-descr">
2463
2464  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#mapType">mapType</a></code>
2465          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
2466
2467
2468          <p>Must be one of the following constant values.</p>
2469<table>
2470<colgroup align="left" />
2471<colgroup align="left" />
2472<colgroup align="left" />
2473<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
2474<tr><td><code>none</code></td><td>0</td><td></td></tr>
2475<tr><td><code>normal</code></td><td>1</td><td></td></tr>
2476<tr><td><code>satellite</code></td><td>2</td><td></td></tr>
2477<tr><td><code>terrain</code></td><td>3</td><td></td></tr>
2478<tr><td><code>hybrid</code></td><td>4</td><td></td></tr>
2479</table></p></div>
2480
2481
2482        <div class="jd-tagdata">
2483        <span class="jd-tagtitle">Constant Value: </span>
2484        <span>
2485
2486                0
2487                (0x00000000)
2488
2489        </span>
2490        </div>
2491
2492    </div>
2493</div>
2494
2495
2496
2497<A NAME="MapAttrs_uiCompass"></A>
2498
2499<div class="jd-details api apilevel-">
2500    <h4 class="jd-details-title">
2501      <span class="normal">
2502        public
2503        static
2504        final
2505        int
2506      </span>
2507        MapAttrs_uiCompass
2508    </h4>
2509      <div class="api-level">
2510
2511
2512
2513
2514      </div>
2515    <div class="jd-details-descr">
2516
2517  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiCompass">uiCompass</a></code>
2518          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
2519
2520
2521          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
2522<p>This may also be a reference to a resource (in the form
2523"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2524theme attribute (in the form
2525"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2526containing a value of this type.</p></div>
2527
2528
2529        <div class="jd-tagdata">
2530        <span class="jd-tagtitle">Constant Value: </span>
2531        <span>
2532
2533                6
2534                (0x00000006)
2535
2536        </span>
2537        </div>
2538
2539    </div>
2540</div>
2541
2542
2543
2544<A NAME="MapAttrs_uiRotateGestures"></A>
2545
2546<div class="jd-details api apilevel-">
2547    <h4 class="jd-details-title">
2548      <span class="normal">
2549        public
2550        static
2551        final
2552        int
2553      </span>
2554        MapAttrs_uiRotateGestures
2555    </h4>
2556      <div class="api-level">
2557
2558
2559
2560
2561      </div>
2562    <div class="jd-details-descr">
2563
2564  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiRotateGestures">uiRotateGestures</a></code>
2565          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
2566
2567
2568          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
2569<p>This may also be a reference to a resource (in the form
2570"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2571theme attribute (in the form
2572"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2573containing a value of this type.</p></div>
2574
2575
2576        <div class="jd-tagdata">
2577        <span class="jd-tagtitle">Constant Value: </span>
2578        <span>
2579
2580                7
2581                (0x00000007)
2582
2583        </span>
2584        </div>
2585
2586    </div>
2587</div>
2588
2589
2590
2591<A NAME="MapAttrs_uiScrollGestures"></A>
2592
2593<div class="jd-details api apilevel-">
2594    <h4 class="jd-details-title">
2595      <span class="normal">
2596        public
2597        static
2598        final
2599        int
2600      </span>
2601        MapAttrs_uiScrollGestures
2602    </h4>
2603      <div class="api-level">
2604
2605
2606
2607
2608      </div>
2609    <div class="jd-details-descr">
2610
2611  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiScrollGestures">uiScrollGestures</a></code>
2612          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
2613
2614
2615          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
2616<p>This may also be a reference to a resource (in the form
2617"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2618theme attribute (in the form
2619"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2620containing a value of this type.</p></div>
2621
2622
2623        <div class="jd-tagdata">
2624        <span class="jd-tagtitle">Constant Value: </span>
2625        <span>
2626
2627                8
2628                (0x00000008)
2629
2630        </span>
2631        </div>
2632
2633    </div>
2634</div>
2635
2636
2637
2638<A NAME="MapAttrs_uiTiltGestures"></A>
2639
2640<div class="jd-details api apilevel-">
2641    <h4 class="jd-details-title">
2642      <span class="normal">
2643        public
2644        static
2645        final
2646        int
2647      </span>
2648        MapAttrs_uiTiltGestures
2649    </h4>
2650      <div class="api-level">
2651
2652
2653
2654
2655      </div>
2656    <div class="jd-details-descr">
2657
2658  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiTiltGestures">uiTiltGestures</a></code>
2659          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
2660
2661
2662          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
2663<p>This may also be a reference to a resource (in the form
2664"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2665theme attribute (in the form
2666"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2667containing a value of this type.</p></div>
2668
2669
2670        <div class="jd-tagdata">
2671        <span class="jd-tagtitle">Constant Value: </span>
2672        <span>
2673
2674                9
2675                (0x00000009)
2676
2677        </span>
2678        </div>
2679
2680    </div>
2681</div>
2682
2683
2684
2685<A NAME="MapAttrs_uiZoomControls"></A>
2686
2687<div class="jd-details api apilevel-">
2688    <h4 class="jd-details-title">
2689      <span class="normal">
2690        public
2691        static
2692        final
2693        int
2694      </span>
2695        MapAttrs_uiZoomControls
2696    </h4>
2697      <div class="api-level">
2698
2699
2700
2701
2702      </div>
2703    <div class="jd-details-descr">
2704
2705  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiZoomControls">uiZoomControls</a></code>
2706          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
2707
2708
2709          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
2710<p>This may also be a reference to a resource (in the form
2711"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2712theme attribute (in the form
2713"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2714containing a value of this type.</p></div>
2715
2716
2717        <div class="jd-tagdata">
2718        <span class="jd-tagtitle">Constant Value: </span>
2719        <span>
2720
2721                10
2722                (0x0000000a)
2723
2724        </span>
2725        </div>
2726
2727    </div>
2728</div>
2729
2730
2731
2732<A NAME="MapAttrs_uiZoomGestures"></A>
2733
2734<div class="jd-details api apilevel-">
2735    <h4 class="jd-details-title">
2736      <span class="normal">
2737        public
2738        static
2739        final
2740        int
2741      </span>
2742        MapAttrs_uiZoomGestures
2743    </h4>
2744      <div class="api-level">
2745
2746
2747
2748
2749      </div>
2750    <div class="jd-details-descr">
2751
2752  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#uiZoomGestures">uiZoomGestures</a></code>
2753          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
2754
2755
2756          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
2757<p>This may also be a reference to a resource (in the form
2758"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2759theme attribute (in the form
2760"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2761containing a value of this type.</p></div>
2762
2763
2764        <div class="jd-tagdata">
2765        <span class="jd-tagtitle">Constant Value: </span>
2766        <span>
2767
2768                11
2769                (0x0000000b)
2770
2771        </span>
2772        </div>
2773
2774    </div>
2775</div>
2776
2777
2778
2779<A NAME="MapAttrs_useViewLifecycle"></A>
2780
2781<div class="jd-details api apilevel-">
2782    <h4 class="jd-details-title">
2783      <span class="normal">
2784        public
2785        static
2786        final
2787        int
2788      </span>
2789        MapAttrs_useViewLifecycle
2790    </h4>
2791      <div class="api-level">
2792
2793
2794
2795
2796      </div>
2797    <div class="jd-details-descr">
2798
2799  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#useViewLifecycle">useViewLifecycle</a></code>
2800          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
2801
2802
2803          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
2804<p>This may also be a reference to a resource (in the form
2805"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2806theme attribute (in the form
2807"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2808containing a value of this type.</p></div>
2809
2810
2811        <div class="jd-tagdata">
2812        <span class="jd-tagtitle">Constant Value: </span>
2813        <span>
2814
2815                12
2816                (0x0000000c)
2817
2818        </span>
2819        </div>
2820
2821    </div>
2822</div>
2823
2824
2825
2826<A NAME="MapAttrs_zOrderOnTop"></A>
2827
2828<div class="jd-details api apilevel-">
2829    <h4 class="jd-details-title">
2830      <span class="normal">
2831        public
2832        static
2833        final
2834        int
2835      </span>
2836        MapAttrs_zOrderOnTop
2837    </h4>
2838      <div class="api-level">
2839
2840
2841
2842
2843      </div>
2844    <div class="jd-details-descr">
2845
2846  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="/reference/com/google/android/gms/R.attr.html#zOrderOnTop">zOrderOnTop</a></code>
2847          attribute's value can be found in the <code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs">MapAttrs</a></code> array.
2848
2849
2850          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
2851<p>This may also be a reference to a resource (in the form
2852"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2853theme attribute (in the form
2854"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2855containing a value of this type.</p></div>
2856
2857
2858        <div class="jd-tagdata">
2859        <span class="jd-tagtitle">Constant Value: </span>
2860        <span>
2861
2862                13
2863                (0x0000000d)
2864
2865        </span>
2866        </div>
2867
2868    </div>
2869</div>
2870
2871
2872
2873<A NAME="SectionFeature_type"></A>
2874
2875<div class="jd-details api apilevel-">
2876    <h4 class="jd-details-title">
2877      <span class="normal">
2878        public
2879        static
2880        final
2881        int
2882      </span>
2883        SectionFeature_type
2884    </h4>
2885      <div class="api-level">
2886
2887
2888
2889
2890      </div>
2891    <div class="jd-details-descr">
2892
2893  <div class="jd-tagdata jd-tagdescr"><p><p>The type of this section. Required.
2894
2895
2896          <p>Must be one of the following constant values.</p>
2897<table>
2898<colgroup align="left" />
2899<colgroup align="left" />
2900<colgroup align="left" />
2901<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
2902<tr><td><code>match_global_nicknames</code></td><td>1</td><td>  Enable global nickname matching on this section </td></tr>
2903<tr><td><code>demote_common_words</code></td><td>2</td><td>  Demote common words by a factor in this section </td></tr>
2904</table>
2905          <p>This is a private symbol.</p></div>
2906
2907
2908        <div class="jd-tagdata">
2909        <span class="jd-tagtitle">Constant Value: </span>
2910        <span>
2911
2912                0
2913                (0x00000000)
2914
2915        </span>
2916        </div>
2917
2918    </div>
2919</div>
2920
2921
2922
2923<A NAME="Section_format"></A>
2924
2925<div class="jd-details api apilevel-">
2926    <h4 class="jd-details-title">
2927      <span class="normal">
2928        public
2929        static
2930        final
2931        int
2932      </span>
2933        Section_format
2934    </h4>
2935      <div class="api-level">
2936
2937
2938
2939
2940      </div>
2941    <div class="jd-details-descr">
2942
2943  <div class="jd-tagdata jd-tagdescr"><p><p>The format of the section. Optional; default to <code>plain</code>.
2944
2945
2946          <p>Must be one of the following constant values.</p>
2947<table>
2948<colgroup align="left" />
2949<colgroup align="left" />
2950<colgroup align="left" />
2951<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
2952<tr><td><code>plain</code></td><td>0</td><td></td></tr>
2953<tr><td><code>html</code></td><td>1</td><td></td></tr>
2954<tr><td><code>rfc822</code></td><td>2</td><td></td></tr>
2955</table>
2956          <p>This is a private symbol.</p></div>
2957
2958
2959        <div class="jd-tagdata">
2960        <span class="jd-tagtitle">Constant Value: </span>
2961        <span>
2962
2963                1
2964                (0x00000001)
2965
2966        </span>
2967        </div>
2968
2969    </div>
2970</div>
2971
2972
2973
2974<A NAME="Section_id"></A>
2975
2976<div class="jd-details api apilevel-">
2977    <h4 class="jd-details-title">
2978      <span class="normal">
2979        public
2980        static
2981        final
2982        int
2983      </span>
2984        Section_id
2985    </h4>
2986      <div class="api-level">
2987
2988
2989
2990
2991      </div>
2992    <div class="jd-details-descr">
2993
2994  <div class="jd-tagdata jd-tagdescr"><p><p>The ID of the section. Required. This string must not change between configurations.
2995
2996
2997          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
2998<p>This may also be a reference to a resource (in the form
2999"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3000theme attribute (in the form
3001"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3002containing a value of this type.
3003          <p>This is a private symbol.</p></div>
3004
3005
3006        <div class="jd-tagdata">
3007        <span class="jd-tagtitle">Constant Value: </span>
3008        <span>
3009
3010                0
3011                (0x00000000)
3012
3013        </span>
3014        </div>
3015
3016    </div>
3017</div>
3018
3019
3020
3021<A NAME="Section_indexPrefixes"></A>
3022
3023<div class="jd-details api apilevel-">
3024    <h4 class="jd-details-title">
3025      <span class="normal">
3026        public
3027        static
3028        final
3029        int
3030      </span>
3031        Section_indexPrefixes
3032    </h4>
3033      <div class="api-level">
3034
3035
3036
3037
3038      </div>
3039    <div class="jd-details-descr">
3040
3041  <div class="jd-tagdata jd-tagdescr"><p><p>Indicates if this section should support prefix matching. Optional; defaults to
3042      <code>false</code>.
3043
3044
3045          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
3046<p>This may also be a reference to a resource (in the form
3047"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3048theme attribute (in the form
3049"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3050containing a value of this type.
3051          <p>This is a private symbol.</p></div>
3052
3053
3054        <div class="jd-tagdata">
3055        <span class="jd-tagtitle">Constant Value: </span>
3056        <span>
3057
3058                4
3059                (0x00000004)
3060
3061        </span>
3062        </div>
3063
3064    </div>
3065</div>
3066
3067
3068
3069<A NAME="Section_noIndex"></A>
3070
3071<div class="jd-details api apilevel-">
3072    <h4 class="jd-details-title">
3073      <span class="normal">
3074        public
3075        static
3076        final
3077        int
3078      </span>
3079        Section_noIndex
3080    </h4>
3081      <div class="api-level">
3082
3083
3084
3085
3086      </div>
3087    <div class="jd-details-descr">
3088
3089  <div class="jd-tagdata jd-tagdescr"><p><p>Indicates if this section should not be indexed. Optional; defaults to <code>false</code>.
3090
3091
3092          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
3093<p>This may also be a reference to a resource (in the form
3094"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3095theme attribute (in the form
3096"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3097containing a value of this type.
3098          <p>This is a private symbol.</p></div>
3099
3100
3101        <div class="jd-tagdata">
3102        <span class="jd-tagtitle">Constant Value: </span>
3103        <span>
3104
3105                2
3106                (0x00000002)
3107
3108        </span>
3109        </div>
3110
3111    </div>
3112</div>
3113
3114
3115
3116<A NAME="Section_subsectionSeparator"></A>
3117
3118<div class="jd-details api apilevel-">
3119    <h4 class="jd-details-title">
3120      <span class="normal">
3121        public
3122        static
3123        final
3124        int
3125      </span>
3126        Section_subsectionSeparator
3127    </h4>
3128      <div class="api-level">
3129
3130
3131
3132
3133      </div>
3134    <div class="jd-details-descr">
3135
3136  <div class="jd-tagdata jd-tagdescr"><p><p>Subsection separator. Optional. If not provided, the section is not split into
3137      subsections.
3138
3139
3140          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3141<p>This may also be a reference to a resource (in the form
3142"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3143theme attribute (in the form
3144"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3145containing a value of this type.
3146          <p>This is a private symbol.</p></div>
3147
3148
3149        <div class="jd-tagdata">
3150        <span class="jd-tagtitle">Constant Value: </span>
3151        <span>
3152
3153                5
3154                (0x00000005)
3155
3156        </span>
3157        </div>
3158
3159    </div>
3160</div>
3161
3162
3163
3164<A NAME="Section_weight"></A>
3165
3166<div class="jd-details api apilevel-">
3167    <h4 class="jd-details-title">
3168      <span class="normal">
3169        public
3170        static
3171        final
3172        int
3173      </span>
3174        Section_weight
3175    </h4>
3176      <div class="api-level">
3177
3178
3179
3180
3181      </div>
3182    <div class="jd-details-descr">
3183
3184  <div class="jd-tagdata jd-tagdescr"><p><p>The weight of the section. Optional; defaults to 1.
3185
3186
3187          <p>Must be an integer value, such as "<code>100</code>".
3188<p>This may also be a reference to a resource (in the form
3189"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3190theme attribute (in the form
3191"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3192containing a value of this type.
3193          <p>This is a private symbol.</p></div>
3194
3195
3196        <div class="jd-tagdata">
3197        <span class="jd-tagtitle">Constant Value: </span>
3198        <span>
3199
3200                3
3201                (0x00000003)
3202
3203        </span>
3204        </div>
3205
3206    </div>
3207</div>
3208
3209
3210
3211<A NAME="Set_name"></A>
3212
3213<div class="jd-details api apilevel-">
3214    <h4 class="jd-details-title">
3215      <span class="normal">
3216        public
3217        static
3218        final
3219        int
3220      </span>
3221        Set_name
3222    </h4>
3223      <div class="api-level">
3224
3225
3226
3227
3228      </div>
3229    <div class="jd-details-descr">
3230
3231  <div class="jd-tagdata jd-tagdescr"><p><p>The name of this parameter. Required.
3232
3233
3234          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3235<p>This may also be a reference to a resource (in the form
3236"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3237theme attribute (in the form
3238"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3239containing a value of this type.
3240          <p>This is a private symbol.</p></div>
3241
3242
3243        <div class="jd-tagdata">
3244        <span class="jd-tagtitle">Constant Value: </span>
3245        <span>
3246
3247                0
3248                (0x00000000)
3249
3250        </span>
3251        </div>
3252
3253    </div>
3254</div>
3255
3256
3257
3258<A NAME="Set_value"></A>
3259
3260<div class="jd-details api apilevel-">
3261    <h4 class="jd-details-title">
3262      <span class="normal">
3263        public
3264        static
3265        final
3266        int
3267      </span>
3268        Set_value
3269    </h4>
3270      <div class="api-level">
3271
3272
3273
3274
3275      </div>
3276    <div class="jd-details-descr">
3277
3278  <div class="jd-tagdata jd-tagdescr"><p><p>The value of this parameter. Optional.
3279
3280
3281          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
3282<p>This may also be a reference to a resource (in the form
3283"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
3284theme attribute (in the form
3285"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
3286containing a value of this type.
3287          <p>This is a private symbol.</p></div>
3288
3289
3290        <div class="jd-tagdata">
3291        <span class="jd-tagtitle">Constant Value: </span>
3292        <span>
3293
3294                1
3295                (0x00000001)
3296
3297        </span>
3298        </div>
3299
3300    </div>
3301</div>
3302
3303
3304
3305
3306<!-- Fields -->
3307
3308
3309<!-- ========= FIELD DETAIL ======== -->
3310<h2>Fields</h2>
3311
3312
3313
3314
3315<A NAME="AdsAttrs"></A>
3316
3317<div class="jd-details api apilevel-">
3318    <h4 class="jd-details-title">
3319      <span class="normal">
3320        public
3321        static
3322        final
3323        int[]
3324      </span>
3325        AdsAttrs
3326    </h4>
3327      <div class="api-level">
3328
3329
3330
3331
3332      </div>
3333    <div class="jd-details-descr">
3334
3335  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a AdsAttrs.
3336           <p>Includes the following attributes:</p>
3337           <table>
3338           <colgroup align="left" />
3339           <colgroup align="left" />
3340           <tr><th>Attribute</th><th>Description</th></tr>
3341           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs_adSize">com.google.android.gms:adSize</a></code></code></td><td>
3342    The size of the ad.</td></tr>
3343           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs_adUnitId">com.google.android.gms:adUnitId</a></code></code></td><td> The ad unit ID.</td></tr>
3344           </table></p></div>
3345  <div class="jd-tagdata">
3346      <h5 class="jd-tagtitle">See Also</h5>
3347      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs_adSize">AdsAttrs_adSize</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#AdsAttrs_adUnitId">AdsAttrs_adUnitId</a></code></li>
3348      </ul>
3349  </div>
3350
3351
3352    </div>
3353</div>
3354
3355
3356
3357<A NAME="AppDataSearch"></A>
3358
3359<div class="jd-details api apilevel-">
3360    <h4 class="jd-details-title">
3361      <span class="normal">
3362        public
3363        static
3364        final
3365        int[]
3366      </span>
3367        AppDataSearch
3368    </h4>
3369      <div class="api-level">
3370
3371
3372
3373
3374      </div>
3375    <div class="jd-details-descr">
3376
3377  <div class="jd-tagdata jd-tagdescr"><p>Applications that index data using AppDataSearch must provide their corpus configuration
3378    in an XML file, typically called <code>appdatasearch.xml</code>. This file is referenced in your
3379    manifest with a meta-data tag with the name <code>com.google.android.gms.appdatasearch</code> in the
3380    <code>Application</code> section of the <code>AndroidManifest.xml</code>.
3381
3382    This is the root element of the XML file. It should contain a <code>Corpus</code> element for each
3383    corpus, and optionally a <code>GlobalSearch</code> element.
3384</p></div>
3385
3386
3387    </div>
3388</div>
3389
3390
3391
3392<A NAME="Corpus"></A>
3393
3394<div class="jd-details api apilevel-">
3395    <h4 class="jd-details-title">
3396      <span class="normal">
3397        public
3398        static
3399        final
3400        int[]
3401      </span>
3402        Corpus
3403    </h4>
3404      <div class="api-level">
3405
3406
3407
3408
3409      </div>
3410    <div class="jd-details-descr">
3411
3412  <div class="jd-tagdata jd-tagdescr"><p>The <code>Corpus</code> element represents a corpus within AppDataSearch. You should provide one
3413    <code>Corpus</code> element for each corpus used by your application. This element should contain
3414    a <code>Section</code> element for each section within the corpus.
3415           <p>Includes the following attributes:</p>
3416           <table>
3417           <colgroup align="left" />
3418           <colgroup align="left" />
3419           <tr><th>Attribute</th><th>Description</th></tr>
3420           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_contentProviderUri">com.google.android.gms:contentProviderUri</a></code></code></td><td> The URI of the content provider that the index should crawl to get the data for this
3421    corpus.</td></tr>
3422           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_id">com.google.android.gms:id</a></code></code></td><td> The ID of the corpus.</td></tr>
3423           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_trimmable">com.google.android.gms:trimmable</a></code></code></td><td> Indicates if documents from this corpus can be trimmed when the index reaches its quota.</td></tr>
3424           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_version">com.google.android.gms:version</a></code></code></td><td> The version of the corpus.</td></tr>
3425           </table></p></div>
3426  <div class="jd-tagdata">
3427      <h5 class="jd-tagtitle">See Also</h5>
3428      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_contentProviderUri">Corpus_contentProviderUri</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_id">Corpus_id</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_trimmable">Corpus_trimmable</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Corpus_version">Corpus_version</a></code></li>
3429      </ul>
3430  </div>
3431
3432
3433    </div>
3434</div>
3435
3436
3437
3438<A NAME="GlobalSearch"></A>
3439
3440<div class="jd-details api apilevel-">
3441    <h4 class="jd-details-title">
3442      <span class="normal">
3443        public
3444        static
3445        final
3446        int[]
3447      </span>
3448        GlobalSearch
3449    </h4>
3450      <div class="api-level">
3451
3452
3453
3454
3455      </div>
3456    <div class="jd-details-descr">
3457
3458  <div class="jd-tagdata jd-tagdescr"><p>The <code>GlobalSearch </code> element should be included if you want your apps data to appear
3459    in the global search app. It should be contained within the top level <code>AppDataSearch</code>
3460    element. If you opt into global search, you should provide a <code>GlobalSearchCorpus</code>
3461    element within at least one of your <code>Corpus</code> elements.
3462           <p>Includes the following attributes:</p>
3463           <table>
3464           <colgroup align="left" />
3465           <colgroup align="left" />
3466           <tr><th>Attribute</th><th>Description</th></tr>
3467           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentAction">com.google.android.gms:defaultIntentAction</a></code></code></td><td> The default value for the global search section <code>default_intent_action</code>.</td></tr>
3468           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentActivity">com.google.android.gms:defaultIntentActivity</a></code></code></td><td> The default value for the global search section <code>default_intent_aactivity</code>.</td></tr>
3469           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentData">com.google.android.gms:defaultIntentData</a></code></code></td><td> The default value for the global search section <code>default_intent_data</code>.</td></tr>
3470           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_enabled">com.google.android.gms:enabled</a></code></code></td><td> Whether or not global search is enabled for this app.</td></tr>
3471           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_label">com.google.android.gms:label</a></code></code></td><td> A localized string to identify this apps data within the global search app.</td></tr>
3472           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_settingsDescription">com.google.android.gms:settingsDescription</a></code></code></td><td> A localized string to describe this apps data within the global search apps settings.</td></tr>
3473           </table></p></div>
3474  <div class="jd-tagdata">
3475      <h5 class="jd-tagtitle">See Also</h5>
3476      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentAction">GlobalSearch_defaultIntentAction</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentActivity">GlobalSearch_defaultIntentActivity</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_defaultIntentData">GlobalSearch_defaultIntentData</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_enabled">GlobalSearch_enabled</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_label">GlobalSearch_label</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearch_settingsDescription">GlobalSearch_settingsDescription</a></code></li>
3477      </ul>
3478  </div>
3479
3480
3481    </div>
3482</div>
3483
3484
3485
3486<A NAME="GlobalSearchCorpus"></A>
3487
3488<div class="jd-details api apilevel-">
3489    <h4 class="jd-details-title">
3490      <span class="normal">
3491        public
3492        static
3493        final
3494        int[]
3495      </span>
3496        GlobalSearchCorpus
3497    </h4>
3498      <div class="api-level">
3499
3500
3501
3502
3503      </div>
3504    <div class="jd-details-descr">
3505
3506  <div class="jd-tagdata jd-tagdescr"><p>Each <code>Corpus</code> element should include a <code>GlobalSearchCorpus</code> element if the
3507    corpus is to appear in the global search app. This element contains several
3508    <code>GlobalSearchSection</code> elements describing how to present results from this corpus within
3509    the global search app.
3510
3511    Including this element within a <code>Corpus</code> will only have any effect if you also include a
3512    <code>GlobalSearch</code> element within the top level <code>AppDataSearch</code> element.
3513           <p>Includes the following attributes:</p>
3514           <table>
3515           <colgroup align="left" />
3516           <colgroup align="left" />
3517           <tr><th>Attribute</th><th>Description</th></tr>
3518           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchCorpus_enabled">com.google.android.gms:enabled</a></code></code></td><td> Whether or not global search is enabled for this corpus.</td></tr>
3519           </table></p></div>
3520  <div class="jd-tagdata">
3521      <h5 class="jd-tagtitle">See Also</h5>
3522      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchCorpus_enabled">GlobalSearchCorpus_enabled</a></code></li>
3523      </ul>
3524  </div>
3525
3526
3527    </div>
3528</div>
3529
3530
3531
3532<A NAME="GlobalSearchSection"></A>
3533
3534<div class="jd-details api apilevel-">
3535    <h4 class="jd-details-title">
3536      <span class="normal">
3537        public
3538        static
3539        final
3540        int[]
3541      </span>
3542        GlobalSearchSection
3543    </h4>
3544      <div class="api-level">
3545
3546
3547
3548
3549      </div>
3550    <div class="jd-details-descr">
3551
3552  <div class="jd-tagdata jd-tagdescr"><p>This element provides a mapping of sections from this corpus to a global search section.
3553    You should provide one such element for each global search section you care about within
3554    the <code>GlobalSearchCorpus</code> element.
3555           <p>Includes the following attributes:</p>
3556           <table>
3557           <colgroup align="left" />
3558           <colgroup align="left" />
3559           <tr><th>Attribute</th><th>Description</th></tr>
3560           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection_content">com.google.android.gms:content</a></code></code></td><td> The content of this global search section.</td></tr>
3561           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection_sectionId">com.google.android.gms:sectionId</a></code></code></td><td> The global search section ID for this mapping.</td></tr>
3562           </table></p></div>
3563  <div class="jd-tagdata">
3564      <h5 class="jd-tagtitle">See Also</h5>
3565      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection_content">GlobalSearchSection_content</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#GlobalSearchSection_sectionId">GlobalSearchSection_sectionId</a></code></li>
3566      </ul>
3567  </div>
3568
3569
3570    </div>
3571</div>
3572
3573
3574
3575<A NAME="MapAttrs"></A>
3576
3577<div class="jd-details api apilevel-">
3578    <h4 class="jd-details-title">
3579      <span class="normal">
3580        public
3581        static
3582        final
3583        int[]
3584      </span>
3585        MapAttrs
3586    </h4>
3587      <div class="api-level">
3588
3589
3590
3591
3592      </div>
3593    <div class="jd-details-descr">
3594
3595  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a MapAttrs.
3596           <p>Includes the following attributes:</p>
3597           <table>
3598           <colgroup align="left" />
3599           <colgroup align="left" />
3600           <tr><th>Attribute</th><th>Description</th></tr>
3601           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraBearing">com.google.android.gms:cameraBearing</a></code></code></td><td></td></tr>
3602           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLat">com.google.android.gms:cameraTargetLat</a></code></code></td><td></td></tr>
3603           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLng">com.google.android.gms:cameraTargetLng</a></code></code></td><td></td></tr>
3604           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTilt">com.google.android.gms:cameraTilt</a></code></code></td><td></td></tr>
3605           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraZoom">com.google.android.gms:cameraZoom</a></code></code></td><td></td></tr>
3606           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_mapType">com.google.android.gms:mapType</a></code></code></td><td></td></tr>
3607           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiCompass">com.google.android.gms:uiCompass</a></code></code></td><td></td></tr>
3608           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiRotateGestures">com.google.android.gms:uiRotateGestures</a></code></code></td><td></td></tr>
3609           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiScrollGestures">com.google.android.gms:uiScrollGestures</a></code></code></td><td></td></tr>
3610           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiTiltGestures">com.google.android.gms:uiTiltGestures</a></code></code></td><td></td></tr>
3611           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomControls">com.google.android.gms:uiZoomControls</a></code></code></td><td></td></tr>
3612           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomGestures">com.google.android.gms:uiZoomGestures</a></code></code></td><td></td></tr>
3613           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_useViewLifecycle">com.google.android.gms:useViewLifecycle</a></code></code></td><td></td></tr>
3614           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_zOrderOnTop">com.google.android.gms:zOrderOnTop</a></code></code></td><td></td></tr>
3615           </table></p></div>
3616  <div class="jd-tagdata">
3617      <h5 class="jd-tagtitle">See Also</h5>
3618      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraBearing">MapAttrs_cameraBearing</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLat">MapAttrs_cameraTargetLat</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTargetLng">MapAttrs_cameraTargetLng</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraTilt">MapAttrs_cameraTilt</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_cameraZoom">MapAttrs_cameraZoom</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_mapType">MapAttrs_mapType</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiCompass">MapAttrs_uiCompass</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiRotateGestures">MapAttrs_uiRotateGestures</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiScrollGestures">MapAttrs_uiScrollGestures</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiTiltGestures">MapAttrs_uiTiltGestures</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomControls">MapAttrs_uiZoomControls</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_uiZoomGestures">MapAttrs_uiZoomGestures</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_useViewLifecycle">MapAttrs_useViewLifecycle</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#MapAttrs_zOrderOnTop">MapAttrs_zOrderOnTop</a></code></li>
3619      </ul>
3620  </div>
3621
3622
3623    </div>
3624</div>
3625
3626
3627
3628<A NAME="Section"></A>
3629
3630<div class="jd-details api apilevel-">
3631    <h4 class="jd-details-title">
3632      <span class="normal">
3633        public
3634        static
3635        final
3636        int[]
3637      </span>
3638        Section
3639    </h4>
3640      <div class="api-level">
3641
3642
3643
3644
3645      </div>
3646    <div class="jd-details-descr">
3647
3648  <div class="jd-tagdata jd-tagdescr"><p>The <code>Section</code> element represents a section within a corpus. Each corpus can contain
3649    up to 16 sections.
3650           <p>Includes the following attributes:</p>
3651           <table>
3652           <colgroup align="left" />
3653           <colgroup align="left" />
3654           <tr><th>Attribute</th><th>Description</th></tr>
3655           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_format">com.google.android.gms:format</a></code></code></td><td> The format of the section.</td></tr>
3656           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_id">com.google.android.gms:id</a></code></code></td><td> The ID of the section.</td></tr>
3657           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_indexPrefixes">com.google.android.gms:indexPrefixes</a></code></code></td><td> Indicates if this section should support prefix matching.</td></tr>
3658           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_noIndex">com.google.android.gms:noIndex</a></code></code></td><td> Indicates if this section should not be indexed.</td></tr>
3659           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_subsectionSeparator">com.google.android.gms:subsectionSeparator</a></code></code></td><td> Subsection separator.</td></tr>
3660           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_weight">com.google.android.gms:weight</a></code></code></td><td> The weight of the section.</td></tr>
3661           </table></p></div>
3662  <div class="jd-tagdata">
3663      <h5 class="jd-tagtitle">See Also</h5>
3664      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_format">Section_format</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_id">Section_id</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_indexPrefixes">Section_indexPrefixes</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_noIndex">Section_noIndex</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_subsectionSeparator">Section_subsectionSeparator</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Section_weight">Section_weight</a></code></li>
3665      </ul>
3666  </div>
3667
3668
3669    </div>
3670</div>
3671
3672
3673
3674<A NAME="SectionFeature"></A>
3675
3676<div class="jd-details api apilevel-">
3677    <h4 class="jd-details-title">
3678      <span class="normal">
3679        public
3680        static
3681        final
3682        int[]
3683      </span>
3684        SectionFeature
3685    </h4>
3686      <div class="api-level">
3687
3688
3689
3690
3691      </div>
3692    <div class="jd-details-descr">
3693
3694  <div class="jd-tagdata jd-tagdescr"><p>The <code>SectionFeature</code> element represents a feature of a section. These features are
3695    used to modify some semantic property of a section.
3696           <p>Includes the following attributes:</p>
3697           <table>
3698           <colgroup align="left" />
3699           <colgroup align="left" />
3700           <tr><th>Attribute</th><th>Description</th></tr>
3701           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#SectionFeature_type">com.google.android.gms:type</a></code></code></td><td> The type of this section.</td></tr>
3702           </table></p></div>
3703  <div class="jd-tagdata">
3704      <h5 class="jd-tagtitle">See Also</h5>
3705      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#SectionFeature_type">SectionFeature_type</a></code></li>
3706      </ul>
3707  </div>
3708
3709
3710    </div>
3711</div>
3712
3713
3714
3715<A NAME="Set"></A>
3716
3717<div class="jd-details api apilevel-">
3718    <h4 class="jd-details-title">
3719      <span class="normal">
3720        public
3721        static
3722        final
3723        int[]
3724      </span>
3725        Set
3726    </h4>
3727      <div class="api-level">
3728
3729
3730
3731
3732      </div>
3733    <div class="jd-details-descr">
3734
3735  <div class="jd-tagdata jd-tagdescr"><p>The <code>Set</code> element represents a parameter specified for a <code>SectionFeature</code>.
3736           <p>Includes the following attributes:</p>
3737           <table>
3738           <colgroup align="left" />
3739           <colgroup align="left" />
3740           <tr><th>Attribute</th><th>Description</th></tr>
3741           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Set_name">com.google.android.gms:name</a></code></code></td><td> The name of this parameter.</td></tr>
3742           <tr><td><code><code><a href="/reference/com/google/android/gms/R.styleable.html#Set_value">com.google.android.gms:value</a></code></code></td><td> The value of this parameter.</td></tr>
3743           </table></p></div>
3744  <div class="jd-tagdata">
3745      <h5 class="jd-tagtitle">See Also</h5>
3746      <ul class="nolist"><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Set_name">Set_name</a></code></li><li><code><a href="/reference/com/google/android/gms/R.styleable.html#Set_value">Set_value</a></code></li>
3747      </ul>
3748  </div>
3749
3750
3751    </div>
3752</div>
3753
3754
3755
3756
3757<!-- Public ctors -->
3758
3759
3760<!-- ========= CONSTRUCTOR DETAIL ======== -->
3761<h2>Public Constructors</h2>
3762
3763
3764
3765<A NAME="R.styleable()"></A>
3766
3767<div class="jd-details api apilevel-">
3768    <h4 class="jd-details-title">
3769      <span class="normal">
3770        public
3771
3772
3773
3774
3775
3776      </span>
3777      <span class="sympad">R.styleable</span>
3778      <span class="normal">()</span>
3779    </h4>
3780      <div class="api-level">
3781        <div></div>
3782
3783
3784
3785      </div>
3786    <div class="jd-details-descr">
3787
3788  <div class="jd-tagdata jd-tagdescr"><p></p></div>
3789
3790    </div>
3791</div>
3792
3793
3794
3795
3796
3797<!-- ========= CONSTRUCTOR DETAIL ======== -->
3798<!-- Protected ctors -->
3799
3800
3801
3802<!-- ========= METHOD DETAIL ======== -->
3803<!-- Public methdos -->
3804
3805
3806
3807<!-- ========= METHOD DETAIL ======== -->
3808
3809
3810
3811<!-- ========= END OF CLASS DATA ========= -->
3812<A NAME="navbar_top"></A>
3813
3814<div id="footer" class="wrap" >
3815
3816
3817  <div id="copyright">
3818
3819  Except as noted, this content is licensed under <a
3820  href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
3821  For details and restrictions, see the <a href="/license.html">
3822  Content License</a>.
3823  </div>
3824  <div id="build_info">
3825
3826<script src="/timestamp.js" type="text/javascript"></script>
3827<script>document.write(BUILD_TIMESTAMP)</script>
3828
3829  </div>
3830
3831
3832  <div id="footerlinks">
3833
3834  <p>
3835    <a href="/about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp;
3836    <a href="/legal.html">Legal</a>&nbsp;&nbsp;|&nbsp;
3837    <a href="/support.html">Support</a>
3838  </p>
3839  </div>
3840
3841</div> <!-- end footer -->
3842</div> <!-- jd-content -->
3843
3844</div><!-- end doc-content -->
3845
3846</div> <!-- end body-content -->
3847
3848
3849
3850
3851
3852
3853</body>
3854</html>
3855