1 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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119<!DOCTYPE html> 120<html devsite> 121<head> 122 123 124 <meta name="top_category" value="develop" /> 125 126 <meta name="subcategory" value="reference" /> 127 128 129 <meta name="book_path" value="/reference/android/support/wearable/_book.yaml" /> 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145<title>BoxInsetLayout.LayoutParams</title> 146 147 148</head> 149 150<body class="gc-documentation develop reference api apilevel-"> 151<div id="doc-api-level" class="" style="display:none"></div> 152 153 154 155 156<div id="naMessage"></div> 157 158<div id="api-info-block"> 159<div class="api-level"> 160 161 162 163 164</div> 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207<div class="sum-details-links"> 208 209Summary: 210 211 212 213 214 215 <a href="#constants">Constants</a> 216 217 218 219 | <a href="#inhconstants">Inherited Constants</a> 220 221 222 223 | <a href="#lfields">Fields</a> 224 225 226 227 | <a href="#inhfields">Inherited Fields</a> 228 229 230 231 | <a href="#pubctors">Ctors</a> 232 233 234 235 236 237 238 | <a href="#inhmethods">Inherited Methods</a> 239 240| <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a> 241 242</div><!-- end sum-details-links --> 243</div><!-- end api-info-block --> 244 245<div class="api apilevel-" id="jd-content"> 246 247<!-- ======== START OF CLASS DATA ======== --> 248 249<h1 class="api-title">BoxInsetLayout.LayoutParams</h1> 250<p> 251<code class="api-signature"> 252 public 253 static 254 255 256 class 257 BoxInsetLayout.LayoutParams 258</code> 259<br> 260 261 262<code class="api-signature"> 263 264 265 266</code> 267 268<code class="api-signature"> 269 270 271 272</code> 273 274<code class="api-signature"> 275 276 277 278</code> 279 280<code class="api-signature"> 281 282 extends FrameLayout.LayoutParams 283 284 285 286</code> 287 288<code class="api-signature"> 289 290 291 292</code> 293 294</p><table class="jd-inheritance-table"> 295 296 297 <tr> 298 299 <td colspan="5" class="jd-inheritance-class-cell">java.lang.Object 300 </td> 301 </tr> 302 303 304 <tr> 305 306 <td class="jd-inheritance-space"> ↳</td> 307 308 <td colspan="4" class="jd-inheritance-class-cell">android.view.ViewGroup.LayoutParams 309 </td> 310 </tr> 311 312 313 <tr> 314 315 <td class="jd-inheritance-space"> </td> 316 317 <td class="jd-inheritance-space"> ↳</td> 318 319 <td colspan="3" class="jd-inheritance-class-cell">android.view.ViewGroup.MarginLayoutParams 320 </td> 321 </tr> 322 323 324 <tr> 325 326 <td class="jd-inheritance-space"> </td> 327 328 <td class="jd-inheritance-space"> </td> 329 330 <td class="jd-inheritance-space"> ↳</td> 331 332 <td colspan="2" class="jd-inheritance-class-cell">android.widget.FrameLayout.LayoutParams 333 </td> 334 </tr> 335 336 337 <tr> 338 339 <td class="jd-inheritance-space"> </td> 340 341 <td class="jd-inheritance-space"> </td> 342 343 <td class="jd-inheritance-space"> </td> 344 345 <td class="jd-inheritance-space"> ↳</td> 346 347 <td colspan="1" class="jd-inheritance-class-cell">android.support.wearable.view.BoxInsetLayout.LayoutParams 348 </td> 349 </tr> 350 351 352</table> 353 354 355 356 357<br><hr> 358 359 360 <p>adds <code>layout_box</code> attribute to layout parameters 361</p> 362 363 364 365 366 367 368 369<h2 class="api-section">Summary</h2> 370 371 372 373 374 375 376 377 378 379 380 381 382 383<!-- =========== ENUM CONSTANT SUMMARY =========== --> 384<table id="constants" class="responsive constants"> 385<tr><th colspan="2"><h3>Constants</h3></th></tr> 386 387 388 389 <tr class="api apilevel-" > 390 <td><code>int</code></td> 391 <td width="100%"> 392 <code><a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html#BOX_ALL">BOX_ALL</a></code> 393 <p> 394 395 396</p> 397 </td> 398 </tr> 399 400 401 <tr class="api apilevel-" > 402 <td><code>int</code></td> 403 <td width="100%"> 404 <code><a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html#BOX_BOTTOM">BOX_BOTTOM</a></code> 405 <p> 406 407 408</p> 409 </td> 410 </tr> 411 412 413 <tr class="api apilevel-" > 414 <td><code>int</code></td> 415 <td width="100%"> 416 <code><a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html#BOX_LEFT">BOX_LEFT</a></code> 417 <p> 418 419 420</p> 421 </td> 422 </tr> 423 424 425 <tr class="api apilevel-" > 426 <td><code>int</code></td> 427 <td width="100%"> 428 <code><a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html#BOX_NONE">BOX_NONE</a></code> 429 <p> 430 431 432</p> 433 </td> 434 </tr> 435 436 437 <tr class="api apilevel-" > 438 <td><code>int</code></td> 439 <td width="100%"> 440 <code><a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html#BOX_RIGHT">BOX_RIGHT</a></code> 441 <p> 442 443 444</p> 445 </td> 446 </tr> 447 448 449 <tr class="api apilevel-" > 450 <td><code>int</code></td> 451 <td width="100%"> 452 <code><a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html#BOX_TOP">BOX_TOP</a></code> 453 <p> 454 455 456</p> 457 </td> 458 </tr> 459 460 461 462</table> 463 464 465 466 467 468<!-- =========== ENUM CONSTANT SUMMARY =========== --> 469<table id="inhconstants" class="responsive constants inhtable"> 470<tr><th><h3>Inherited constants</h3></th></tr> 471 472 473 <tr class="api apilevel-" > 474 <td> 475 476 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.widget.FrameLayout.LayoutParams" class="jd-expando-trigger closed" 477 ><img height="34" id="inherited-constants-android.widget.FrameLayout.LayoutParams-trigger" 478 src="/assets/images/styles/disclosure_down.png" 479 class="jd-expando-trigger-img" /></a>From 480 class 481 <code> 482 android.widget.FrameLayout.LayoutParams 483 </code> 484 <div id="inherited-constants-android.widget.FrameLayout.LayoutParams"> 485 <div id="inherited-constants-android.widget.FrameLayout.LayoutParams-list" 486 class="jd-inheritedlinks"> 487 </div> 488 <div id="inherited-constants-android.widget.FrameLayout.LayoutParams-summary" style="display: none;"> 489 <table class="jd-sumtable-expando responsive"> 490 491 492 493 <tr class="api apilevel-" > 494 <td><code>int</code></td> 495 <td width="100%"> 496 <code>UNSPECIFIED_GRAVITY</code> 497 <p> 498 499 500</p> 501 </td> 502 </tr> 503 504 505</table> 506 </div> 507 </div> 508 </td></tr> 509 510 511 512 <tr class="api apilevel-" > 513 <td> 514 515 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.ViewGroup.MarginLayoutParams" class="jd-expando-trigger closed" 516 ><img height="34" id="inherited-constants-android.view.ViewGroup.MarginLayoutParams-trigger" 517 src="/assets/images/styles/disclosure_down.png" 518 class="jd-expando-trigger-img" /></a>From 519 class 520 <code> 521 android.view.ViewGroup.MarginLayoutParams 522 </code> 523 <div id="inherited-constants-android.view.ViewGroup.MarginLayoutParams"> 524 <div id="inherited-constants-android.view.ViewGroup.MarginLayoutParams-list" 525 class="jd-inheritedlinks"> 526 </div> 527 <div id="inherited-constants-android.view.ViewGroup.MarginLayoutParams-summary" style="display: none;"> 528 <table class="jd-sumtable-expando responsive"> 529 530 531 532 <tr class="api apilevel-" > 533 <td><code>int</code></td> 534 <td width="100%"> 535 <code>DEFAULT_MARGIN_RELATIVE</code> 536 <p> 537 538 539</p> 540 </td> 541 </tr> 542 543 544</table> 545 </div> 546 </div> 547 </td></tr> 548 549 550 551 <tr class="api apilevel-" > 552 <td> 553 554 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-constants-android.view.ViewGroup.LayoutParams" class="jd-expando-trigger closed" 555 ><img height="34" id="inherited-constants-android.view.ViewGroup.LayoutParams-trigger" 556 src="/assets/images/styles/disclosure_down.png" 557 class="jd-expando-trigger-img" /></a>From 558 class 559 <code> 560 android.view.ViewGroup.LayoutParams 561 </code> 562 <div id="inherited-constants-android.view.ViewGroup.LayoutParams"> 563 <div id="inherited-constants-android.view.ViewGroup.LayoutParams-list" 564 class="jd-inheritedlinks"> 565 </div> 566 <div id="inherited-constants-android.view.ViewGroup.LayoutParams-summary" style="display: none;"> 567 <table class="jd-sumtable-expando responsive"> 568 569 570 571 <tr class="api apilevel-" > 572 <td><code>int</code></td> 573 <td width="100%"> 574 <code>FILL_PARENT</code> 575 <p> 576 577 578</p> 579 </td> 580 </tr> 581 582 583 <tr class="api apilevel-" > 584 <td><code>int</code></td> 585 <td width="100%"> 586 <code>MATCH_PARENT</code> 587 <p> 588 589 590</p> 591 </td> 592 </tr> 593 594 595 <tr class="api apilevel-" > 596 <td><code>int</code></td> 597 <td width="100%"> 598 <code>WRAP_CONTENT</code> 599 <p> 600 601 602</p> 603 </td> 604 </tr> 605 606 607</table> 608 </div> 609 </div> 610 </td></tr> 611 612 613 614 615</table> 616 617 618 619 620<!-- =========== FIELD SUMMARY =========== --> 621<table id="lfields" class="responsive properties"> 622<tr><th colspan="2"><h3>Fields</h3></th></tr> 623 624 625 626 <tr class="api apilevel-" > 627 <td><code> 628 public 629 630 631 int</code></td> 632 <td width="100%"> 633 <code><a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html#boxedEdges">boxedEdges</a></code> 634 <p> 635 636 637</p> 638 </td> 639 </tr> 640 641 642 643</table> 644 645 646 647 648 649<!-- =========== FIELD SUMMARY =========== --> 650<table id="inhfields" class="properties inhtable"> 651<tr><th><h3>Inherited fields</h3></th></tr> 652 653 654 <tr class="api apilevel-" > 655 <td> 656 657 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.widget.FrameLayout.LayoutParams" class="jd-expando-trigger closed" 658 ><img height="34" id="inherited-fields-android.widget.FrameLayout.LayoutParams-trigger" 659 src="/assets/images/styles/disclosure_down.png" 660 class="jd-expando-trigger-img" /></a>From 661 class 662 <code> 663 android.widget.FrameLayout.LayoutParams 664 </code> 665 <div id="inherited-fields-android.widget.FrameLayout.LayoutParams"> 666 <div id="inherited-fields-android.widget.FrameLayout.LayoutParams-list" 667 class="jd-inheritedlinks"> 668 </div> 669 <div id="inherited-fields-android.widget.FrameLayout.LayoutParams-summary" style="display: none;"> 670 <table class="jd-sumtable-expando responsive"> 671 672 673 674 <tr class="api apilevel-" > 675 <td><code> 676 public 677 678 679 int</code></td> 680 <td width="100%"> 681 <code>gravity</code> 682 <p> 683 684 685</p> 686 </td> 687 </tr> 688 689 690</table> 691 </div> 692 </div> 693 </td></tr> 694 695 696 697 <tr class="api apilevel-" > 698 <td> 699 700 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.ViewGroup.MarginLayoutParams" class="jd-expando-trigger closed" 701 ><img height="34" id="inherited-fields-android.view.ViewGroup.MarginLayoutParams-trigger" 702 src="/assets/images/styles/disclosure_down.png" 703 class="jd-expando-trigger-img" /></a>From 704 class 705 <code> 706 android.view.ViewGroup.MarginLayoutParams 707 </code> 708 <div id="inherited-fields-android.view.ViewGroup.MarginLayoutParams"> 709 <div id="inherited-fields-android.view.ViewGroup.MarginLayoutParams-list" 710 class="jd-inheritedlinks"> 711 </div> 712 <div id="inherited-fields-android.view.ViewGroup.MarginLayoutParams-summary" style="display: none;"> 713 <table class="jd-sumtable-expando responsive"> 714 715 716 717 <tr class="api apilevel-" > 718 <td><code> 719 public 720 721 722 int</code></td> 723 <td width="100%"> 724 <code>bottomMargin</code> 725 <p> 726 727 728</p> 729 </td> 730 </tr> 731 732 733 <tr class="api apilevel-" > 734 <td><code> 735 public 736 737 738 int</code></td> 739 <td width="100%"> 740 <code>leftMargin</code> 741 <p> 742 743 744</p> 745 </td> 746 </tr> 747 748 749 <tr class="api apilevel-" > 750 <td><code> 751 public 752 753 754 int</code></td> 755 <td width="100%"> 756 <code>rightMargin</code> 757 <p> 758 759 760</p> 761 </td> 762 </tr> 763 764 765 <tr class="api apilevel-" > 766 <td><code> 767 public 768 769 770 int</code></td> 771 <td width="100%"> 772 <code>topMargin</code> 773 <p> 774 775 776</p> 777 </td> 778 </tr> 779 780 781</table> 782 </div> 783 </div> 784 </td></tr> 785 786 787 788 <tr class="api apilevel-" > 789 <td> 790 791 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-fields-android.view.ViewGroup.LayoutParams" class="jd-expando-trigger closed" 792 ><img height="34" id="inherited-fields-android.view.ViewGroup.LayoutParams-trigger" 793 src="/assets/images/styles/disclosure_down.png" 794 class="jd-expando-trigger-img" /></a>From 795 class 796 <code> 797 android.view.ViewGroup.LayoutParams 798 </code> 799 <div id="inherited-fields-android.view.ViewGroup.LayoutParams"> 800 <div id="inherited-fields-android.view.ViewGroup.LayoutParams-list" 801 class="jd-inheritedlinks"> 802 </div> 803 <div id="inherited-fields-android.view.ViewGroup.LayoutParams-summary" style="display: none;"> 804 <table class="jd-sumtable-expando responsive"> 805 806 807 808 <tr class="api apilevel-" > 809 <td><code> 810 public 811 812 813 int</code></td> 814 <td width="100%"> 815 <code>height</code> 816 <p> 817 818 819</p> 820 </td> 821 </tr> 822 823 824 <tr class="api apilevel-" > 825 <td><code> 826 public 827 828 829 LayoutAnimationController.AnimationParameters</code></td> 830 <td width="100%"> 831 <code>layoutAnimationParameters</code> 832 <p> 833 834 835</p> 836 </td> 837 </tr> 838 839 840 <tr class="api apilevel-" > 841 <td><code> 842 public 843 844 845 int</code></td> 846 <td width="100%"> 847 <code>width</code> 848 <p> 849 850 851</p> 852 </td> 853 </tr> 854 855 856</table> 857 </div> 858 </div> 859 </td></tr> 860 861 862 863 864</table> 865 866 867 868 869<!-- ======== CONSTRUCTOR SUMMARY ======== --> 870<table id="pubctors" class="responsive constructors"> 871<tr><th colspan="2"><h3>Public constructors</h3></th></tr> 872 873 874 875 876 <tr class="api apilevel-" > 877 878 879 <td width="100%"> 880 <code> 881 <a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html#BoxInsetLayout.LayoutParams(android.content.Context, android.util.AttributeSet)">BoxInsetLayout.LayoutParams</a>(Context context, AttributeSet attrs) 882 </code> 883 884 </td> 885 </tr> 886 887 888 889 <tr class="api apilevel-" > 890 891 892 <td width="100%"> 893 <code> 894 <a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html#BoxInsetLayout.LayoutParams(int, int)">BoxInsetLayout.LayoutParams</a>(int width, int height) 895 </code> 896 897 </td> 898 </tr> 899 900 901 902 <tr class="api apilevel-" > 903 904 905 <td width="100%"> 906 <code> 907 <a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html#BoxInsetLayout.LayoutParams(int, int, int)">BoxInsetLayout.LayoutParams</a>(int width, int height, int gravity) 908 </code> 909 910 </td> 911 </tr> 912 913 914 915 <tr class="api apilevel-" > 916 917 918 <td width="100%"> 919 <code> 920 <a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html#BoxInsetLayout.LayoutParams(int, int, int, int)">BoxInsetLayout.LayoutParams</a>(int width, int height, int gravity, int boxed) 921 </code> 922 923 </td> 924 </tr> 925 926 927 928 <tr class="api apilevel-" > 929 930 931 <td width="100%"> 932 <code> 933 <a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html#BoxInsetLayout.LayoutParams(android.view.ViewGroup.LayoutParams)">BoxInsetLayout.LayoutParams</a>(ViewGroup.LayoutParams source) 934 </code> 935 936 </td> 937 </tr> 938 939 940 941 <tr class="api apilevel-" > 942 943 944 <td width="100%"> 945 <code> 946 <a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html#BoxInsetLayout.LayoutParams(android.view.ViewGroup.MarginLayoutParams)">BoxInsetLayout.LayoutParams</a>(ViewGroup.MarginLayoutParams source) 947 </code> 948 949 </td> 950 </tr> 951 952 953 954 <tr class="api apilevel-" > 955 956 957 <td width="100%"> 958 <code> 959 <a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html#BoxInsetLayout.LayoutParams(android.widget.FrameLayout.LayoutParams)">BoxInsetLayout.LayoutParams</a>(FrameLayout.LayoutParams source) 960 </code> 961 962 </td> 963 </tr> 964 965 966 967 <tr class="api apilevel-" > 968 969 970 <td width="100%"> 971 <code> 972 <a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html#BoxInsetLayout.LayoutParams(android.support.wearable.view.BoxInsetLayout.LayoutParams)">BoxInsetLayout.LayoutParams</a>(<a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html">BoxInsetLayout.LayoutParams</a> source) 973 </code> 974 975 </td> 976 </tr> 977 978 979 980</table> 981 982 983 984 985 986 987 988 989 990 991 992<!-- ========== METHOD SUMMARY =========== --> 993<table id="inhmethods" class="methods inhtable"> 994<tr><th><h3>Inherited methods</h3></th></tr> 995 996 997 998 999<tr class="api apilevel-" > 1000<td colspan="2"> 1001 1002 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup.MarginLayoutParams" class="jd-expando-trigger closed" 1003 ><img height="34" id="inherited-methods-android.view.ViewGroup.MarginLayoutParams-trigger" 1004 src="/assets/images/styles/disclosure_down.png" 1005 class="jd-expando-trigger-img" /></a>From 1006class 1007<code> 1008 1009 android.view.ViewGroup.MarginLayoutParams 1010 1011</code> 1012<div id="inherited-methods-android.view.ViewGroup.MarginLayoutParams"> 1013 <div id="inherited-methods-android.view.ViewGroup.MarginLayoutParams-list" 1014 class="jd-inheritedlinks"> 1015 </div> 1016 <div id="inherited-methods-android.view.ViewGroup.MarginLayoutParams-summary" style="display: none;"> 1017 <table class="jd-sumtable-expando responsive"> 1018 1019 1020 1021 1022 <tr class="api apilevel-" > 1023 1024 1025 <td><code> 1026 1027 1028 1029 final 1030 1031 void</code> 1032 </td> 1033 1034 <td width="100%"> 1035 <code> 1036 copyMarginsFrom(ViewGroup.MarginLayoutParams arg0) 1037 </code> 1038 1039 </td> 1040 </tr> 1041 1042 1043 1044 <tr class="api apilevel-" > 1045 1046 1047 <td><code> 1048 1049 1050 1051 1052 1053 void</code> 1054 </td> 1055 1056 <td width="100%"> 1057 <code> 1058 encodeProperties(ViewHierarchyEncoder arg0) 1059 </code> 1060 1061 </td> 1062 </tr> 1063 1064 1065 1066 <tr class="api apilevel-" > 1067 1068 1069 <td><code> 1070 1071 1072 1073 1074 1075 int</code> 1076 </td> 1077 1078 <td width="100%"> 1079 <code> 1080 getLayoutDirection() 1081 </code> 1082 1083 </td> 1084 </tr> 1085 1086 1087 1088 <tr class="api apilevel-" > 1089 1090 1091 <td><code> 1092 1093 1094 1095 1096 1097 int</code> 1098 </td> 1099 1100 <td width="100%"> 1101 <code> 1102 getMarginEnd() 1103 </code> 1104 1105 </td> 1106 </tr> 1107 1108 1109 1110 <tr class="api apilevel-" > 1111 1112 1113 <td><code> 1114 1115 1116 1117 1118 1119 int</code> 1120 </td> 1121 1122 <td width="100%"> 1123 <code> 1124 getMarginStart() 1125 </code> 1126 1127 </td> 1128 </tr> 1129 1130 1131 1132 <tr class="api apilevel-" > 1133 1134 1135 <td><code> 1136 1137 1138 1139 1140 1141 boolean</code> 1142 </td> 1143 1144 <td width="100%"> 1145 <code> 1146 isLayoutRtl() 1147 </code> 1148 1149 </td> 1150 </tr> 1151 1152 1153 1154 <tr class="api apilevel-" > 1155 1156 1157 <td><code> 1158 1159 1160 1161 1162 1163 boolean</code> 1164 </td> 1165 1166 <td width="100%"> 1167 <code> 1168 isMarginRelative() 1169 </code> 1170 1171 </td> 1172 </tr> 1173 1174 1175 1176 <tr class="api apilevel-" > 1177 1178 1179 <td><code> 1180 1181 1182 1183 1184 1185 void</code> 1186 </td> 1187 1188 <td width="100%"> 1189 <code> 1190 onDebugDraw(View arg0, Canvas arg1, Paint arg2) 1191 </code> 1192 1193 </td> 1194 </tr> 1195 1196 1197 1198 <tr class="api apilevel-" > 1199 1200 1201 <td><code> 1202 1203 1204 1205 1206 1207 void</code> 1208 </td> 1209 1210 <td width="100%"> 1211 <code> 1212 resolveLayoutDirection(int arg0) 1213 </code> 1214 1215 </td> 1216 </tr> 1217 1218 1219 1220 <tr class="api apilevel-" > 1221 1222 1223 <td><code> 1224 1225 1226 1227 1228 1229 void</code> 1230 </td> 1231 1232 <td width="100%"> 1233 <code> 1234 setLayoutDirection(int arg0) 1235 </code> 1236 1237 </td> 1238 </tr> 1239 1240 1241 1242 <tr class="api apilevel-" > 1243 1244 1245 <td><code> 1246 1247 1248 1249 1250 1251 void</code> 1252 </td> 1253 1254 <td width="100%"> 1255 <code> 1256 setMarginEnd(int arg0) 1257 </code> 1258 1259 </td> 1260 </tr> 1261 1262 1263 1264 <tr class="api apilevel-" > 1265 1266 1267 <td><code> 1268 1269 1270 1271 1272 1273 void</code> 1274 </td> 1275 1276 <td width="100%"> 1277 <code> 1278 setMarginStart(int arg0) 1279 </code> 1280 1281 </td> 1282 </tr> 1283 1284 1285 1286 <tr class="api apilevel-" > 1287 1288 1289 <td><code> 1290 1291 1292 1293 1294 1295 void</code> 1296 </td> 1297 1298 <td width="100%"> 1299 <code> 1300 setMargins(int arg0, int arg1, int arg2, int arg3) 1301 </code> 1302 1303 </td> 1304 </tr> 1305 1306 1307 1308 <tr class="api apilevel-" > 1309 1310 1311 <td><code> 1312 1313 1314 1315 1316 1317 void</code> 1318 </td> 1319 1320 <td width="100%"> 1321 <code> 1322 setMarginsRelative(int arg0, int arg1, int arg2, int arg3) 1323 </code> 1324 1325 </td> 1326 </tr> 1327 1328 1329 1330 </table> 1331 </div> 1332</div> 1333</td></tr> 1334 1335 1336 1337<tr class="api apilevel-" > 1338<td colspan="2"> 1339 1340 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-android.view.ViewGroup.LayoutParams" class="jd-expando-trigger closed" 1341 ><img height="34" id="inherited-methods-android.view.ViewGroup.LayoutParams-trigger" 1342 src="/assets/images/styles/disclosure_down.png" 1343 class="jd-expando-trigger-img" /></a>From 1344class 1345<code> 1346 1347 android.view.ViewGroup.LayoutParams 1348 1349</code> 1350<div id="inherited-methods-android.view.ViewGroup.LayoutParams"> 1351 <div id="inherited-methods-android.view.ViewGroup.LayoutParams-list" 1352 class="jd-inheritedlinks"> 1353 </div> 1354 <div id="inherited-methods-android.view.ViewGroup.LayoutParams-summary" style="display: none;"> 1355 <table class="jd-sumtable-expando responsive"> 1356 1357 1358 1359 1360 <tr class="api apilevel-" > 1361 1362 1363 <td><code> 1364 1365 1366 1367 1368 1369 String</code> 1370 </td> 1371 1372 <td width="100%"> 1373 <code> 1374 debug(String arg0) 1375 </code> 1376 1377 </td> 1378 </tr> 1379 1380 1381 1382 <tr class="api apilevel-" > 1383 1384 1385 <td><code> 1386 1387 1388 1389 1390 1391 void</code> 1392 </td> 1393 1394 <td width="100%"> 1395 <code> 1396 encodeProperties(ViewHierarchyEncoder arg0) 1397 </code> 1398 1399 </td> 1400 </tr> 1401 1402 1403 1404 <tr class="api apilevel-" > 1405 1406 1407 <td><code> 1408 1409 1410 1411 1412 1413 void</code> 1414 </td> 1415 1416 <td width="100%"> 1417 <code> 1418 onDebugDraw(View arg0, Canvas arg1, Paint arg2) 1419 </code> 1420 1421 </td> 1422 </tr> 1423 1424 1425 1426 <tr class="api apilevel-" > 1427 1428 1429 <td><code> 1430 1431 1432 1433 1434 1435 void</code> 1436 </td> 1437 1438 <td width="100%"> 1439 <code> 1440 resolveLayoutDirection(int arg0) 1441 </code> 1442 1443 </td> 1444 </tr> 1445 1446 1447 1448 <tr class="api apilevel-" > 1449 1450 1451 <td><code> 1452 1453 1454 1455 1456 1457 void</code> 1458 </td> 1459 1460 <td width="100%"> 1461 <code> 1462 setBaseAttributes(TypedArray arg0, int arg1, int arg2) 1463 </code> 1464 1465 </td> 1466 </tr> 1467 1468 1469 1470 <tr class="api apilevel-" > 1471 1472 1473 <td><code> 1474 1475 1476 static 1477 1478 1479 String</code> 1480 </td> 1481 1482 <td width="100%"> 1483 <code> 1484 sizeToString(int arg0) 1485 </code> 1486 1487 </td> 1488 </tr> 1489 1490 1491 1492 </table> 1493 </div> 1494</div> 1495</td></tr> 1496 1497 1498 1499<tr class="api apilevel-" > 1500<td colspan="2"> 1501 1502 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed" 1503 ><img height="34" id="inherited-methods-java.lang.Object-trigger" 1504 src="/assets/images/styles/disclosure_down.png" 1505 class="jd-expando-trigger-img" /></a>From 1506class 1507<code> 1508 1509 java.lang.Object 1510 1511</code> 1512<div id="inherited-methods-java.lang.Object"> 1513 <div id="inherited-methods-java.lang.Object-list" 1514 class="jd-inheritedlinks"> 1515 </div> 1516 <div id="inherited-methods-java.lang.Object-summary" style="display: none;"> 1517 <table class="jd-sumtable-expando responsive"> 1518 1519 1520 1521 1522 <tr class="api apilevel-" > 1523 1524 1525 <td><code> 1526 1527 1528 1529 1530 1531 Object</code> 1532 </td> 1533 1534 <td width="100%"> 1535 <code> 1536 clone() 1537 </code> 1538 1539 </td> 1540 </tr> 1541 1542 1543 1544 <tr class="api apilevel-" > 1545 1546 1547 <td><code> 1548 1549 1550 1551 1552 1553 boolean</code> 1554 </td> 1555 1556 <td width="100%"> 1557 <code> 1558 equals(Object arg0) 1559 </code> 1560 1561 </td> 1562 </tr> 1563 1564 1565 1566 <tr class="api apilevel-" > 1567 1568 1569 <td><code> 1570 1571 1572 1573 1574 1575 void</code> 1576 </td> 1577 1578 <td width="100%"> 1579 <code> 1580 finalize() 1581 </code> 1582 1583 </td> 1584 </tr> 1585 1586 1587 1588 <tr class="api apilevel-" > 1589 1590 1591 <td><code> 1592 1593 1594 1595 final 1596 1597 Class<?></code> 1598 </td> 1599 1600 <td width="100%"> 1601 <code> 1602 getClass() 1603 </code> 1604 1605 </td> 1606 </tr> 1607 1608 1609 1610 <tr class="api apilevel-" > 1611 1612 1613 <td><code> 1614 1615 1616 1617 1618 1619 int</code> 1620 </td> 1621 1622 <td width="100%"> 1623 <code> 1624 hashCode() 1625 </code> 1626 1627 </td> 1628 </tr> 1629 1630 1631 1632 <tr class="api apilevel-" > 1633 1634 1635 <td><code> 1636 1637 1638 1639 final 1640 1641 void</code> 1642 </td> 1643 1644 <td width="100%"> 1645 <code> 1646 notify() 1647 </code> 1648 1649 </td> 1650 </tr> 1651 1652 1653 1654 <tr class="api apilevel-" > 1655 1656 1657 <td><code> 1658 1659 1660 1661 final 1662 1663 void</code> 1664 </td> 1665 1666 <td width="100%"> 1667 <code> 1668 notifyAll() 1669 </code> 1670 1671 </td> 1672 </tr> 1673 1674 1675 1676 <tr class="api apilevel-" > 1677 1678 1679 <td><code> 1680 1681 1682 1683 1684 1685 String</code> 1686 </td> 1687 1688 <td width="100%"> 1689 <code> 1690 toString() 1691 </code> 1692 1693 </td> 1694 </tr> 1695 1696 1697 1698 <tr class="api apilevel-" > 1699 1700 1701 <td><code> 1702 1703 1704 1705 final 1706 1707 void</code> 1708 </td> 1709 1710 <td width="100%"> 1711 <code> 1712 wait(long arg0, int arg1) 1713 </code> 1714 1715 </td> 1716 </tr> 1717 1718 1719 1720 <tr class="api apilevel-" > 1721 1722 1723 <td><code> 1724 1725 1726 1727 final 1728 1729 void</code> 1730 </td> 1731 1732 <td width="100%"> 1733 <code> 1734 wait(long arg0) 1735 </code> 1736 1737 </td> 1738 </tr> 1739 1740 1741 1742 <tr class="api apilevel-" > 1743 1744 1745 <td><code> 1746 1747 1748 1749 final 1750 1751 void</code> 1752 </td> 1753 1754 <td width="100%"> 1755 <code> 1756 wait() 1757 </code> 1758 1759 </td> 1760 </tr> 1761 1762 1763 1764 </table> 1765 </div> 1766</div> 1767</td></tr> 1768 1769 1770</table> 1771 1772 1773 1774<!-- XML Attributes --> 1775 1776 1777<!-- Enum Values --> 1778 1779 1780<!-- Constants --> 1781 1782 1783<!-- ========= ENUM CONSTANTS DETAIL ======== --> 1784<h2 class="api-section">Constants</h2> 1785 1786 1787 1788 1789<A NAME="BOX_ALL"></A> 1790 1791<div class="api apilevel-"> 1792 <h3 class="api-name">BOX_ALL</h3> 1793 <div class="api-level"> 1794 1795 1796 1797 1798 </div> 1799<pre class="api-signature no-pretty-print"> 1800int BOX_ALL</pre> 1801 1802 1803 1804 1805 <p></p> 1806 1807 1808 <p>Constant Value: 1809 1810 15 1811 (0x0000000f) 1812 1813 1814</div> 1815 1816 1817 1818<A NAME="BOX_BOTTOM"></A> 1819 1820<div class="api apilevel-"> 1821 <h3 class="api-name">BOX_BOTTOM</h3> 1822 <div class="api-level"> 1823 1824 1825 1826 1827 </div> 1828<pre class="api-signature no-pretty-print"> 1829int BOX_BOTTOM</pre> 1830 1831 1832 1833 1834 <p></p> 1835 1836 1837 <p>Constant Value: 1838 1839 8 1840 (0x00000008) 1841 1842 1843</div> 1844 1845 1846 1847<A NAME="BOX_LEFT"></A> 1848 1849<div class="api apilevel-"> 1850 <h3 class="api-name">BOX_LEFT</h3> 1851 <div class="api-level"> 1852 1853 1854 1855 1856 </div> 1857<pre class="api-signature no-pretty-print"> 1858int BOX_LEFT</pre> 1859 1860 1861 1862 1863 <p></p> 1864 1865 1866 <p>Constant Value: 1867 1868 1 1869 (0x00000001) 1870 1871 1872</div> 1873 1874 1875 1876<A NAME="BOX_NONE"></A> 1877 1878<div class="api apilevel-"> 1879 <h3 class="api-name">BOX_NONE</h3> 1880 <div class="api-level"> 1881 1882 1883 1884 1885 </div> 1886<pre class="api-signature no-pretty-print"> 1887int BOX_NONE</pre> 1888 1889 1890 1891 1892 <p></p> 1893 1894 1895 <p>Constant Value: 1896 1897 0 1898 (0x00000000) 1899 1900 1901</div> 1902 1903 1904 1905<A NAME="BOX_RIGHT"></A> 1906 1907<div class="api apilevel-"> 1908 <h3 class="api-name">BOX_RIGHT</h3> 1909 <div class="api-level"> 1910 1911 1912 1913 1914 </div> 1915<pre class="api-signature no-pretty-print"> 1916int BOX_RIGHT</pre> 1917 1918 1919 1920 1921 <p></p> 1922 1923 1924 <p>Constant Value: 1925 1926 4 1927 (0x00000004) 1928 1929 1930</div> 1931 1932 1933 1934<A NAME="BOX_TOP"></A> 1935 1936<div class="api apilevel-"> 1937 <h3 class="api-name">BOX_TOP</h3> 1938 <div class="api-level"> 1939 1940 1941 1942 1943 </div> 1944<pre class="api-signature no-pretty-print"> 1945int BOX_TOP</pre> 1946 1947 1948 1949 1950 <p></p> 1951 1952 1953 <p>Constant Value: 1954 1955 2 1956 (0x00000002) 1957 1958 1959</div> 1960 1961 1962 1963 1964<!-- Fields --> 1965 1966 1967<!-- ========= FIELD DETAIL ======== --> 1968<h2 class="api-section">Fields</h2> 1969 1970 1971 1972 1973<A NAME="boxedEdges"></A> 1974 1975<div class="api apilevel-"> 1976 <h3 class="api-name">boxedEdges</h3> 1977 <div class="api-level"> 1978 1979 1980 1981 1982 </div> 1983<pre class="api-signature no-pretty-print"> 1984int boxedEdges</pre> 1985 1986 1987 1988 1989 <p></p> 1990 1991 1992</div> 1993 1994 1995 1996 1997<!-- Public ctors --> 1998 1999 2000<!-- ========= CONSTRUCTOR DETAIL ======== --> 2001<h2 class="api-section">Public constructors</h2> 2002 2003 2004 2005<A NAME="BoxInsetLayout.LayoutParams(android.content.Context, android.util.AttributeSet)"></A> 2006 2007<div class="api apilevel-"> 2008 <h3 class="api-name">BoxInsetLayout.LayoutParams</h3> 2009 <div class="api-level"> 2010 <div></div> 2011 2012 2013 2014 </div> 2015<pre class="api-signature no-pretty-print"> 2016BoxInsetLayout.LayoutParams (Context context, 2017 AttributeSet attrs)</pre> 2018 2019 2020 2021 2022 <p></p> 2023 <table class="responsive"> 2024 <tr><th colspan=2>Parameters</th></tr> 2025 <tr> 2026 <td><code>context</code></td> 2027 <td width="100%"> 2028 <code>Context</code> 2029 <!-- no parameter comment --></td> 2030 </tr> 2031 <tr> 2032 <td><code>attrs</code></td> 2033 <td width="100%"> 2034 <code>AttributeSet</code> 2035 <!-- no parameter comment --></td> 2036 </tr> 2037 </table> 2038 2039</div> 2040 2041 2042<A NAME="BoxInsetLayout.LayoutParams(int, int)"></A> 2043 2044<div class="api apilevel-"> 2045 <h3 class="api-name">BoxInsetLayout.LayoutParams</h3> 2046 <div class="api-level"> 2047 <div></div> 2048 2049 2050 2051 </div> 2052<pre class="api-signature no-pretty-print"> 2053BoxInsetLayout.LayoutParams (int width, 2054 int height)</pre> 2055 2056 2057 2058 2059 <p></p> 2060 <table class="responsive"> 2061 <tr><th colspan=2>Parameters</th></tr> 2062 <tr> 2063 <td><code>width</code></td> 2064 <td width="100%"> 2065 <code>int</code> 2066 <!-- no parameter comment --></td> 2067 </tr> 2068 <tr> 2069 <td><code>height</code></td> 2070 <td width="100%"> 2071 <code>int</code> 2072 <!-- no parameter comment --></td> 2073 </tr> 2074 </table> 2075 2076</div> 2077 2078 2079<A NAME="BoxInsetLayout.LayoutParams(int, int, int)"></A> 2080 2081<div class="api apilevel-"> 2082 <h3 class="api-name">BoxInsetLayout.LayoutParams</h3> 2083 <div class="api-level"> 2084 <div></div> 2085 2086 2087 2088 </div> 2089<pre class="api-signature no-pretty-print"> 2090BoxInsetLayout.LayoutParams (int width, 2091 int height, 2092 int gravity)</pre> 2093 2094 2095 2096 2097 <p></p> 2098 <table class="responsive"> 2099 <tr><th colspan=2>Parameters</th></tr> 2100 <tr> 2101 <td><code>width</code></td> 2102 <td width="100%"> 2103 <code>int</code> 2104 <!-- no parameter comment --></td> 2105 </tr> 2106 <tr> 2107 <td><code>height</code></td> 2108 <td width="100%"> 2109 <code>int</code> 2110 <!-- no parameter comment --></td> 2111 </tr> 2112 <tr> 2113 <td><code>gravity</code></td> 2114 <td width="100%"> 2115 <code>int</code> 2116 <!-- no parameter comment --></td> 2117 </tr> 2118 </table> 2119 2120</div> 2121 2122 2123<A NAME="BoxInsetLayout.LayoutParams(int, int, int, int)"></A> 2124 2125<div class="api apilevel-"> 2126 <h3 class="api-name">BoxInsetLayout.LayoutParams</h3> 2127 <div class="api-level"> 2128 <div></div> 2129 2130 2131 2132 </div> 2133<pre class="api-signature no-pretty-print"> 2134BoxInsetLayout.LayoutParams (int width, 2135 int height, 2136 int gravity, 2137 int boxed)</pre> 2138 2139 2140 2141 2142 <p></p> 2143 <table class="responsive"> 2144 <tr><th colspan=2>Parameters</th></tr> 2145 <tr> 2146 <td><code>width</code></td> 2147 <td width="100%"> 2148 <code>int</code> 2149 <!-- no parameter comment --></td> 2150 </tr> 2151 <tr> 2152 <td><code>height</code></td> 2153 <td width="100%"> 2154 <code>int</code> 2155 <!-- no parameter comment --></td> 2156 </tr> 2157 <tr> 2158 <td><code>gravity</code></td> 2159 <td width="100%"> 2160 <code>int</code> 2161 <!-- no parameter comment --></td> 2162 </tr> 2163 <tr> 2164 <td><code>boxed</code></td> 2165 <td width="100%"> 2166 <code>int</code> 2167 <!-- no parameter comment --></td> 2168 </tr> 2169 </table> 2170 2171</div> 2172 2173 2174<A NAME="BoxInsetLayout.LayoutParams(android.view.ViewGroup.LayoutParams)"></A> 2175 2176<div class="api apilevel-"> 2177 <h3 class="api-name">BoxInsetLayout.LayoutParams</h3> 2178 <div class="api-level"> 2179 <div></div> 2180 2181 2182 2183 </div> 2184<pre class="api-signature no-pretty-print"> 2185BoxInsetLayout.LayoutParams (ViewGroup.LayoutParams source)</pre> 2186 2187 2188 2189 2190 <p></p> 2191 <table class="responsive"> 2192 <tr><th colspan=2>Parameters</th></tr> 2193 <tr> 2194 <td><code>source</code></td> 2195 <td width="100%"> 2196 <code>ViewGroup.LayoutParams</code> 2197 <!-- no parameter comment --></td> 2198 </tr> 2199 </table> 2200 2201</div> 2202 2203 2204<A NAME="BoxInsetLayout.LayoutParams(android.view.ViewGroup.MarginLayoutParams)"></A> 2205 2206<div class="api apilevel-"> 2207 <h3 class="api-name">BoxInsetLayout.LayoutParams</h3> 2208 <div class="api-level"> 2209 <div></div> 2210 2211 2212 2213 </div> 2214<pre class="api-signature no-pretty-print"> 2215BoxInsetLayout.LayoutParams (ViewGroup.MarginLayoutParams source)</pre> 2216 2217 2218 2219 2220 <p></p> 2221 <table class="responsive"> 2222 <tr><th colspan=2>Parameters</th></tr> 2223 <tr> 2224 <td><code>source</code></td> 2225 <td width="100%"> 2226 <code>ViewGroup.MarginLayoutParams</code> 2227 <!-- no parameter comment --></td> 2228 </tr> 2229 </table> 2230 2231</div> 2232 2233 2234<A NAME="BoxInsetLayout.LayoutParams(android.widget.FrameLayout.LayoutParams)"></A> 2235 2236<div class="api apilevel-"> 2237 <h3 class="api-name">BoxInsetLayout.LayoutParams</h3> 2238 <div class="api-level"> 2239 <div></div> 2240 2241 2242 2243 </div> 2244<pre class="api-signature no-pretty-print"> 2245BoxInsetLayout.LayoutParams (FrameLayout.LayoutParams source)</pre> 2246 2247 2248 2249 2250 <p></p> 2251 <table class="responsive"> 2252 <tr><th colspan=2>Parameters</th></tr> 2253 <tr> 2254 <td><code>source</code></td> 2255 <td width="100%"> 2256 <code>FrameLayout.LayoutParams</code> 2257 <!-- no parameter comment --></td> 2258 </tr> 2259 </table> 2260 2261</div> 2262 2263 2264<A NAME="BoxInsetLayout.LayoutParams(android.support.wearable.view.BoxInsetLayout.LayoutParams)"></A> 2265 2266<div class="api apilevel-"> 2267 <h3 class="api-name">BoxInsetLayout.LayoutParams</h3> 2268 <div class="api-level"> 2269 <div></div> 2270 2271 2272 2273 </div> 2274<pre class="api-signature no-pretty-print"> 2275BoxInsetLayout.LayoutParams (<a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html">BoxInsetLayout.LayoutParams</a> source)</pre> 2276 2277 2278 2279 2280 <p></p> 2281 <table class="responsive"> 2282 <tr><th colspan=2>Parameters</th></tr> 2283 <tr> 2284 <td><code>source</code></td> 2285 <td width="100%"> 2286 <code>BoxInsetLayout.LayoutParams</code> 2287 <!-- no parameter comment --></td> 2288 </tr> 2289 </table> 2290 2291</div> 2292 2293 2294 2295 2296 2297<!-- ========= CONSTRUCTOR DETAIL ======== --> 2298<!-- Protected ctors --> 2299 2300 2301 2302<!-- ========= METHOD DETAIL ======== --> 2303<!-- Public methdos --> 2304 2305 2306 2307<!-- ========= METHOD DETAIL ======== --> 2308 2309 2310 2311<!-- ========= END OF CLASS DATA ========= --> 2312 2313</div><!-- end jd-content --> 2314 2315 2316 2317<div class="data-reference-resources-wrapper"> 2318 2319 <ul data-reference-resources> 2320 2321 2322 <li><h2>Interfaces</h2> 2323 <ul> 2324 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/ActionChooserView.ActionChooserListener.html">ActionChooserView.ActionChooserListener</a></li> 2325 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/DelayedConfirmationView.DelayedConfirmationListener.html">DelayedConfirmationView.DelayedConfirmationListener</a></li> 2326 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/GridPageOptions.html">GridPageOptions</a></li> 2327 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/GridPageOptions.BackgroundListener.html">GridPageOptions.BackgroundListener</a></li> 2328 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/GridViewPager.OnAdapterChangeListener.html">GridViewPager.OnAdapterChangeListener</a></li> 2329 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/GridViewPager.OnPageChangeListener.html">GridViewPager.OnPageChangeListener</a></li> 2330 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/WatchViewStub.OnLayoutInflatedListener.html">WatchViewStub.OnLayoutInflatedListener</a></li> 2331 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/WearableListView.ClickListener.html">WearableListView.ClickListener</a></li> 2332 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/WearableListView.OnCenterProximityListener.html">WearableListView.OnCenterProximityListener</a></li> 2333 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/WearableListView.OnCentralPositionChangedListener.html">WearableListView.OnCentralPositionChangedListener</a></li> 2334 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/WearableListView.OnScrollListener.html">WearableListView.OnScrollListener</a></li> 2335 </ul> 2336 </li> 2337 2338 <li><h2>Classes</h2> 2339 <ul> 2340 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/ActionChooserView.html">ActionChooserView</a></li> 2341 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/ActionLabel.html">ActionLabel</a></li> 2342 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/ActionPage.html">ActionPage</a></li> 2343 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/BoxInsetLayout.html">BoxInsetLayout</a></li> 2344 <li class="selected api apilevel-"><a href="/reference/android/support/wearable/view/BoxInsetLayout.LayoutParams.html">BoxInsetLayout.LayoutParams</a></li> 2345 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/CardFragment.html">CardFragment</a></li> 2346 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/CardFrame.html">CardFrame</a></li> 2347 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/CardScrollView.html">CardScrollView</a></li> 2348 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/CircledImageView.html">CircledImageView</a></li> 2349 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/CircularButton.html">CircularButton</a></li> 2350 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/CrossfadeDrawable.html">CrossfadeDrawable</a></li> 2351 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/DelayedConfirmationView.html">DelayedConfirmationView</a></li> 2352 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/DismissOverlayView.html">DismissOverlayView</a></li> 2353 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/DotsPageIndicator.html">DotsPageIndicator</a></li> 2354 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/FragmentGridPagerAdapter.html">FragmentGridPagerAdapter</a></li> 2355 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/GridPagerAdapter.html">GridPagerAdapter</a></li> 2356 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/GridViewPager.html">GridViewPager</a></li> 2357 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/GridViewPager.LayoutParams.html">GridViewPager.LayoutParams</a></li> 2358 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/ProgressSpinner.html">ProgressSpinner</a></li> 2359 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/SimpleAnimatorListener.html">SimpleAnimatorListener</a></li> 2360 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/WatchViewStub.html">WatchViewStub</a></li> 2361 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/WearableFrameLayout.html">WearableFrameLayout</a></li> 2362 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/WearableFrameLayout.LayoutParams.html">WearableFrameLayout.LayoutParams</a></li> 2363 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/WearableListView.html">WearableListView</a></li> 2364 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/WearableListView.Adapter.html">WearableListView.Adapter</a></li> 2365 <li class="api apilevel-"><a href="/reference/android/support/wearable/view/WearableListView.ViewHolder.html">WearableListView.ViewHolder</a></li> 2366 </ul> 2367 </li> 2368 2369 2370 2371 </ul> 2372 2373</div> 2374 2375 2376 2377</body> 2378</html> 2379