• 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101<html>
102<head>
103
104
105<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
106<meta name="viewport" content="width=device-width" />
107
108<link rel="shortcut icon" type="image/x-icon" href="../../../../favicon.ico" />
109<title>R.styleable | Android Developers</title>
110
111<!-- STYLESHEETS -->
112<link rel="stylesheet"
113href="http://fonts.googleapis.com/css?family=Roboto+Condensed">
114<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold"
115  title="roboto">
116<link href="../../../../assets/css/default.css?v=4" rel="stylesheet" type="text/css">
117
118
119<!-- FULLSCREEN STYLESHEET -->
120<link href="../../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen"
121type="text/css">
122
123
124<!-- JAVASCRIPT -->
125<script src="http://www.google.com/jsapi" type="text/javascript"></script>
126<script src="../../../../assets/js/android_3p-bundle.js" type="text/javascript"></script>
127<script type="text/javascript">
128  var toRoot = "../../../../";
129  var metaTags = [];
130  var devsite = false;
131</script>
132<script src="../../../../assets/js/docs.js?v=3" type="text/javascript"></script>
133
134
135
136<script>
137  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
138  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
139  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
140  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
141
142  ga('create', 'UA-5831155-1', 'android.com');
143  ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'});  // New tracker);
144  ga('send', 'pageview');
145  ga('universal.send', 'pageview'); // Send page view for new tracker.
146</script>
147
148</head>
149
150<body class="gc-documentation
151  develop reference" itemscope itemtype="http://schema.org/Article">
152  <div id="doc-api-level" class="" style="display:none"></div>
153  <a name="top"></a>
154
155
156<a name="top"></a>
157
158<!-- dialog to prompt lang pref change when loaded from hardcoded URL
159<div id="langMessage" style="display:none">
160  <div>
161    <div class="lang en">
162      <p>You requested a page in English, would you like to proceed with this language setting?</p>
163    </div>
164    <div class="lang es">
165      <p>You requested a page in Spanish (Español), would you like to proceed with this language setting?</p>
166    </div>
167    <div class="lang ja">
168      <p>You requested a page in Japanese (日本語), would you like to proceed with this language setting?</p>
169    </div>
170    <div class="lang ko">
171      <p>You requested a page in Korean (한국어), would you like to proceed with this language setting?</p>
172    </div>
173    <div class="lang ru">
174      <p>You requested a page in Russian (Русский), would you like to proceed with this language setting?</p>
175    </div>
176    <div class="lang zh-cn">
177      <p>You requested a page in Simplified Chinese (简体中文), would you like to proceed with this language setting?</p>
178    </div>
179    <div class="lang zh-tw">
180      <p>You requested a page in Traditional Chinese (繁體中文), would you like to proceed with this language setting?</p>
181    </div>
182    <a href="#" class="button yes" onclick="return false;">
183      <span class="lang en">Yes</span>
184      <span class="lang es">Sí</span>
185      <span class="lang ja">Yes</span>
186      <span class="lang ko">Yes</span>
187      <span class="lang ru">Yes</span>
188      <span class="lang zh-cn">是的</span>
189      <span class="lang zh-tw">没有</span>
190    </a>
191    <a href="#" class="button" onclick="$('#langMessage').hide();return false;">
192      <span class="lang en">No</span>
193      <span class="lang es">No</span>
194      <span class="lang ja">No</span>
195      <span class="lang ko">No</span>
196      <span class="lang ru">No</span>
197      <span class="lang zh-cn">没有</span>
198      <span class="lang zh-tw">没有</span>
199    </a>
200  </div>
201</div> -->
202
203
204  <!-- Header -->
205  <div id="header-wrapper">
206    <div id="header">
207
208
209
210
211      <div class="wrap" id="header-wrap">
212        <div class="col-3 logo">
213          <a href="../../../../index.html">
214            <img src="../../../../assets/images/dac_logo.png"
215                srcset="../../../../assets/images/dac_logo@2x.png 2x"
216                width="123" height="25" alt="Android Developers" />
217          </a>
218          <div class="btn-quicknav" id="btn-quicknav">
219            <a href="#" class="arrow-inactive">Quicknav</a>
220            <a href="#" class="arrow-active">Quicknav</a>
221          </div>
222        </div>
223        <ul class="nav-x col-9">
224            <li class="design">
225              <a href="../../../../design/index.html"
226              zh-tw-lang="設計"
227              zh-cn-lang="设计"
228              ru-lang="Проектирование"
229              ko-lang="디자인"
230              ja-lang="設計"
231              es-lang="Diseñar"
232              >Design</a></li>
233            <li class="develop"><a href="../../../../develop/index.html"
234              zh-tw-lang="開發"
235              zh-cn-lang="开发"
236              ru-lang="Разработка"
237              ko-lang="개발"
238              ja-lang="開発"
239              es-lang="Desarrollar"
240              >Develop</a></li>
241            <li class="distribute last"><a href="../../../../distribute/googleplay/index.html"
242              zh-tw-lang="發佈"
243              zh-cn-lang="分发"
244              ru-lang="Распространение"
245              ko-lang="배포"
246              ja-lang="配布"
247              es-lang="Distribuir"
248              >Distribute</a></li>
249        </ul>
250
251
252
253
254<div class="menu-container">
255  <div class="moremenu">
256    <div id="more-btn"></div>
257  </div>
258  <div class="morehover" id="moremenu">
259    <div class="top"></div>
260    <div class="mid">
261      <div class="header">Links</div>
262      <ul>
263        <li><a href="https://play.google.com/apps/publish/" target="_googleplay">Google Play Developer Console</a></li>
264        <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
265        <li><a href="../../../../about/index.html">About Android</a></li>
266      </ul>
267      <div class="header">Android Sites</div>
268      <ul>
269        <li><a href="http://www.android.com">Android.com</a></li>
270        <li class="active"><a>Android Developers</a></li>
271        <li><a href="http://source.android.com">Android Open Source Project</a></li>
272      </ul>
273
274
275
276
277      <br class="clearfix" />
278    </div><!-- end 'mid' -->
279    <div class="bottom"></div>
280  </div><!-- end 'moremenu' -->
281
282  <div class="search" id="search-container">
283    <div class="search-inner">
284      <div id="search-btn"></div>
285      <div class="left"></div>
286      <form onsubmit="return submit_search()">
287        <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
288          onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
289          onkeydown="return search_changed(event, true, '../../../../')"
290          onkeyup="return search_changed(event, false, '../../../../')" />
291      </form>
292      <div class="right"></div>
293      <a class="close hide">close</a>
294      <div class="left"></div>
295      <div class="right"></div>
296    </div><!-- end search-inner -->
297  </div><!-- end search-container -->
298
299  <div class="search_filtered_wrapper reference">
300    <div class="suggest-card reference no-display">
301      <ul class="search_filtered">
302      </ul>
303    </div>
304  </div>
305
306  <div class="search_filtered_wrapper docs">
307    <div class="suggest-card dummy no-display">&nbsp;</div>
308    <div class="suggest-card develop no-display">
309      <ul class="search_filtered">
310      </ul>
311      <div class="child-card guides no-display">
312      </div>
313      <div class="child-card training no-display">
314      </div>
315      <div class="child-card samples no-display">
316      </div>
317    </div>
318    <div class="suggest-card design no-display">
319      <ul class="search_filtered">
320      </ul>
321    </div>
322    <div class="suggest-card distribute no-display">
323      <ul class="search_filtered">
324      </ul>
325    </div>
326  </div>
327</div><!-- end menu-container (search and menu widget) -->
328
329
330
331        <!-- Expanded quicknav -->
332        <div id="quicknav" class="col-13">
333          <ul>
334            <li class="about">
335              <ul>
336                <li><a href="../../../../about/index.html">About</a></li>
337                <li><a href="../../../../wear/index.html">Wear</a></li>
338                <li><a href="../../../../tv/index.html">TV</a></li>
339                <li><a href="../../../../auto/index.html">Auto</a></li>
340              </ul>
341            </li>
342            <li class="design">
343              <ul>
344                <li><a href="../../../../design/index.html">Get Started</a></li>
345                <li><a href="../../../../design/devices.html">Devices</a></li>
346                <li><a href="../../../../design/style/index.html">Style</a></li>
347                <li><a href="../../../../design/patterns/index.html">Patterns</a></li>
348                <li><a href="../../../../design/building-blocks/index.html">Building Blocks</a></li>
349                <li><a href="../../../../design/downloads/index.html">Downloads</a></li>
350                <li><a href="../../../../design/videos/index.html">Videos</a></li>
351              </ul>
352            </li>
353            <li class="develop">
354              <ul>
355                <li><a href="../../../../training/index.html"
356                  zh-tw-lang="訓練課程"
357                  zh-cn-lang="培训"
358                  ru-lang="Курсы"
359                  ko-lang="교육"
360                  ja-lang="トレーニング"
361                  es-lang="Capacitación"
362                  >Training</a></li>
363                <li><a href="../../../../guide/index.html"
364                  zh-tw-lang="API 指南"
365                  zh-cn-lang="API 指南"
366                  ru-lang="Руководства по API"
367                  ko-lang="API 가이드"
368                  ja-lang="API ガイド"
369                  es-lang="Guías de la API"
370                  >API Guides</a></li>
371                <li><a href="../../../../reference/packages.html"
372                  zh-tw-lang="參考資源"
373                  zh-cn-lang="参考"
374                  ru-lang="Справочник"
375                  ko-lang="참조문서"
376                  ja-lang="リファレンス"
377                  es-lang="Referencia"
378                  >Reference</a></li>
379                <li><a href="../../../../sdk/index.html"
380                  zh-tw-lang="相關工具"
381                  zh-cn-lang="工具"
382                  ru-lang="Инструменты"
383                  ko-lang="도구"
384                  ja-lang="ツール"
385                  es-lang="Herramientas"
386                  >Tools</a>
387                </li>
388                <li><a href="../../../../google/index.html">Google Services</a>
389                </li>
390
391              </ul>
392            </li>
393            <li class="distribute last">
394              <ul>
395                <li><a href="../../../../distribute/googleplay/index.html">Google Play</a></li>
396                <li><a href="../../../../distribute/essentials/index.html">Essentials</a></li>
397                <li><a href="../../../../distribute/users/index.html">Get Users</a></li>
398                <li><a href="../../../../distribute/engage/index.html">Engage &amp; Retain</a></li>
399                <li><a href="../../../../distribute/monetize/index.html">Monetize</a></li>
400                <li><a href="../../../../distribute/tools/index.html">Tools &amp; Reference</a></li>
401                <li><a href="../../../../distribute/stories/index.html">Developer Stories</a></li>
402              </ul>
403            </li>
404          </ul>
405        </div><!-- /Expanded quicknav -->
406      </div><!-- end header-wrap.wrap -->
407    </div><!-- end header -->
408
409
410    <!-- Secondary x-nav -->
411    <div id="nav-x">
412        <div class="wrap" style="position:relative;z-index:1">
413
414
415
416            <a id="helpoutsLink" class="resource resource-card resource-card-6x2x3 resource-card-6x2 helpouts-card"
417              href="http://helpouts.google.com/partner/landing/provider/googledevelopers?utm_source=dac&utm_medium=banner&utm_campaign=android_provider_banner3" target="_blank">
418              <div class="card-bg helpouts-card-bg"></div>
419              <div class="card-info">
420                <div class="helpouts-description">
421                  <div class="text">Help Android Wear and TV developers<br/>
422                    <span id="helpoutsLinkText" class="link-color"
423                    style="display:block;padding-top:5px;text-align:right">Learn more</span>
424                  </div>
425                </div>
426              </div>
427            </a>
428
429
430
431            <ul class="nav-x col-9 develop" style="width:100%">
432                <li class="training"><a href="../../../../training/index.html"
433                  zh-tw-lang="訓練課程"
434                  zh-cn-lang="培训"
435                  ru-lang="Курсы"
436                  ko-lang="교육"
437                  ja-lang="トレーニング"
438                  es-lang="Capacitación"
439                  >Training</a></li>
440                <li class="guide"><a href="../../../../guide/index.html"
441                  zh-tw-lang="API 指南"
442                  zh-cn-lang="API 指南"
443                  ru-lang="Руководства по API"
444                  ko-lang="API 가이드"
445                  ja-lang="API ガイド"
446                  es-lang="Guías de la API"
447                  >API Guides</a></li>
448                <li class="reference"><a href="../../../../reference/packages.html"
449                  zh-tw-lang="參考資源"
450                  zh-cn-lang="参考"
451                  ru-lang="Справочник"
452                  ko-lang="참조문서"
453                  ja-lang="リファレンス"
454                  es-lang="Referencia"
455                  >Reference</a></li>
456                <li class="tools"><a href="../../../../sdk/index.html"
457                  zh-tw-lang="相關工具"
458                  zh-cn-lang="工具"
459                  ru-lang="Инструменты"
460                  ko-lang="도구"
461                  ja-lang="ツール"
462                  es-lang="Herramientas"
463                  >Tools</a></li>
464                <li class="google"><a href="../../../../google/index.html"
465                  >Google Services</a>
466                </li>
467
468            </ul>
469        </div>
470    </div>
471    <!-- /Sendondary x-nav DEVELOP -->
472
473
474
475    <div id="searchResults" class="wrap" style="display:none;">
476      <h2 id="searchTitle">Results</h2>
477      <div id="leftSearchControl" class="search-control">Loading...</div>
478    </div>
479  </div> <!--end header-wrapper -->
480
481  <div id="sticky-header">
482    <div>
483      <a class="logo" href="#top"></a>
484      <a class="top" href="#top"></a>
485      <ul class="breadcrumb">
486
487        <li class="current">R.styleable</li>
488      </ul>
489    </div>
490  </div>
491
492
493
494
495
496  <div class="wrap clearfix" id="body-content">
497    <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
498      <div id="devdoc-nav">
499      <div id="api-nav-header">
500        <div id="api-level-toggle">
501          <label for="apiLevelCheckbox" class="disabled"
502            title="Select your target API level to dim unavailable APIs">API level: </label>
503          <div class="select-wrapper">
504            <select id="apiLevelSelector">
505              <!-- option elements added by buildApiLevelSelector() -->
506            </select>
507          </div>
508        </div><!-- end toggle -->
509        <div id="api-nav-title">Android APIs</div>
510        </div><!-- end nav header -->
511      <script>
512        var SINCE_DATA = [  ];
513        buildApiLevelSelector();
514      </script>
515
516      <div id="swapper">
517        <div id="nav-panels">
518          <div id="resize-packages-nav">
519            <div id="packages-nav" class="scroll-pane">
520
521              <ul>
522
523    <li class="selected api apilevel-">
524  <a href="../../../../reference/android/support/wearable/package-summary.html">android.support.wearable</a></li>
525    <li class="api apilevel-">
526  <a href="../../../../reference/android/support/wearable/activity/package-summary.html">android.support.wearable.activity</a></li>
527    <li class="api apilevel-">
528  <a href="../../../../reference/android/support/wearable/companion/package-summary.html">android.support.wearable.companion</a></li>
529    <li class="api apilevel-">
530  <a href="../../../../reference/android/support/wearable/provider/package-summary.html">android.support.wearable.provider</a></li>
531    <li class="api apilevel-">
532  <a href="../../../../reference/android/support/wearable/view/package-summary.html">android.support.wearable.view</a></li>
533    <li class="api apilevel-">
534  <a href="../../../../reference/android/support/wearable/watchface/package-summary.html">android.support.wearable.watchface</a></li>
535              </ul><br/>
536
537            </div> <!-- end packages-nav -->
538          </div> <!-- end resize-packages -->
539          <div id="classes-nav" class="scroll-pane">
540
541
542
543            <ul>
544
545
546
547    <li><h2>Classes</h2>
548      <ul>
549          <li class="api apilevel-"><a href="../../../../reference/android/support/wearable/R.html">R</a></li>
550          <li class="api apilevel-"><a href="../../../../reference/android/support/wearable/R.attr.html">R.attr</a></li>
551          <li class="api apilevel-"><a href="../../../../reference/android/support/wearable/R.color.html">R.color</a></li>
552          <li class="api apilevel-"><a href="../../../../reference/android/support/wearable/R.dimen.html">R.dimen</a></li>
553          <li class="api apilevel-"><a href="../../../../reference/android/support/wearable/R.drawable.html">R.drawable</a></li>
554          <li class="api apilevel-"><a href="../../../../reference/android/support/wearable/R.id.html">R.id</a></li>
555          <li class="api apilevel-"><a href="../../../../reference/android/support/wearable/R.layout.html">R.layout</a></li>
556          <li class="api apilevel-"><a href="../../../../reference/android/support/wearable/R.style.html">R.style</a></li>
557          <li class="selected api apilevel-"><a href="../../../../reference/android/support/wearable/R.styleable.html">R.styleable</a></li>
558      </ul>
559    </li>
560
561
562
563            </ul><br/>
564
565
566          </div><!-- end classes -->
567        </div><!-- end nav-panels -->
568        <div id="nav-tree" style="display:none" class="scroll-pane">
569          <div id="tree-list"></div>
570        </div><!-- end nav-tree -->
571      </div><!-- end swapper -->
572      <div id="nav-swap">
573      <a class="fullscreen">fullscreen</a>
574      <a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>
575      </div>
576    </div> <!-- end devdoc-nav -->
577    </div> <!-- end side-nav -->
578    <script type="text/javascript">
579      // init fullscreen based on user pref
580      var fullscreen = readCookie("fullscreen");
581      if (fullscreen != 0) {
582        if (fullscreen == "false") {
583          toggleFullscreen(false);
584        } else {
585          toggleFullscreen(true);
586        }
587      }
588      // init nav version for mobile
589      if (isMobile) {
590        swapNav(); // tree view should be used on mobile
591        $('#nav-swap').hide();
592      } else {
593        chooseDefaultNav();
594        if ($("#nav-tree").is(':visible')) {
595          init_default_navtree("../../../../");
596        }
597      }
598      // scroll the selected page into view
599      $(document).ready(function() {
600        scrollIntoView("packages-nav");
601        scrollIntoView("classes-nav");
602        });
603    </script>
604
605
606
607
608
609<div class="col-12"  id="doc-col">
610
611<div id="api-info-block">
612
613
614
615
616
617
618
619
620
621
622
623<div class="sum-details-links">
624
625Summary:
626
627
628
629
630
631
632
633  <a href="#lfields">Fields</a>
634
635
636
637
638  &#124; <a href="#pubctors">Ctors</a>
639
640
641
642
643
644
645  &#124; <a href="#inhmethods">Inherited Methods</a>
646
647&#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
648
649</div><!-- end sum-details-links -->
650<div class="api-level">
651
652
653
654
655</div>
656</div><!-- end api-info-block -->
657
658
659<!-- ======== START OF CLASS DATA ======== -->
660
661<div id="jd-header">
662    public
663    static
664    final
665
666    class
667<h1 itemprop="name">R.styleable</h1>
668
669
670
671
672    extends Object<br/>
673
674
675
676
677
678
679
680
681
682
683
684
685</div><!-- end header -->
686
687<div id="naMessage"></div>
688
689<div id="jd-content" class="api apilevel-"><p style="border:2px solid #99ccff;padding:12px;margin-top:20px"><strong>Note:</strong> The Wearable Support Library classes under the <code>android.support.wearable</code> package are subject to change. For the full Android API reference, see <a href="/reference/">Reference</a>.</p>
690<table class="jd-inheritance-table">
691
692
693    <tr>
694
695        <td colspan="2" class="jd-inheritance-class-cell">java.lang.Object</td>
696    </tr>
697
698
699    <tr>
700
701            <td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;&#x21b3;</td>
702
703        <td colspan="1" class="jd-inheritance-class-cell">android.support.wearable.R.styleable</td>
704    </tr>
705
706
707</table>
708
709
710
711
712
713
714
715<div class="jd-descr">
716
717
718
719
720
721
722</div><!-- jd-descr -->
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739<div class="jd-descr">
740
741
742<h2>Summary</h2>
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761<!-- =========== FIELD SUMMARY =========== -->
762<table id="lfields" class="jd-sumtable"><tr><th colspan="12">Fields</th></tr>
763
764
765
766      <tr class="alt-color api apilevel-" >
767          <td class="jd-typecol"><nobr>
768          public
769          static
770          final
771          int[]</nobr></td>
772          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#BoxInsetLayout_Layout">BoxInsetLayout_Layout</a></td>
773          <td class="jd-descrcol" width="100%">
774            Attributes that can be used with a BoxInsetLayout_Layout.
775
776
777
778          </td>
779      </tr>
780
781
782      <tr class=" api apilevel-" >
783          <td class="jd-typecol"><nobr>
784          public
785          static
786
787          int</nobr></td>
788          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#BoxInsetLayout_Layout_layout_box">BoxInsetLayout_Layout_layout_box</a></td>
789          <td class="jd-descrcol" width="100%">
790            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#layout_box">layout_box</a></code>
791          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#BoxInsetLayout_Layout">BoxInsetLayout_Layout</a></code> array.
792
793
794
795          </td>
796      </tr>
797
798
799      <tr class="alt-color api apilevel-" >
800          <td class="jd-typecol"><nobr>
801          public
802          static
803          final
804          int[]</nobr></td>
805          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></td>
806          <td class="jd-descrcol" width="100%">
807            Attributes that can be used with a CircledImageView.
808
809
810
811          </td>
812      </tr>
813
814
815      <tr class=" api apilevel-" >
816          <td class="jd-typecol"><nobr>
817          public
818          static
819
820          int</nobr></td>
821          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_android_src">CircledImageView_android_src</a></td>
822          <td class="jd-descrcol" width="100%">
823            <p>This symbol is the offset where the <code><a href="../../../../reference/android/R.attr.html#src">src</a></code>
824          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></code> array.
825
826
827
828          </td>
829      </tr>
830
831
832      <tr class="alt-color api apilevel-" >
833          <td class="jd-typecol"><nobr>
834          public
835          static
836
837          int</nobr></td>
838          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_border_color">CircledImageView_circle_border_color</a></td>
839          <td class="jd-descrcol" width="100%">
840            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#circle_border_color">circle_border_color</a></code>
841          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></code> array.
842
843
844
845          </td>
846      </tr>
847
848
849      <tr class=" api apilevel-" >
850          <td class="jd-typecol"><nobr>
851          public
852          static
853
854          int</nobr></td>
855          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_border_width">CircledImageView_circle_border_width</a></td>
856          <td class="jd-descrcol" width="100%">
857            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#circle_border_width">circle_border_width</a></code>
858          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></code> array.
859
860
861
862          </td>
863      </tr>
864
865
866      <tr class="alt-color api apilevel-" >
867          <td class="jd-typecol"><nobr>
868          public
869          static
870
871          int</nobr></td>
872          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_color">CircledImageView_circle_color</a></td>
873          <td class="jd-descrcol" width="100%">
874            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#circle_color">circle_color</a></code>
875          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></code> array.
876
877
878
879          </td>
880      </tr>
881
882
883      <tr class=" api apilevel-" >
884          <td class="jd-typecol"><nobr>
885          public
886          static
887
888          int</nobr></td>
889          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_padding">CircledImageView_circle_padding</a></td>
890          <td class="jd-descrcol" width="100%">
891            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#circle_padding">circle_padding</a></code>
892          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></code> array.
893
894
895
896          </td>
897      </tr>
898
899
900      <tr class="alt-color api apilevel-" >
901          <td class="jd-typecol"><nobr>
902          public
903          static
904
905          int</nobr></td>
906          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_radius">CircledImageView_circle_radius</a></td>
907          <td class="jd-descrcol" width="100%">
908            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#circle_radius">circle_radius</a></code>
909          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></code> array.
910
911
912
913          </td>
914      </tr>
915
916
917      <tr class=" api apilevel-" >
918          <td class="jd-typecol"><nobr>
919          public
920          static
921
922          int</nobr></td>
923          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_radius_pressed">CircledImageView_circle_radius_pressed</a></td>
924          <td class="jd-descrcol" width="100%">
925            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#circle_radius_pressed">circle_radius_pressed</a></code>
926          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></code> array.
927
928
929
930          </td>
931      </tr>
932
933
934      <tr class="alt-color api apilevel-" >
935          <td class="jd-typecol"><nobr>
936          public
937          static
938
939          int</nobr></td>
940          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_shadow_width">CircledImageView_shadow_width</a></td>
941          <td class="jd-descrcol" width="100%">
942            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#shadow_width">shadow_width</a></code>
943          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></code> array.
944
945
946
947          </td>
948      </tr>
949
950
951      <tr class=" api apilevel-" >
952          <td class="jd-typecol"><nobr>
953          public
954          static
955          final
956          int[]</nobr></td>
957          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#DelayedConfirmationView">DelayedConfirmationView</a></td>
958          <td class="jd-descrcol" width="100%">
959            Attributes that can be used with a DelayedConfirmationView.
960
961
962
963          </td>
964      </tr>
965
966
967      <tr class="alt-color api apilevel-" >
968          <td class="jd-typecol"><nobr>
969          public
970          static
971
972          int</nobr></td>
973          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#DelayedConfirmationView_update_interval">DelayedConfirmationView_update_interval</a></td>
974          <td class="jd-descrcol" width="100%">
975            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#update_interval">update_interval</a></code>
976          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DelayedConfirmationView">DelayedConfirmationView</a></code> array.
977
978
979
980          </td>
981      </tr>
982
983
984      <tr class=" api apilevel-" >
985          <td class="jd-typecol"><nobr>
986          public
987          static
988          final
989          int[]</nobr></td>
990          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></td>
991          <td class="jd-descrcol" width="100%">
992            Attributes that can be used with a DotsPageIndicator.
993
994
995
996          </td>
997      </tr>
998
999
1000      <tr class="alt-color api apilevel-" >
1001          <td class="jd-typecol"><nobr>
1002          public
1003          static
1004
1005          int</nobr></td>
1006          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotColor">DotsPageIndicator_dotColor</a></td>
1007          <td class="jd-descrcol" width="100%">
1008            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotColor">dotColor</a></code>
1009          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
1010
1011
1012
1013          </td>
1014      </tr>
1015
1016
1017      <tr class=" api apilevel-" >
1018          <td class="jd-typecol"><nobr>
1019          public
1020          static
1021
1022          int</nobr></td>
1023          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotColorSelected">DotsPageIndicator_dotColorSelected</a></td>
1024          <td class="jd-descrcol" width="100%">
1025            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotColorSelected">dotColorSelected</a></code>
1026          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
1027
1028
1029
1030          </td>
1031      </tr>
1032
1033
1034      <tr class="alt-color api apilevel-" >
1035          <td class="jd-typecol"><nobr>
1036          public
1037          static
1038
1039          int</nobr></td>
1040          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotFadeInDuration">DotsPageIndicator_dotFadeInDuration</a></td>
1041          <td class="jd-descrcol" width="100%">
1042            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotFadeInDuration">dotFadeInDuration</a></code>
1043          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
1044
1045
1046
1047          </td>
1048      </tr>
1049
1050
1051      <tr class=" api apilevel-" >
1052          <td class="jd-typecol"><nobr>
1053          public
1054          static
1055
1056          int</nobr></td>
1057          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotFadeOutDelay">DotsPageIndicator_dotFadeOutDelay</a></td>
1058          <td class="jd-descrcol" width="100%">
1059            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotFadeOutDelay">dotFadeOutDelay</a></code>
1060          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
1061
1062
1063
1064          </td>
1065      </tr>
1066
1067
1068      <tr class="alt-color api apilevel-" >
1069          <td class="jd-typecol"><nobr>
1070          public
1071          static
1072
1073          int</nobr></td>
1074          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotFadeOutDuration">DotsPageIndicator_dotFadeOutDuration</a></td>
1075          <td class="jd-descrcol" width="100%">
1076            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotFadeOutDuration">dotFadeOutDuration</a></code>
1077          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
1078
1079
1080
1081          </td>
1082      </tr>
1083
1084
1085      <tr class=" api apilevel-" >
1086          <td class="jd-typecol"><nobr>
1087          public
1088          static
1089
1090          int</nobr></td>
1091          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotFadeWhenIdle">DotsPageIndicator_dotFadeWhenIdle</a></td>
1092          <td class="jd-descrcol" width="100%">
1093            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotFadeWhenIdle">dotFadeWhenIdle</a></code>
1094          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
1095
1096
1097
1098          </td>
1099      </tr>
1100
1101
1102      <tr class="alt-color api apilevel-" >
1103          <td class="jd-typecol"><nobr>
1104          public
1105          static
1106
1107          int</nobr></td>
1108          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotRadius">DotsPageIndicator_dotRadius</a></td>
1109          <td class="jd-descrcol" width="100%">
1110            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotRadius">dotRadius</a></code>
1111          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
1112
1113
1114
1115          </td>
1116      </tr>
1117
1118
1119      <tr class=" api apilevel-" >
1120          <td class="jd-typecol"><nobr>
1121          public
1122          static
1123
1124          int</nobr></td>
1125          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotRadiusSelected">DotsPageIndicator_dotRadiusSelected</a></td>
1126          <td class="jd-descrcol" width="100%">
1127            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotRadiusSelected">dotRadiusSelected</a></code>
1128          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
1129
1130
1131
1132          </td>
1133      </tr>
1134
1135
1136      <tr class="alt-color api apilevel-" >
1137          <td class="jd-typecol"><nobr>
1138          public
1139          static
1140
1141          int</nobr></td>
1142          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotShadowColor">DotsPageIndicator_dotShadowColor</a></td>
1143          <td class="jd-descrcol" width="100%">
1144            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotShadowColor">dotShadowColor</a></code>
1145          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
1146
1147
1148
1149          </td>
1150      </tr>
1151
1152
1153      <tr class=" api apilevel-" >
1154          <td class="jd-typecol"><nobr>
1155          public
1156          static
1157
1158          int</nobr></td>
1159          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotShadowDx">DotsPageIndicator_dotShadowDx</a></td>
1160          <td class="jd-descrcol" width="100%">
1161            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotShadowDx">dotShadowDx</a></code>
1162          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
1163
1164
1165
1166          </td>
1167      </tr>
1168
1169
1170      <tr class="alt-color api apilevel-" >
1171          <td class="jd-typecol"><nobr>
1172          public
1173          static
1174
1175          int</nobr></td>
1176          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotShadowDy">DotsPageIndicator_dotShadowDy</a></td>
1177          <td class="jd-descrcol" width="100%">
1178            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotShadowDy">dotShadowDy</a></code>
1179          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
1180
1181
1182
1183          </td>
1184      </tr>
1185
1186
1187      <tr class=" api apilevel-" >
1188          <td class="jd-typecol"><nobr>
1189          public
1190          static
1191
1192          int</nobr></td>
1193          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotShadowRadius">DotsPageIndicator_dotShadowRadius</a></td>
1194          <td class="jd-descrcol" width="100%">
1195            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotShadowRadius">dotShadowRadius</a></code>
1196          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
1197
1198
1199
1200          </td>
1201      </tr>
1202
1203
1204      <tr class="alt-color api apilevel-" >
1205          <td class="jd-typecol"><nobr>
1206          public
1207          static
1208
1209          int</nobr></td>
1210          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotSpacing">DotsPageIndicator_dotSpacing</a></td>
1211          <td class="jd-descrcol" width="100%">
1212            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotSpacing">dotSpacing</a></code>
1213          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
1214
1215
1216
1217          </td>
1218      </tr>
1219
1220
1221      <tr class=" api apilevel-" >
1222          <td class="jd-typecol"><nobr>
1223          public
1224          static
1225          final
1226          int[]</nobr></td>
1227          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#WatchViewStub">WatchViewStub</a></td>
1228          <td class="jd-descrcol" width="100%">
1229            Attributes that can be used with a WatchViewStub.
1230
1231
1232
1233          </td>
1234      </tr>
1235
1236
1237      <tr class="alt-color api apilevel-" >
1238          <td class="jd-typecol"><nobr>
1239          public
1240          static
1241
1242          int</nobr></td>
1243          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#WatchViewStub_rectLayout">WatchViewStub_rectLayout</a></td>
1244          <td class="jd-descrcol" width="100%">
1245            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#rectLayout">rectLayout</a></code>
1246          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#WatchViewStub">WatchViewStub</a></code> array.
1247
1248
1249
1250          </td>
1251      </tr>
1252
1253
1254      <tr class=" api apilevel-" >
1255          <td class="jd-typecol"><nobr>
1256          public
1257          static
1258
1259          int</nobr></td>
1260          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#WatchViewStub_roundLayout">WatchViewStub_roundLayout</a></td>
1261          <td class="jd-descrcol" width="100%">
1262            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#roundLayout">roundLayout</a></code>
1263          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#WatchViewStub">WatchViewStub</a></code> array.
1264
1265
1266
1267          </td>
1268      </tr>
1269
1270
1271      <tr class="alt-color api apilevel-" >
1272          <td class="jd-typecol"><nobr>
1273          public
1274          static
1275          final
1276          int[]</nobr></td>
1277          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#WearableHeaderTextView">WearableHeaderTextView</a></td>
1278          <td class="jd-descrcol" width="100%">
1279            Attributes that can be used with a WearableHeaderTextView.
1280
1281
1282
1283          </td>
1284      </tr>
1285
1286
1287      <tr class=" api apilevel-" >
1288          <td class="jd-typecol"><nobr>
1289          public
1290          static
1291
1292          int</nobr></td>
1293          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#WearableHeaderTextView_circular_layout_gravity">WearableHeaderTextView_circular_layout_gravity</a></td>
1294          <td class="jd-descrcol" width="100%">
1295            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#circular_layout_gravity">circular_layout_gravity</a></code>
1296          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#WearableHeaderTextView">WearableHeaderTextView</a></code> array.
1297
1298
1299
1300          </td>
1301      </tr>
1302
1303
1304      <tr class="alt-color api apilevel-" >
1305          <td class="jd-typecol"><nobr>
1306          public
1307          static
1308
1309          int</nobr></td>
1310          <td class="jd-linkcol"><a href="../../../../reference/android/support/wearable/R.styleable.html#WearableHeaderTextView_circular_text_size">WearableHeaderTextView_circular_text_size</a></td>
1311          <td class="jd-descrcol" width="100%">
1312            <p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#circular_text_size">circular_text_size</a></code>
1313          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#WearableHeaderTextView">WearableHeaderTextView</a></code> array.
1314
1315
1316
1317          </td>
1318      </tr>
1319
1320
1321
1322</table>
1323
1324
1325
1326
1327
1328
1329
1330<!-- ======== CONSTRUCTOR SUMMARY ======== -->
1331<table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr>
1332
1333
1334
1335
1336    <tr class="alt-color api apilevel-" >
1337        <td class="jd-typecol"><nobr>
1338
1339
1340
1341
1342
1343            </nobr>
1344        </td>
1345        <td class="jd-linkcol" width="100%"><nobr>
1346        <span class="sympad"><a href="../../../../reference/android/support/wearable/R.styleable.html#R.styleable()">R.styleable</a></span>()</nobr>
1347
1348  </td></tr>
1349
1350
1351
1352</table>
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364<!-- ========== METHOD SUMMARY =========== -->
1365<table id="inhmethods" class="jd-sumtable"><tr><th>
1366  <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
1367  <div style="clear:left;">Inherited Methods</div></th></tr>
1368
1369
1370<tr class="api apilevel-" >
1371<td colspan="12">
1372  <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
1373          ><img id="inherited-methods-java.lang.Object-trigger"
1374          src="../../../../assets/images/triangle-closed.png"
1375          class="jd-expando-trigger-img" /></a>
1376From class
1377
1378  java.lang.Object
1379
1380<div id="inherited-methods-java.lang.Object">
1381  <div id="inherited-methods-java.lang.Object-list"
1382        class="jd-inheritedlinks">
1383  </div>
1384  <div id="inherited-methods-java.lang.Object-summary" style="display: none;">
1385    <table class="jd-sumtable-expando">
1386
1387
1388
1389
1390    <tr class="alt-color api apilevel-" >
1391        <td class="jd-typecol"><nobr>
1392
1393
1394
1395
1396
1397            Object</nobr>
1398        </td>
1399        <td class="jd-linkcol" width="100%"><nobr>
1400        <span class="sympad">clone</span>()</nobr>
1401
1402  </td></tr>
1403
1404
1405
1406    <tr class=" api apilevel-" >
1407        <td class="jd-typecol"><nobr>
1408
1409
1410
1411
1412
1413            boolean</nobr>
1414        </td>
1415        <td class="jd-linkcol" width="100%"><nobr>
1416        <span class="sympad">equals</span>(Object arg0)</nobr>
1417
1418  </td></tr>
1419
1420
1421
1422    <tr class="alt-color api apilevel-" >
1423        <td class="jd-typecol"><nobr>
1424
1425
1426
1427
1428
1429            void</nobr>
1430        </td>
1431        <td class="jd-linkcol" width="100%"><nobr>
1432        <span class="sympad">finalize</span>()</nobr>
1433
1434  </td></tr>
1435
1436
1437
1438    <tr class=" api apilevel-" >
1439        <td class="jd-typecol"><nobr>
1440
1441
1442            final
1443
1444
1445            Class&lt;?&gt;</nobr>
1446        </td>
1447        <td class="jd-linkcol" width="100%"><nobr>
1448        <span class="sympad">getClass</span>()</nobr>
1449
1450  </td></tr>
1451
1452
1453
1454    <tr class="alt-color api apilevel-" >
1455        <td class="jd-typecol"><nobr>
1456
1457
1458
1459
1460
1461            int</nobr>
1462        </td>
1463        <td class="jd-linkcol" width="100%"><nobr>
1464        <span class="sympad">hashCode</span>()</nobr>
1465
1466  </td></tr>
1467
1468
1469
1470    <tr class=" api apilevel-" >
1471        <td class="jd-typecol"><nobr>
1472
1473
1474            final
1475
1476
1477            void</nobr>
1478        </td>
1479        <td class="jd-linkcol" width="100%"><nobr>
1480        <span class="sympad">notify</span>()</nobr>
1481
1482  </td></tr>
1483
1484
1485
1486    <tr class="alt-color api apilevel-" >
1487        <td class="jd-typecol"><nobr>
1488
1489
1490            final
1491
1492
1493            void</nobr>
1494        </td>
1495        <td class="jd-linkcol" width="100%"><nobr>
1496        <span class="sympad">notifyAll</span>()</nobr>
1497
1498  </td></tr>
1499
1500
1501
1502    <tr class=" api apilevel-" >
1503        <td class="jd-typecol"><nobr>
1504
1505
1506
1507
1508
1509            String</nobr>
1510        </td>
1511        <td class="jd-linkcol" width="100%"><nobr>
1512        <span class="sympad">toString</span>()</nobr>
1513
1514  </td></tr>
1515
1516
1517
1518    <tr class="alt-color api apilevel-" >
1519        <td class="jd-typecol"><nobr>
1520
1521
1522            final
1523
1524
1525            void</nobr>
1526        </td>
1527        <td class="jd-linkcol" width="100%"><nobr>
1528        <span class="sympad">wait</span>()</nobr>
1529
1530  </td></tr>
1531
1532
1533
1534    <tr class=" api apilevel-" >
1535        <td class="jd-typecol"><nobr>
1536
1537
1538            final
1539
1540
1541            void</nobr>
1542        </td>
1543        <td class="jd-linkcol" width="100%"><nobr>
1544        <span class="sympad">wait</span>(long arg0, int arg1)</nobr>
1545
1546  </td></tr>
1547
1548
1549
1550    <tr class="alt-color api apilevel-" >
1551        <td class="jd-typecol"><nobr>
1552
1553
1554            final
1555
1556
1557            void</nobr>
1558        </td>
1559        <td class="jd-linkcol" width="100%"><nobr>
1560        <span class="sympad">wait</span>(long arg0)</nobr>
1561
1562  </td></tr>
1563
1564
1565</table>
1566  </div>
1567</div>
1568</td></tr>
1569
1570
1571</table>
1572
1573
1574</div><!-- jd-descr (summary) -->
1575
1576<!-- Details -->
1577
1578
1579
1580
1581
1582
1583
1584
1585<!-- XML Attributes -->
1586
1587
1588<!-- Enum Values -->
1589
1590
1591<!-- Constants -->
1592
1593
1594<!-- Fields -->
1595
1596
1597<!-- ========= FIELD DETAIL ======== -->
1598<h2>Fields</h2>
1599
1600
1601
1602
1603<A NAME="BoxInsetLayout_Layout"></A>
1604
1605<div class="jd-details api apilevel-">
1606    <h4 class="jd-details-title">
1607      <span class="normal">
1608        public
1609        static
1610        final
1611        int[]
1612      </span>
1613        BoxInsetLayout_Layout
1614    </h4>
1615      <div class="api-level">
1616
1617
1618
1619
1620      </div>
1621    <div class="jd-details-descr">
1622
1623
1624
1625
1626  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a BoxInsetLayout_Layout.
1627           <p>Includes the following attributes:</p>
1628           <table>
1629           <colgroup align="left" />
1630           <colgroup align="left" />
1631           <tr><th>Attribute</th><th>Description</th></tr>
1632           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#BoxInsetLayout_Layout_layout_box">android.support.wearable:layout_box</a></code></code></td><td></td></tr>
1633           </table></p></div>
1634  <div class="jd-tagdata">
1635      <h5 class="jd-tagtitle">See Also</h5>
1636      <ul class="nolist"><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#BoxInsetLayout_Layout_layout_box">BoxInsetLayout_Layout_layout_box</a></code></li>
1637      </ul>
1638  </div>
1639
1640
1641    </div>
1642</div>
1643
1644
1645
1646<A NAME="BoxInsetLayout_Layout_layout_box"></A>
1647
1648<div class="jd-details api apilevel-">
1649    <h4 class="jd-details-title">
1650      <span class="normal">
1651        public
1652        static
1653
1654        int
1655      </span>
1656        BoxInsetLayout_Layout_layout_box
1657    </h4>
1658      <div class="api-level">
1659
1660
1661
1662
1663      </div>
1664    <div class="jd-details-descr">
1665
1666
1667
1668
1669  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#layout_box">layout_box</a></code>
1670          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#BoxInsetLayout_Layout">BoxInsetLayout_Layout</a></code> array.
1671
1672
1673          <p>Must be one or more (separated by '|') of the following constant values.</p>
1674<table>
1675<colgroup align="left" />
1676<colgroup align="left" />
1677<colgroup align="left" />
1678<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
1679<tr><td><code>left</code></td><td>0x01</td><td></td></tr>
1680<tr><td><code>top</code></td><td>0x02</td><td></td></tr>
1681<tr><td><code>right</code></td><td>0x04</td><td></td></tr>
1682<tr><td><code>bottom</code></td><td>0x08</td><td></td></tr>
1683<tr><td><code>all</code></td><td>0x0F</td><td></td></tr>
1684</table></p></div>
1685
1686
1687    </div>
1688</div>
1689
1690
1691
1692<A NAME="CircledImageView"></A>
1693
1694<div class="jd-details api apilevel-">
1695    <h4 class="jd-details-title">
1696      <span class="normal">
1697        public
1698        static
1699        final
1700        int[]
1701      </span>
1702        CircledImageView
1703    </h4>
1704      <div class="api-level">
1705
1706
1707
1708
1709      </div>
1710    <div class="jd-details-descr">
1711
1712
1713
1714
1715  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a CircledImageView.
1716           <p>Includes the following attributes:</p>
1717           <table>
1718           <colgroup align="left" />
1719           <colgroup align="left" />
1720           <tr><th>Attribute</th><th>Description</th></tr>
1721           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_android_src">android:src</a></code></code></td><td></td></tr>
1722           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_border_color">android.support.wearable:circle_border_color</a></code></code></td><td></td></tr>
1723           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_border_width">android.support.wearable:circle_border_width</a></code></code></td><td></td></tr>
1724           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_color">android.support.wearable:circle_color</a></code></code></td><td></td></tr>
1725           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_padding">android.support.wearable:circle_padding</a></code></code></td><td></td></tr>
1726           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_radius">android.support.wearable:circle_radius</a></code></code></td><td></td></tr>
1727           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_radius_pressed">android.support.wearable:circle_radius_pressed</a></code></code></td><td></td></tr>
1728           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_shadow_width">android.support.wearable:shadow_width</a></code></code></td><td></td></tr>
1729           </table></p></div>
1730  <div class="jd-tagdata">
1731      <h5 class="jd-tagtitle">See Also</h5>
1732      <ul class="nolist"><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_android_src">CircledImageView_android_src</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_border_color">CircledImageView_circle_border_color</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_border_width">CircledImageView_circle_border_width</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_color">CircledImageView_circle_color</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_padding">CircledImageView_circle_padding</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_radius">CircledImageView_circle_radius</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_circle_radius_pressed">CircledImageView_circle_radius_pressed</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView_shadow_width">CircledImageView_shadow_width</a></code></li>
1733      </ul>
1734  </div>
1735
1736
1737    </div>
1738</div>
1739
1740
1741
1742<A NAME="CircledImageView_android_src"></A>
1743
1744<div class="jd-details api apilevel-">
1745    <h4 class="jd-details-title">
1746      <span class="normal">
1747        public
1748        static
1749
1750        int
1751      </span>
1752        CircledImageView_android_src
1753    </h4>
1754      <div class="api-level">
1755
1756
1757
1758
1759      </div>
1760    <div class="jd-details-descr">
1761
1762
1763
1764
1765  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/R.attr.html#src">src</a></code>
1766          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></code> array.</p></div>
1767
1768
1769    </div>
1770</div>
1771
1772
1773
1774<A NAME="CircledImageView_circle_border_color"></A>
1775
1776<div class="jd-details api apilevel-">
1777    <h4 class="jd-details-title">
1778      <span class="normal">
1779        public
1780        static
1781
1782        int
1783      </span>
1784        CircledImageView_circle_border_color
1785    </h4>
1786      <div class="api-level">
1787
1788
1789
1790
1791      </div>
1792    <div class="jd-details-descr">
1793
1794
1795
1796
1797  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#circle_border_color">circle_border_color</a></code>
1798          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></code> array.
1799
1800
1801          <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
1802"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
1803<p>This may also be a reference to a resource (in the form
1804"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1805theme attribute (in the form
1806"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1807containing a value of this type.</p></div>
1808
1809
1810    </div>
1811</div>
1812
1813
1814
1815<A NAME="CircledImageView_circle_border_width"></A>
1816
1817<div class="jd-details api apilevel-">
1818    <h4 class="jd-details-title">
1819      <span class="normal">
1820        public
1821        static
1822
1823        int
1824      </span>
1825        CircledImageView_circle_border_width
1826    </h4>
1827      <div class="api-level">
1828
1829
1830
1831
1832      </div>
1833    <div class="jd-details-descr">
1834
1835
1836
1837
1838  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#circle_border_width">circle_border_width</a></code>
1839          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></code> array.
1840
1841
1842          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
1843Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
1844in (inches), mm (millimeters).
1845<p>This may also be a reference to a resource (in the form
1846"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1847theme attribute (in the form
1848"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1849containing a value of this type.</p></div>
1850
1851
1852    </div>
1853</div>
1854
1855
1856
1857<A NAME="CircledImageView_circle_color"></A>
1858
1859<div class="jd-details api apilevel-">
1860    <h4 class="jd-details-title">
1861      <span class="normal">
1862        public
1863        static
1864
1865        int
1866      </span>
1867        CircledImageView_circle_color
1868    </h4>
1869      <div class="api-level">
1870
1871
1872
1873
1874      </div>
1875    <div class="jd-details-descr">
1876
1877
1878
1879
1880  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#circle_color">circle_color</a></code>
1881          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></code> array.
1882
1883
1884          <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
1885"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
1886<p>This may also be a reference to a resource (in the form
1887"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1888theme attribute (in the form
1889"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1890containing a value of this type.</p></div>
1891
1892
1893    </div>
1894</div>
1895
1896
1897
1898<A NAME="CircledImageView_circle_padding"></A>
1899
1900<div class="jd-details api apilevel-">
1901    <h4 class="jd-details-title">
1902      <span class="normal">
1903        public
1904        static
1905
1906        int
1907      </span>
1908        CircledImageView_circle_padding
1909    </h4>
1910      <div class="api-level">
1911
1912
1913
1914
1915      </div>
1916    <div class="jd-details-descr">
1917
1918
1919
1920
1921  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#circle_padding">circle_padding</a></code>
1922          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></code> array.
1923
1924
1925          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
1926Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
1927in (inches), mm (millimeters).
1928<p>This may also be a reference to a resource (in the form
1929"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1930theme attribute (in the form
1931"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1932containing a value of this type.</p></div>
1933
1934
1935    </div>
1936</div>
1937
1938
1939
1940<A NAME="CircledImageView_circle_radius"></A>
1941
1942<div class="jd-details api apilevel-">
1943    <h4 class="jd-details-title">
1944      <span class="normal">
1945        public
1946        static
1947
1948        int
1949      </span>
1950        CircledImageView_circle_radius
1951    </h4>
1952      <div class="api-level">
1953
1954
1955
1956
1957      </div>
1958    <div class="jd-details-descr">
1959
1960
1961
1962
1963  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#circle_radius">circle_radius</a></code>
1964          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></code> array.
1965
1966
1967          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
1968Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
1969in (inches), mm (millimeters).
1970<p>This may also be a reference to a resource (in the form
1971"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
1972theme attribute (in the form
1973"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
1974containing a value of this type.</p></div>
1975
1976
1977    </div>
1978</div>
1979
1980
1981
1982<A NAME="CircledImageView_circle_radius_pressed"></A>
1983
1984<div class="jd-details api apilevel-">
1985    <h4 class="jd-details-title">
1986      <span class="normal">
1987        public
1988        static
1989
1990        int
1991      </span>
1992        CircledImageView_circle_radius_pressed
1993    </h4>
1994      <div class="api-level">
1995
1996
1997
1998
1999      </div>
2000    <div class="jd-details-descr">
2001
2002
2003
2004
2005  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#circle_radius_pressed">circle_radius_pressed</a></code>
2006          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></code> array.
2007
2008
2009          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
2010Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
2011in (inches), mm (millimeters).
2012<p>This may also be a reference to a resource (in the form
2013"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2014theme attribute (in the form
2015"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2016containing a value of this type.</p></div>
2017
2018
2019    </div>
2020</div>
2021
2022
2023
2024<A NAME="CircledImageView_shadow_width"></A>
2025
2026<div class="jd-details api apilevel-">
2027    <h4 class="jd-details-title">
2028      <span class="normal">
2029        public
2030        static
2031
2032        int
2033      </span>
2034        CircledImageView_shadow_width
2035    </h4>
2036      <div class="api-level">
2037
2038
2039
2040
2041      </div>
2042    <div class="jd-details-descr">
2043
2044
2045
2046
2047  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#shadow_width">shadow_width</a></code>
2048          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#CircledImageView">CircledImageView</a></code> array.
2049
2050
2051          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
2052Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
2053in (inches), mm (millimeters).
2054<p>This may also be a reference to a resource (in the form
2055"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2056theme attribute (in the form
2057"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2058containing a value of this type.</p></div>
2059
2060
2061    </div>
2062</div>
2063
2064
2065
2066<A NAME="DelayedConfirmationView"></A>
2067
2068<div class="jd-details api apilevel-">
2069    <h4 class="jd-details-title">
2070      <span class="normal">
2071        public
2072        static
2073        final
2074        int[]
2075      </span>
2076        DelayedConfirmationView
2077    </h4>
2078      <div class="api-level">
2079
2080
2081
2082
2083      </div>
2084    <div class="jd-details-descr">
2085
2086
2087
2088
2089  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a DelayedConfirmationView.
2090           <p>Includes the following attributes:</p>
2091           <table>
2092           <colgroup align="left" />
2093           <colgroup align="left" />
2094           <tr><th>Attribute</th><th>Description</th></tr>
2095           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DelayedConfirmationView_update_interval">android.support.wearable:update_interval</a></code></code></td><td></td></tr>
2096           </table></p></div>
2097  <div class="jd-tagdata">
2098      <h5 class="jd-tagtitle">See Also</h5>
2099      <ul class="nolist"><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DelayedConfirmationView_update_interval">DelayedConfirmationView_update_interval</a></code></li>
2100      </ul>
2101  </div>
2102
2103
2104    </div>
2105</div>
2106
2107
2108
2109<A NAME="DelayedConfirmationView_update_interval"></A>
2110
2111<div class="jd-details api apilevel-">
2112    <h4 class="jd-details-title">
2113      <span class="normal">
2114        public
2115        static
2116
2117        int
2118      </span>
2119        DelayedConfirmationView_update_interval
2120    </h4>
2121      <div class="api-level">
2122
2123
2124
2125
2126      </div>
2127    <div class="jd-details-descr">
2128
2129
2130
2131
2132  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#update_interval">update_interval</a></code>
2133          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DelayedConfirmationView">DelayedConfirmationView</a></code> array.
2134
2135
2136          <p>Must be an integer value, such as "<code>100</code>".
2137<p>This may also be a reference to a resource (in the form
2138"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2139theme attribute (in the form
2140"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2141containing a value of this type.</p></div>
2142
2143
2144    </div>
2145</div>
2146
2147
2148
2149<A NAME="DotsPageIndicator"></A>
2150
2151<div class="jd-details api apilevel-">
2152    <h4 class="jd-details-title">
2153      <span class="normal">
2154        public
2155        static
2156        final
2157        int[]
2158      </span>
2159        DotsPageIndicator
2160    </h4>
2161      <div class="api-level">
2162
2163
2164
2165
2166      </div>
2167    <div class="jd-details-descr">
2168
2169
2170
2171
2172  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a DotsPageIndicator.
2173           <p>Includes the following attributes:</p>
2174           <table>
2175           <colgroup align="left" />
2176           <colgroup align="left" />
2177           <tr><th>Attribute</th><th>Description</th></tr>
2178           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotColor">android.support.wearable:dotColor</a></code></code></td><td></td></tr>
2179           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotColorSelected">android.support.wearable:dotColorSelected</a></code></code></td><td></td></tr>
2180           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotFadeInDuration">android.support.wearable:dotFadeInDuration</a></code></code></td><td></td></tr>
2181           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotFadeOutDelay">android.support.wearable:dotFadeOutDelay</a></code></code></td><td></td></tr>
2182           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotFadeOutDuration">android.support.wearable:dotFadeOutDuration</a></code></code></td><td></td></tr>
2183           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotFadeWhenIdle">android.support.wearable:dotFadeWhenIdle</a></code></code></td><td></td></tr>
2184           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotRadius">android.support.wearable:dotRadius</a></code></code></td><td></td></tr>
2185           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotRadiusSelected">android.support.wearable:dotRadiusSelected</a></code></code></td><td></td></tr>
2186           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotShadowColor">android.support.wearable:dotShadowColor</a></code></code></td><td></td></tr>
2187           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotShadowDx">android.support.wearable:dotShadowDx</a></code></code></td><td></td></tr>
2188           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotShadowDy">android.support.wearable:dotShadowDy</a></code></code></td><td></td></tr>
2189           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotShadowRadius">android.support.wearable:dotShadowRadius</a></code></code></td><td></td></tr>
2190           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotSpacing">android.support.wearable:dotSpacing</a></code></code></td><td></td></tr>
2191           </table></p></div>
2192  <div class="jd-tagdata">
2193      <h5 class="jd-tagtitle">See Also</h5>
2194      <ul class="nolist"><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotColor">DotsPageIndicator_dotColor</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotColorSelected">DotsPageIndicator_dotColorSelected</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotFadeInDuration">DotsPageIndicator_dotFadeInDuration</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotFadeOutDelay">DotsPageIndicator_dotFadeOutDelay</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotFadeOutDuration">DotsPageIndicator_dotFadeOutDuration</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotFadeWhenIdle">DotsPageIndicator_dotFadeWhenIdle</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotRadius">DotsPageIndicator_dotRadius</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotRadiusSelected">DotsPageIndicator_dotRadiusSelected</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotShadowColor">DotsPageIndicator_dotShadowColor</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotShadowDx">DotsPageIndicator_dotShadowDx</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotShadowDy">DotsPageIndicator_dotShadowDy</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotShadowRadius">DotsPageIndicator_dotShadowRadius</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator_dotSpacing">DotsPageIndicator_dotSpacing</a></code></li>
2195      </ul>
2196  </div>
2197
2198
2199    </div>
2200</div>
2201
2202
2203
2204<A NAME="DotsPageIndicator_dotColor"></A>
2205
2206<div class="jd-details api apilevel-">
2207    <h4 class="jd-details-title">
2208      <span class="normal">
2209        public
2210        static
2211
2212        int
2213      </span>
2214        DotsPageIndicator_dotColor
2215    </h4>
2216      <div class="api-level">
2217
2218
2219
2220
2221      </div>
2222    <div class="jd-details-descr">
2223
2224
2225
2226
2227  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotColor">dotColor</a></code>
2228          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
2229
2230
2231          <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
2232"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
2233<p>This may also be a reference to a resource (in the form
2234"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2235theme attribute (in the form
2236"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2237containing a value of this type.</p></div>
2238
2239
2240    </div>
2241</div>
2242
2243
2244
2245<A NAME="DotsPageIndicator_dotColorSelected"></A>
2246
2247<div class="jd-details api apilevel-">
2248    <h4 class="jd-details-title">
2249      <span class="normal">
2250        public
2251        static
2252
2253        int
2254      </span>
2255        DotsPageIndicator_dotColorSelected
2256    </h4>
2257      <div class="api-level">
2258
2259
2260
2261
2262      </div>
2263    <div class="jd-details-descr">
2264
2265
2266
2267
2268  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotColorSelected">dotColorSelected</a></code>
2269          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
2270
2271
2272          <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
2273"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
2274<p>This may also be a reference to a resource (in the form
2275"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2276theme attribute (in the form
2277"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2278containing a value of this type.</p></div>
2279
2280
2281    </div>
2282</div>
2283
2284
2285
2286<A NAME="DotsPageIndicator_dotFadeInDuration"></A>
2287
2288<div class="jd-details api apilevel-">
2289    <h4 class="jd-details-title">
2290      <span class="normal">
2291        public
2292        static
2293
2294        int
2295      </span>
2296        DotsPageIndicator_dotFadeInDuration
2297    </h4>
2298      <div class="api-level">
2299
2300
2301
2302
2303      </div>
2304    <div class="jd-details-descr">
2305
2306
2307
2308
2309  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotFadeInDuration">dotFadeInDuration</a></code>
2310          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
2311
2312
2313          <p>Must be an integer value, such as "<code>100</code>".
2314<p>This may also be a reference to a resource (in the form
2315"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2316theme attribute (in the form
2317"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2318containing a value of this type.</p></div>
2319
2320
2321    </div>
2322</div>
2323
2324
2325
2326<A NAME="DotsPageIndicator_dotFadeOutDelay"></A>
2327
2328<div class="jd-details api apilevel-">
2329    <h4 class="jd-details-title">
2330      <span class="normal">
2331        public
2332        static
2333
2334        int
2335      </span>
2336        DotsPageIndicator_dotFadeOutDelay
2337    </h4>
2338      <div class="api-level">
2339
2340
2341
2342
2343      </div>
2344    <div class="jd-details-descr">
2345
2346
2347
2348
2349  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotFadeOutDelay">dotFadeOutDelay</a></code>
2350          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
2351
2352
2353          <p>Must be an integer value, such as "<code>100</code>".
2354<p>This may also be a reference to a resource (in the form
2355"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2356theme attribute (in the form
2357"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2358containing a value of this type.</p></div>
2359
2360
2361    </div>
2362</div>
2363
2364
2365
2366<A NAME="DotsPageIndicator_dotFadeOutDuration"></A>
2367
2368<div class="jd-details api apilevel-">
2369    <h4 class="jd-details-title">
2370      <span class="normal">
2371        public
2372        static
2373
2374        int
2375      </span>
2376        DotsPageIndicator_dotFadeOutDuration
2377    </h4>
2378      <div class="api-level">
2379
2380
2381
2382
2383      </div>
2384    <div class="jd-details-descr">
2385
2386
2387
2388
2389  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotFadeOutDuration">dotFadeOutDuration</a></code>
2390          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
2391
2392
2393          <p>Must be an integer value, such as "<code>100</code>".
2394<p>This may also be a reference to a resource (in the form
2395"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2396theme attribute (in the form
2397"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2398containing a value of this type.</p></div>
2399
2400
2401    </div>
2402</div>
2403
2404
2405
2406<A NAME="DotsPageIndicator_dotFadeWhenIdle"></A>
2407
2408<div class="jd-details api apilevel-">
2409    <h4 class="jd-details-title">
2410      <span class="normal">
2411        public
2412        static
2413
2414        int
2415      </span>
2416        DotsPageIndicator_dotFadeWhenIdle
2417    </h4>
2418      <div class="api-level">
2419
2420
2421
2422
2423      </div>
2424    <div class="jd-details-descr">
2425
2426
2427
2428
2429  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotFadeWhenIdle">dotFadeWhenIdle</a></code>
2430          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
2431
2432
2433          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
2434<p>This may also be a reference to a resource (in the form
2435"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2436theme attribute (in the form
2437"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2438containing a value of this type.</p></div>
2439
2440
2441    </div>
2442</div>
2443
2444
2445
2446<A NAME="DotsPageIndicator_dotRadius"></A>
2447
2448<div class="jd-details api apilevel-">
2449    <h4 class="jd-details-title">
2450      <span class="normal">
2451        public
2452        static
2453
2454        int
2455      </span>
2456        DotsPageIndicator_dotRadius
2457    </h4>
2458      <div class="api-level">
2459
2460
2461
2462
2463      </div>
2464    <div class="jd-details-descr">
2465
2466
2467
2468
2469  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotRadius">dotRadius</a></code>
2470          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
2471
2472
2473          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
2474Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
2475in (inches), mm (millimeters).
2476<p>This may also be a reference to a resource (in the form
2477"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2478theme attribute (in the form
2479"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2480containing a value of this type.</p></div>
2481
2482
2483    </div>
2484</div>
2485
2486
2487
2488<A NAME="DotsPageIndicator_dotRadiusSelected"></A>
2489
2490<div class="jd-details api apilevel-">
2491    <h4 class="jd-details-title">
2492      <span class="normal">
2493        public
2494        static
2495
2496        int
2497      </span>
2498        DotsPageIndicator_dotRadiusSelected
2499    </h4>
2500      <div class="api-level">
2501
2502
2503
2504
2505      </div>
2506    <div class="jd-details-descr">
2507
2508
2509
2510
2511  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotRadiusSelected">dotRadiusSelected</a></code>
2512          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
2513
2514
2515          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
2516Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
2517in (inches), mm (millimeters).
2518<p>This may also be a reference to a resource (in the form
2519"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2520theme attribute (in the form
2521"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2522containing a value of this type.</p></div>
2523
2524
2525    </div>
2526</div>
2527
2528
2529
2530<A NAME="DotsPageIndicator_dotShadowColor"></A>
2531
2532<div class="jd-details api apilevel-">
2533    <h4 class="jd-details-title">
2534      <span class="normal">
2535        public
2536        static
2537
2538        int
2539      </span>
2540        DotsPageIndicator_dotShadowColor
2541    </h4>
2542      <div class="api-level">
2543
2544
2545
2546
2547      </div>
2548    <div class="jd-details-descr">
2549
2550
2551
2552
2553  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotShadowColor">dotShadowColor</a></code>
2554          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
2555
2556
2557          <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
2558"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
2559<p>This may also be a reference to a resource (in the form
2560"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2561theme attribute (in the form
2562"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2563containing a value of this type.</p></div>
2564
2565
2566    </div>
2567</div>
2568
2569
2570
2571<A NAME="DotsPageIndicator_dotShadowDx"></A>
2572
2573<div class="jd-details api apilevel-">
2574    <h4 class="jd-details-title">
2575      <span class="normal">
2576        public
2577        static
2578
2579        int
2580      </span>
2581        DotsPageIndicator_dotShadowDx
2582    </h4>
2583      <div class="api-level">
2584
2585
2586
2587
2588      </div>
2589    <div class="jd-details-descr">
2590
2591
2592
2593
2594  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotShadowDx">dotShadowDx</a></code>
2595          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
2596
2597
2598          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
2599Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
2600in (inches), mm (millimeters).
2601<p>This may also be a reference to a resource (in the form
2602"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2603theme attribute (in the form
2604"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2605containing a value of this type.</p></div>
2606
2607
2608    </div>
2609</div>
2610
2611
2612
2613<A NAME="DotsPageIndicator_dotShadowDy"></A>
2614
2615<div class="jd-details api apilevel-">
2616    <h4 class="jd-details-title">
2617      <span class="normal">
2618        public
2619        static
2620
2621        int
2622      </span>
2623        DotsPageIndicator_dotShadowDy
2624    </h4>
2625      <div class="api-level">
2626
2627
2628
2629
2630      </div>
2631    <div class="jd-details-descr">
2632
2633
2634
2635
2636  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotShadowDy">dotShadowDy</a></code>
2637          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
2638
2639
2640          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
2641Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
2642in (inches), mm (millimeters).
2643<p>This may also be a reference to a resource (in the form
2644"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2645theme attribute (in the form
2646"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2647containing a value of this type.</p></div>
2648
2649
2650    </div>
2651</div>
2652
2653
2654
2655<A NAME="DotsPageIndicator_dotShadowRadius"></A>
2656
2657<div class="jd-details api apilevel-">
2658    <h4 class="jd-details-title">
2659      <span class="normal">
2660        public
2661        static
2662
2663        int
2664      </span>
2665        DotsPageIndicator_dotShadowRadius
2666    </h4>
2667      <div class="api-level">
2668
2669
2670
2671
2672      </div>
2673    <div class="jd-details-descr">
2674
2675
2676
2677
2678  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotShadowRadius">dotShadowRadius</a></code>
2679          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
2680
2681
2682          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
2683Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
2684in (inches), mm (millimeters).
2685<p>This may also be a reference to a resource (in the form
2686"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2687theme attribute (in the form
2688"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2689containing a value of this type.</p></div>
2690
2691
2692    </div>
2693</div>
2694
2695
2696
2697<A NAME="DotsPageIndicator_dotSpacing"></A>
2698
2699<div class="jd-details api apilevel-">
2700    <h4 class="jd-details-title">
2701      <span class="normal">
2702        public
2703        static
2704
2705        int
2706      </span>
2707        DotsPageIndicator_dotSpacing
2708    </h4>
2709      <div class="api-level">
2710
2711
2712
2713
2714      </div>
2715    <div class="jd-details-descr">
2716
2717
2718
2719
2720  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#dotSpacing">dotSpacing</a></code>
2721          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#DotsPageIndicator">DotsPageIndicator</a></code> array.
2722
2723
2724          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
2725Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
2726in (inches), mm (millimeters).
2727<p>This may also be a reference to a resource (in the form
2728"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2729theme attribute (in the form
2730"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2731containing a value of this type.</p></div>
2732
2733
2734    </div>
2735</div>
2736
2737
2738
2739<A NAME="WatchViewStub"></A>
2740
2741<div class="jd-details api apilevel-">
2742    <h4 class="jd-details-title">
2743      <span class="normal">
2744        public
2745        static
2746        final
2747        int[]
2748      </span>
2749        WatchViewStub
2750    </h4>
2751      <div class="api-level">
2752
2753
2754
2755
2756      </div>
2757    <div class="jd-details-descr">
2758
2759
2760
2761
2762  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a WatchViewStub.
2763           <p>Includes the following attributes:</p>
2764           <table>
2765           <colgroup align="left" />
2766           <colgroup align="left" />
2767           <tr><th>Attribute</th><th>Description</th></tr>
2768           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#WatchViewStub_rectLayout">android.support.wearable:rectLayout</a></code></code></td><td></td></tr>
2769           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#WatchViewStub_roundLayout">android.support.wearable:roundLayout</a></code></code></td><td></td></tr>
2770           </table></p></div>
2771  <div class="jd-tagdata">
2772      <h5 class="jd-tagtitle">See Also</h5>
2773      <ul class="nolist"><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#WatchViewStub_rectLayout">WatchViewStub_rectLayout</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#WatchViewStub_roundLayout">WatchViewStub_roundLayout</a></code></li>
2774      </ul>
2775  </div>
2776
2777
2778    </div>
2779</div>
2780
2781
2782
2783<A NAME="WatchViewStub_rectLayout"></A>
2784
2785<div class="jd-details api apilevel-">
2786    <h4 class="jd-details-title">
2787      <span class="normal">
2788        public
2789        static
2790
2791        int
2792      </span>
2793        WatchViewStub_rectLayout
2794    </h4>
2795      <div class="api-level">
2796
2797
2798
2799
2800      </div>
2801    <div class="jd-details-descr">
2802
2803
2804
2805
2806  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#rectLayout">rectLayout</a></code>
2807          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#WatchViewStub">WatchViewStub</a></code> array.
2808
2809
2810          <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
2811or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</p></div>
2812
2813
2814    </div>
2815</div>
2816
2817
2818
2819<A NAME="WatchViewStub_roundLayout"></A>
2820
2821<div class="jd-details api apilevel-">
2822    <h4 class="jd-details-title">
2823      <span class="normal">
2824        public
2825        static
2826
2827        int
2828      </span>
2829        WatchViewStub_roundLayout
2830    </h4>
2831      <div class="api-level">
2832
2833
2834
2835
2836      </div>
2837    <div class="jd-details-descr">
2838
2839
2840
2841
2842  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#roundLayout">roundLayout</a></code>
2843          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#WatchViewStub">WatchViewStub</a></code> array.
2844
2845
2846          <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
2847or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</p></div>
2848
2849
2850    </div>
2851</div>
2852
2853
2854
2855<A NAME="WearableHeaderTextView"></A>
2856
2857<div class="jd-details api apilevel-">
2858    <h4 class="jd-details-title">
2859      <span class="normal">
2860        public
2861        static
2862        final
2863        int[]
2864      </span>
2865        WearableHeaderTextView
2866    </h4>
2867      <div class="api-level">
2868
2869
2870
2871
2872      </div>
2873    <div class="jd-details-descr">
2874
2875
2876
2877
2878  <div class="jd-tagdata jd-tagdescr"><p>Attributes that can be used with a WearableHeaderTextView.
2879           <p>Includes the following attributes:</p>
2880           <table>
2881           <colgroup align="left" />
2882           <colgroup align="left" />
2883           <tr><th>Attribute</th><th>Description</th></tr>
2884           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#WearableHeaderTextView_circular_layout_gravity">android.support.wearable:circular_layout_gravity</a></code></code></td><td></td></tr>
2885           <tr><td><code><code><a href="../../../../reference/android/support/wearable/R.styleable.html#WearableHeaderTextView_circular_text_size">android.support.wearable:circular_text_size</a></code></code></td><td></td></tr>
2886           </table></p></div>
2887  <div class="jd-tagdata">
2888      <h5 class="jd-tagtitle">See Also</h5>
2889      <ul class="nolist"><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#WearableHeaderTextView_circular_layout_gravity">WearableHeaderTextView_circular_layout_gravity</a></code></li><li><code><a href="../../../../reference/android/support/wearable/R.styleable.html#WearableHeaderTextView_circular_text_size">WearableHeaderTextView_circular_text_size</a></code></li>
2890      </ul>
2891  </div>
2892
2893
2894    </div>
2895</div>
2896
2897
2898
2899<A NAME="WearableHeaderTextView_circular_layout_gravity"></A>
2900
2901<div class="jd-details api apilevel-">
2902    <h4 class="jd-details-title">
2903      <span class="normal">
2904        public
2905        static
2906
2907        int
2908      </span>
2909        WearableHeaderTextView_circular_layout_gravity
2910    </h4>
2911      <div class="api-level">
2912
2913
2914
2915
2916      </div>
2917    <div class="jd-details-descr">
2918
2919
2920
2921
2922  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#circular_layout_gravity">circular_layout_gravity</a></code>
2923          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#WearableHeaderTextView">WearableHeaderTextView</a></code> array.
2924
2925
2926          <p>Must be one or more (separated by '|') of the following constant values.</p>
2927<table>
2928<colgroup align="left" />
2929<colgroup align="left" />
2930<colgroup align="left" />
2931<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
2932<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
2933<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
2934<tr><td><code>right</code></td><td>0x05</td><td></td></tr>
2935<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
2936<tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr>
2937<tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr>
2938<tr><td><code>center</code></td><td>0x11</td><td></td></tr>
2939</table></p></div>
2940
2941
2942    </div>
2943</div>
2944
2945
2946
2947<A NAME="WearableHeaderTextView_circular_text_size"></A>
2948
2949<div class="jd-details api apilevel-">
2950    <h4 class="jd-details-title">
2951      <span class="normal">
2952        public
2953        static
2954
2955        int
2956      </span>
2957        WearableHeaderTextView_circular_text_size
2958    </h4>
2959      <div class="api-level">
2960
2961
2962
2963
2964      </div>
2965    <div class="jd-details-descr">
2966
2967
2968
2969
2970  <div class="jd-tagdata jd-tagdescr"><p><p>This symbol is the offset where the <code><a href="../../../../reference/android/support/wearable/R.attr.html#circular_text_size">circular_text_size</a></code>
2971          attribute's value can be found in the <code><a href="../../../../reference/android/support/wearable/R.styleable.html#WearableHeaderTextView">WearableHeaderTextView</a></code> array.
2972
2973
2974          <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
2975Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
2976in (inches), mm (millimeters).
2977<p>This may also be a reference to a resource (in the form
2978"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
2979theme attribute (in the form
2980"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
2981containing a value of this type.</p></div>
2982
2983
2984    </div>
2985</div>
2986
2987
2988
2989
2990<!-- Public ctors -->
2991
2992
2993<!-- ========= CONSTRUCTOR DETAIL ======== -->
2994<h2>Public Constructors</h2>
2995
2996
2997
2998<A NAME="R.styleable()"></A>
2999
3000<div class="jd-details api apilevel-">
3001    <h4 class="jd-details-title">
3002      <span class="normal">
3003        public
3004
3005
3006
3007
3008
3009      </span>
3010      <span class="sympad">R.styleable</span>
3011      <span class="normal">()</span>
3012    </h4>
3013      <div class="api-level">
3014        <div></div>
3015
3016
3017
3018      </div>
3019    <div class="jd-details-descr">
3020
3021
3022
3023
3024  <div class="jd-tagdata jd-tagdescr"><p></p></div>
3025
3026    </div>
3027</div>
3028
3029
3030
3031
3032
3033<!-- ========= CONSTRUCTOR DETAIL ======== -->
3034<!-- Protected ctors -->
3035
3036
3037
3038<!-- ========= METHOD DETAIL ======== -->
3039<!-- Public methdos -->
3040
3041
3042
3043<!-- ========= METHOD DETAIL ======== -->
3044
3045
3046
3047<!-- ========= END OF CLASS DATA ========= -->
3048<A NAME="navbar_top"></A>
3049
3050<div id="footer" class="wrap" >
3051
3052
3053  <div id="copyright">
3054
3055  Except as noted, this content is licensed under <a
3056  href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
3057  For details and restrictions, see the <a href="../../../../license.html">
3058  Content License</a>.
3059  </div>
3060  <div id="build_info">
3061
3062    Android Wearable Support&nbsp;r &mdash;
3063<script src="../../../../timestamp.js" type="text/javascript"></script>
3064<script>document.write(BUILD_TIMESTAMP)</script>
3065
3066  </div>
3067
3068
3069  <div id="footerlinks">
3070
3071  <p>
3072    <a href="../../../../about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp;
3073    <a href="../../../../legal.html">Legal</a>&nbsp;&nbsp;|&nbsp;
3074    <a href="../../../../support.html">Support</a>
3075  </p>
3076  </div>
3077
3078</div> <!-- end footer -->
3079</div> <!-- jd-content -->
3080
3081</div><!-- end doc-content -->
3082
3083</div> <!-- end body-content -->
3084
3085
3086
3087
3088
3089
3090</body>
3091</html>
3092