1<?xml version="1.0" encoding="iso-8859-1" standalone="no"?> 2<comments 3 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' 4 xsi:noNamespaceSchemaLocation='comments.xsd' 5 name="25.0.0_to_25.1.0" 6 jdversion="1.1.0"> 7 8<!-- Use this file to enter an API change description. For example, when you remove a class, 9 you can enter a comment for that class that points developers to the replacement class. 10 You can also provide a change summary for modified API, to give an overview of the changes 11 why they were made, workarounds, etc. --> 12 13<!-- When the API diffs report is generated, the comments in this file get added to the tables of 14 removed, added, and modified packages, classes, methods, and fields. This file does not ship 15 with the final report. --> 16 17<!-- The id attribute in an identifier element identifies the change as noted in the report. 18 An id has the form package[.class[.[ctor|method|field].signature]], where [] indicates optional 19 text. A comment element can have multiple identifier elements, which will will cause the same 20 text to appear at each place in the report, but will be converted to separate comments when the 21 comments file is used. --> 22 23<!-- HTML tags in the text field will appear in the report. You also need to close p HTML elements, 24 used for paragraphs - see the top-level documentation. --> 25 26<!-- You can include standard javadoc links in your change descriptions. You can use the @first command 27 to cause jdiff to include the first line of the API documentation. You also need to close p HTML 28 elements, used for paragraphs - see the top-level documentation. --> 29 30<comment> 31 <identifier id="android.support.design.widget"/> 32 <text> 33 InsertCommentsHere 34 </text> 35</comment> 36<comment> 37 <identifier id="android.support.design.widget.BaseTransientBottomBar"/> 38 <text> 39 InsertCommentsHere 40 </text> 41</comment> 42<comment> 43 <identifier id="android.support.design.widget.BaseTransientBottomBar.BaseCallback"/> 44 <text> 45 InsertCommentsHere 46 </text> 47</comment> 48<comment> 49 <identifier id="android.support.design.widget.BaseTransientBottomBar.ContentViewCallback"/> 50 <text> 51 InsertCommentsHere 52 </text> 53</comment> 54<comment> 55 <identifier id="android.support.design.widget.BaseTransientBottomBar.dismiss_changed()"/> 56 <text> 57 InsertCommentsHere 58 </text> 59</comment> 60<comment> 61 <identifier id="android.support.design.widget.BaseTransientBottomBar.getDuration_changed()"/> 62 <text> 63 InsertCommentsHere 64 </text> 65</comment> 66<comment> 67 <identifier id="android.support.design.widget.BaseTransientBottomBar.getView_changed()"/> 68 <text> 69 InsertCommentsHere 70 </text> 71</comment> 72<comment> 73 <identifier id="android.support.design.widget.BaseTransientBottomBar.isShownOrQueued_changed()"/> 74 <text> 75 InsertCommentsHere 76 </text> 77</comment> 78<comment> 79 <identifier id="android.support.design.widget.BaseTransientBottomBar.isShown_changed()"/> 80 <text> 81 InsertCommentsHere 82 </text> 83</comment> 84<comment> 85 <identifier id="android.support.design.widget.BaseTransientBottomBar.setDuration_changed(int)"/> 86 <text> 87 InsertCommentsHere 88 </text> 89</comment> 90<comment> 91 <identifier id="android.support.design.widget.BaseTransientBottomBar.show_changed()"/> 92 <text> 93 InsertCommentsHere 94 </text> 95</comment> 96<comment> 97 <identifier id="android.support.design.widget.Snackbar"/> 98 <text> 99 InsertCommentsHere 100 </text> 101</comment> 102<comment> 103 <identifier id="android.support.design.widget.Snackbar.Callback"/> 104 <text> 105 InsertCommentsHere 106 </text> 107</comment> 108<comment> 109 <identifier id="android.support.design.widget.Snackbar.setCallback_changed(android.support.design.widget.Snackbar.Callback)"/> 110 <text> 111 InsertCommentsHere 112 </text> 113</comment> 114<comment> 115 <identifier id="android.support.design.widget.TextInputLayout"/> 116 <text> 117 InsertCommentsHere 118 </text> 119</comment> 120<comment> 121 <identifier id="android.support.design.widget.TextInputLayout.setErrorTextAppearance_added(int)"/> 122 <text> 123 InsertCommentsHere 124 </text> 125</comment> 126<comment> 127 <identifier id="android.support.graphics.drawable"/> 128 <text> 129 InsertCommentsHere 130 </text> 131</comment> 132<comment> 133 <identifier id="android.support.graphics.drawable.AnimatedVectorDrawableCompat"/> 134 <text> 135 InsertCommentsHere 136 </text> 137</comment> 138<comment> 139 <identifier id="android.support.v17.leanback.app"/> 140 <text> 141 InsertCommentsHere 142 </text> 143</comment> 144<comment> 145 <identifier id="android.support.v17.leanback.app.BackgroundManager"/> 146 <text> 147 InsertCommentsHere 148 </text> 149</comment> 150<comment> 151 <identifier id="android.support.v17.leanback.app.BackgroundManager.attachToView_added(android.view.View)"/> 152 <text> 153 InsertCommentsHere 154 </text> 155</comment> 156<comment> 157 <identifier id="android.support.v17.leanback.app.BackgroundManager.clearDrawable_added()"/> 158 <text> 159 InsertCommentsHere 160 </text> 161</comment> 162<comment> 163 <identifier id="android.support.v17.leanback.app.BackgroundManager.getDefaultDimLayer_changed()"/> 164 <text> 165 InsertCommentsHere 166 </text> 167</comment> 168<comment> 169 <identifier id="android.support.v17.leanback.app.BackgroundManager.getDimLayer_changed()"/> 170 <text> 171 InsertCommentsHere 172 </text> 173</comment> 174<comment> 175 <identifier id="android.support.v17.leanback.app.BackgroundManager.isAutoReleaseOnStop_added()"/> 176 <text> 177 InsertCommentsHere 178 </text> 179</comment> 180<comment> 181 <identifier id="android.support.v17.leanback.app.BackgroundManager.setAutoReleaseOnStop_added(boolean)"/> 182 <text> 183 InsertCommentsHere 184 </text> 185</comment> 186<comment> 187 <identifier id="android.support.v17.leanback.app.BackgroundManager.setDimLayer_changed(android.graphics.drawable.Drawable)"/> 188 <text> 189 InsertCommentsHere 190 </text> 191</comment> 192<comment> 193 <identifier id="android.support.v17.leanback.app.BaseRowFragment"/> 194 <text> 195 InsertCommentsHere 196 </text> 197</comment> 198<comment> 199 <identifier id="android.support.v17.leanback.app.BaseRowFragment.getVerticalGridView_added()"/> 200 <text> 201 InsertCommentsHere 202 </text> 203</comment> 204<comment> 205 <identifier id="android.support.v17.leanback.app.BaseRowSupportFragment"/> 206 <text> 207 InsertCommentsHere 208 </text> 209</comment> 210<comment> 211 <identifier id="android.support.v17.leanback.app.BaseRowSupportFragment.getVerticalGridView_added()"/> 212 <text> 213 InsertCommentsHere 214 </text> 215</comment> 216<comment> 217 <identifier id="android.support.v17.leanback.app.BrowseFragment"/> 218 <text> 219 InsertCommentsHere 220 </text> 221</comment> 222<comment> 223 <identifier id="android.support.v17.leanback.app.BrowseFragment.MainFragmentRowsAdapter"/> 224 <text> 225 InsertCommentsHere 226 </text> 227</comment> 228<comment> 229 <identifier id="android.support.v17.leanback.app.BrowseFragment.MainFragmentRowsAdapter.findRowViewHolderByPosition_added(int)"/> 230 <text> 231 InsertCommentsHere 232 </text> 233</comment> 234<comment> 235 <identifier id="android.support.v17.leanback.app.BrowseFragment.getMainFragment_added()"/> 236 <text> 237 InsertCommentsHere 238 </text> 239</comment> 240<comment> 241 <identifier id="android.support.v17.leanback.app.BrowseFragment.getSelectedRowViewHolder_added()"/> 242 <text> 243 InsertCommentsHere 244 </text> 245</comment> 246<comment> 247 <identifier id="android.support.v17.leanback.app.BrowseSupportFragment"/> 248 <text> 249 InsertCommentsHere 250 </text> 251</comment> 252<comment> 253 <identifier id="android.support.v17.leanback.app.BrowseSupportFragment.MainFragmentRowsAdapter"/> 254 <text> 255 InsertCommentsHere 256 </text> 257</comment> 258<comment> 259 <identifier id="android.support.v17.leanback.app.BrowseSupportFragment.MainFragmentRowsAdapter.findRowViewHolderByPosition_added(int)"/> 260 <text> 261 InsertCommentsHere 262 </text> 263</comment> 264<comment> 265 <identifier id="android.support.v17.leanback.app.BrowseSupportFragment.getMainFragment_added()"/> 266 <text> 267 InsertCommentsHere 268 </text> 269</comment> 270<comment> 271 <identifier id="android.support.v17.leanback.app.BrowseSupportFragment.getSelectedRowViewHolder_added()"/> 272 <text> 273 InsertCommentsHere 274 </text> 275</comment> 276<comment> 277 <identifier id="android.support.v17.leanback.app.GuidedStepFragment"/> 278 <text> 279 InsertCommentsHere 280 </text> 281</comment> 282<comment> 283 <identifier id="android.support.v17.leanback.app.GuidedStepFragment.collapseAction_added(boolean)"/> 284 <text> 285 InsertCommentsHere 286 </text> 287</comment> 288<comment> 289 <identifier id="android.support.v17.leanback.app.GuidedStepFragment.expandAction_added(android.support.v17.leanback.widget.GuidedAction, boolean)"/> 290 <text> 291 InsertCommentsHere 292 </text> 293</comment> 294<comment> 295 <identifier id="android.support.v17.leanback.app.GuidedStepFragment.isExpanded_added()"/> 296 <text> 297 InsertCommentsHere 298 </text> 299</comment> 300<comment> 301 <identifier id="android.support.v17.leanback.app.GuidedStepSupportFragment"/> 302 <text> 303 InsertCommentsHere 304 </text> 305</comment> 306<comment> 307 <identifier id="android.support.v17.leanback.app.GuidedStepSupportFragment.collapseAction_added(boolean)"/> 308 <text> 309 InsertCommentsHere 310 </text> 311</comment> 312<comment> 313 <identifier id="android.support.v17.leanback.app.GuidedStepSupportFragment.expandAction_added(android.support.v17.leanback.widget.GuidedAction, boolean)"/> 314 <text> 315 InsertCommentsHere 316 </text> 317</comment> 318<comment> 319 <identifier id="android.support.v17.leanback.app.GuidedStepSupportFragment.isExpanded_added()"/> 320 <text> 321 InsertCommentsHere 322 </text> 323</comment> 324<comment> 325 <identifier id="android.support.v17.leanback.app.MediaControllerGlue"/> 326 <text> 327 InsertCommentsHere 328 </text> 329</comment> 330<comment> 331 <identifier id="android.support.v17.leanback.app.MediaControllerGlue.ctor_added(android.content.Context, android.support.v17.leanback.app.PlaybackGlue.PlaybackGlueHost, int[], int[])"/> 332 <text> 333 InsertCommentsHere 334 </text> 335</comment> 336<comment> 337 <identifier id="android.support.v17.leanback.app.MediaControllerGlue.ctor_changed(android.content.Context, android.support.v17.leanback.app.PlaybackOverlayFragment, int[])"/> 338 <text> 339 InsertCommentsHere 340 </text> 341</comment> 342<comment> 343 <identifier id="android.support.v17.leanback.app.MediaControllerGlue.ctor_changed(android.content.Context, android.support.v17.leanback.app.PlaybackOverlayFragment, int[], int[])"/> 344 <text> 345 InsertCommentsHere 346 </text> 347</comment> 348<comment> 349 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue"/> 350 <text> 351 InsertCommentsHere 352 </text> 353</comment> 354<comment> 355 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.InputEventHandler"/> 356 <text> 357 InsertCommentsHere 358 </text> 359</comment> 360<comment> 361 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.createControlsRowAndPresenter_changed()"/> 362 <text> 363 InsertCommentsHere 364 </text> 365</comment> 366<comment> 367 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.createPrimaryActionsAdapter_changed(android.support.v17.leanback.widget.PresenterSelector)"/> 368 <text> 369 InsertCommentsHere 370 </text> 371</comment> 372<comment> 373 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.ctor_added(android.content.Context, android.support.v17.leanback.app.PlaybackGlue.PlaybackGlueHost, int[], int[])"/> 374 <text> 375 InsertCommentsHere 376 </text> 377</comment> 378<comment> 379 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.ctor_changed(android.content.Context, android.support.v17.leanback.app.PlaybackOverlayFragment, int[])"/> 380 <text> 381 InsertCommentsHere 382 </text> 383</comment> 384<comment> 385 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.ctor_changed(android.content.Context, android.support.v17.leanback.app.PlaybackOverlayFragment, int[], int[])"/> 386 <text> 387 InsertCommentsHere 388 </text> 389</comment> 390<comment> 391 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.enableProgressUpdating_changed(boolean)"/> 392 <text> 393 InsertCommentsHere 394 </text> 395</comment> 396<comment> 397 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.getControlsRow_changed()"/> 398 <text> 399 InsertCommentsHere 400 </text> 401</comment> 402<comment> 403 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.getCurrentPosition_changed()"/> 404 <text> 405 InsertCommentsHere 406 </text> 407</comment> 408<comment> 409 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.getCurrentSpeedId_changed()"/> 410 <text> 411 InsertCommentsHere 412 </text> 413</comment> 414<comment> 415 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.getFastForwardSpeeds_changed()"/> 416 <text> 417 InsertCommentsHere 418 </text> 419</comment> 420<comment> 421 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.getFragment_changed()"/> 422 <text> 423 InsertCommentsHere 424 </text> 425</comment> 426<comment> 427 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.getFragment_changed()"/> 428 <text> 429 InsertCommentsHere 430 </text> 431</comment> 432<comment> 433 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.getMediaArt_changed()"/> 434 <text> 435 InsertCommentsHere 436 </text> 437</comment> 438<comment> 439 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.getMediaDuration_changed()"/> 440 <text> 441 InsertCommentsHere 442 </text> 443</comment> 444<comment> 445 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.getMediaSubtitle_changed()"/> 446 <text> 447 InsertCommentsHere 448 </text> 449</comment> 450<comment> 451 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.getMediaTitle_changed()"/> 452 <text> 453 InsertCommentsHere 454 </text> 455</comment> 456<comment> 457 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.getOnItemViewClickedListener_changed()"/> 458 <text> 459 InsertCommentsHere 460 </text> 461</comment> 462<comment> 463 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.getOnItemViewClickedListener_changed()"/> 464 <text> 465 InsertCommentsHere 466 </text> 467</comment> 468<comment> 469 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.getRewindSpeeds_changed()"/> 470 <text> 471 InsertCommentsHere 472 </text> 473</comment> 474<comment> 475 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.getSupportedActions_changed()"/> 476 <text> 477 InsertCommentsHere 478 </text> 479</comment> 480<comment> 481 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.getUpdatePeriod_changed()"/> 482 <text> 483 InsertCommentsHere 484 </text> 485</comment> 486<comment> 487 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.hasValidMedia_changed()"/> 488 <text> 489 InsertCommentsHere 490 </text> 491</comment> 492<comment> 493 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.isFadingEnabled_changed()"/> 494 <text> 495 InsertCommentsHere 496 </text> 497</comment> 498<comment> 499 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.isMediaPlaying_changed()"/> 500 <text> 501 InsertCommentsHere 502 </text> 503</comment> 504<comment> 505 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.onActionClicked_changed(android.support.v17.leanback.widget.Action)"/> 506 <text> 507 InsertCommentsHere 508 </text> 509</comment> 510<comment> 511 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.onKey_changed(android.view.View, int, android.view.KeyEvent)"/> 512 <text> 513 InsertCommentsHere 514 </text> 515</comment> 516<comment> 517 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.onMetadataChanged_changed()"/> 518 <text> 519 InsertCommentsHere 520 </text> 521</comment> 522<comment> 523 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.onRowChanged_changed(android.support.v17.leanback.widget.PlaybackControlsRow)"/> 524 <text> 525 InsertCommentsHere 526 </text> 527</comment> 528<comment> 529 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.onRowChanged_changed(android.support.v17.leanback.widget.PlaybackControlsRow)"/> 530 <text> 531 InsertCommentsHere 532 </text> 533</comment> 534<comment> 535 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.onStateChanged_changed()"/> 536 <text> 537 InsertCommentsHere 538 </text> 539</comment> 540<comment> 541 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.pausePlayback_changed()"/> 542 <text> 543 InsertCommentsHere 544 </text> 545</comment> 546<comment> 547 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.pausePlayback_changed()"/> 548 <text> 549 InsertCommentsHere 550 </text> 551</comment> 552<comment> 553 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.pausePlayback_changed()"/> 554 <text> 555 InsertCommentsHere 556 </text> 557</comment> 558<comment> 559 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.setControlsRow_changed(android.support.v17.leanback.widget.PlaybackControlsRow)"/> 560 <text> 561 InsertCommentsHere 562 </text> 563</comment> 564<comment> 565 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.setFadingEnabled_changed(boolean)"/> 566 <text> 567 InsertCommentsHere 568 </text> 569</comment> 570<comment> 571 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.setOnItemViewClickedListener_changed(android.support.v17.leanback.widget.OnItemViewClickedListener)"/> 572 <text> 573 InsertCommentsHere 574 </text> 575</comment> 576<comment> 577 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.skipToNext_changed()"/> 578 <text> 579 InsertCommentsHere 580 </text> 581</comment> 582<comment> 583 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.skipToNext_changed()"/> 584 <text> 585 InsertCommentsHere 586 </text> 587</comment> 588<comment> 589 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.skipToNext_changed()"/> 590 <text> 591 InsertCommentsHere 592 </text> 593</comment> 594<comment> 595 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.skipToPrevious_changed()"/> 596 <text> 597 InsertCommentsHere 598 </text> 599</comment> 600<comment> 601 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.skipToPrevious_changed()"/> 602 <text> 603 InsertCommentsHere 604 </text> 605</comment> 606<comment> 607 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.skipToPrevious_changed()"/> 608 <text> 609 InsertCommentsHere 610 </text> 611</comment> 612<comment> 613 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.startPlayback_changed(int)"/> 614 <text> 615 InsertCommentsHere 616 </text> 617</comment> 618<comment> 619 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.startPlayback_changed(int)"/> 620 <text> 621 InsertCommentsHere 622 </text> 623</comment> 624<comment> 625 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.startPlayback_changed(int)"/> 626 <text> 627 InsertCommentsHere 628 </text> 629</comment> 630<comment> 631 <identifier id="android.support.v17.leanback.app.PlaybackControlGlue.updateProgress_changed()"/> 632 <text> 633 InsertCommentsHere 634 </text> 635</comment> 636<comment> 637 <identifier id="android.support.v17.leanback.app.PlaybackControlSupportGlue"/> 638 <text> 639 InsertCommentsHere 640 </text> 641</comment> 642<comment> 643 <identifier id="android.support.v17.leanback.app.PlaybackFragment"/> 644 <text> 645 InsertCommentsHere 646 </text> 647</comment> 648<comment> 649 <identifier id="android.support.v17.leanback.app.PlaybackFragment.OnFadeCompleteListener"/> 650 <text> 651 InsertCommentsHere 652 </text> 653</comment> 654<comment> 655 <identifier id="android.support.v17.leanback.app.PlaybackFragmentGlueHost"/> 656 <text> 657 InsertCommentsHere 658 </text> 659</comment> 660<comment> 661 <identifier id="android.support.v17.leanback.app.PlaybackGlue"/> 662 <text> 663 InsertCommentsHere 664 </text> 665</comment> 666<comment> 667 <identifier id="android.support.v17.leanback.app.PlaybackGlue.HostLifecycleCallback"/> 668 <text> 669 InsertCommentsHere 670 </text> 671</comment> 672<comment> 673 <identifier id="android.support.v17.leanback.app.PlaybackGlue.PlaybackGlueHost"/> 674 <text> 675 InsertCommentsHere 676 </text> 677</comment> 678<comment> 679 <identifier id="android.support.v17.leanback.app.PlaybackGlue.PlayerCallback"/> 680 <text> 681 InsertCommentsHere 682 </text> 683</comment> 684<comment> 685 <identifier id="android.support.v17.leanback.app.PlaybackGlue.getContext_changed()"/> 686 <text> 687 InsertCommentsHere 688 </text> 689</comment> 690<comment> 691 <identifier id="android.support.v17.leanback.app.PlaybackGlue.getContext_changed()"/> 692 <text> 693 InsertCommentsHere 694 </text> 695</comment> 696<comment> 697 <identifier id="android.support.v17.leanback.app.PlaybackOverlayFragment"/> 698 <text> 699 InsertCommentsHere 700 </text> 701</comment> 702<comment> 703 <identifier id="android.support.v17.leanback.app.PlaybackOverlayFragment.InputEventHandler"/> 704 <text> 705 InsertCommentsHere 706 </text> 707</comment> 708<comment> 709 <identifier id="android.support.v17.leanback.app.PlaybackOverlayFragment.InputEventHandler.handleInputEvent_removed(android.view.InputEvent)"/> 710 <text> 711 InsertCommentsHere 712 </text> 713</comment> 714<comment> 715 <identifier id="android.support.v17.leanback.app.PlaybackOverlayFragment.getEventHandler_added()"/> 716 <text> 717 InsertCommentsHere 718 </text> 719</comment> 720<comment> 721 <identifier id="android.support.v17.leanback.app.PlaybackOverlayFragment.getInputEventHandler_changed()"/> 722 <text> 723 InsertCommentsHere 724 </text> 725</comment> 726<comment> 727 <identifier id="android.support.v17.leanback.app.PlaybackOverlayFragment.setEventHandler_added(android.support.v17.leanback.app.PlaybackControlGlue.InputEventHandler)"/> 728 <text> 729 InsertCommentsHere 730 </text> 731</comment> 732<comment> 733 <identifier id="android.support.v17.leanback.app.PlaybackOverlayFragment.setInputEventHandler_changed(android.support.v17.leanback.app.PlaybackOverlayFragment.InputEventHandler)"/> 734 <text> 735 InsertCommentsHere 736 </text> 737</comment> 738<comment> 739 <identifier id="android.support.v17.leanback.app.PlaybackOverlaySupportFragment"/> 740 <text> 741 InsertCommentsHere 742 </text> 743</comment> 744<comment> 745 <identifier id="android.support.v17.leanback.app.PlaybackOverlaySupportFragment.InputEventHandler"/> 746 <text> 747 InsertCommentsHere 748 </text> 749</comment> 750<comment> 751 <identifier id="android.support.v17.leanback.app.PlaybackOverlaySupportFragment.InputEventHandler.handleInputEvent_removed(android.view.InputEvent)"/> 752 <text> 753 InsertCommentsHere 754 </text> 755</comment> 756<comment> 757 <identifier id="android.support.v17.leanback.app.PlaybackOverlaySupportFragment.getEventHandler_added()"/> 758 <text> 759 InsertCommentsHere 760 </text> 761</comment> 762<comment> 763 <identifier id="android.support.v17.leanback.app.PlaybackOverlaySupportFragment.getInputEventHandler_changed()"/> 764 <text> 765 InsertCommentsHere 766 </text> 767</comment> 768<comment> 769 <identifier id="android.support.v17.leanback.app.PlaybackOverlaySupportFragment.setEventHandler_added(android.support.v17.leanback.app.PlaybackControlGlue.InputEventHandler)"/> 770 <text> 771 InsertCommentsHere 772 </text> 773</comment> 774<comment> 775 <identifier id="android.support.v17.leanback.app.PlaybackOverlaySupportFragment.setInputEventHandler_changed(android.support.v17.leanback.app.PlaybackOverlaySupportFragment.InputEventHandler)"/> 776 <text> 777 InsertCommentsHere 778 </text> 779</comment> 780<comment> 781 <identifier id="android.support.v17.leanback.app.PlaybackSupportFragment"/> 782 <text> 783 InsertCommentsHere 784 </text> 785</comment> 786<comment> 787 <identifier id="android.support.v17.leanback.app.PlaybackSupportFragment.OnFadeCompleteListener"/> 788 <text> 789 InsertCommentsHere 790 </text> 791</comment> 792<comment> 793 <identifier id="android.support.v17.leanback.app.PlaybackSupportFragmentGlueHost"/> 794 <text> 795 InsertCommentsHere 796 </text> 797</comment> 798<comment> 799 <identifier id="android.support.v17.leanback.app.RowsFragment"/> 800 <text> 801 InsertCommentsHere 802 </text> 803</comment> 804<comment> 805 <identifier id="android.support.v17.leanback.app.RowsFragment.findRowViewHolderByPosition_added(int)"/> 806 <text> 807 InsertCommentsHere 808 </text> 809</comment> 810<comment> 811 <identifier id="android.support.v17.leanback.app.RowsSupportFragment"/> 812 <text> 813 InsertCommentsHere 814 </text> 815</comment> 816<comment> 817 <identifier id="android.support.v17.leanback.app.RowsSupportFragment.findRowViewHolderByPosition_added(int)"/> 818 <text> 819 InsertCommentsHere 820 </text> 821</comment> 822<comment> 823 <identifier id="android.support.v17.leanback.app.SearchFragment"/> 824 <text> 825 InsertCommentsHere 826 </text> 827</comment> 828<comment> 829 <identifier id="android.support.v17.leanback.app.SearchFragment.setSearchAffordanceColorsInListening_added(android.support.v17.leanback.widget.SearchOrbView.Colors)"/> 830 <text> 831 InsertCommentsHere 832 </text> 833</comment> 834<comment> 835 <identifier id="android.support.v17.leanback.app.SearchFragment.setSearchAffordanceColors_added(android.support.v17.leanback.widget.SearchOrbView.Colors)"/> 836 <text> 837 InsertCommentsHere 838 </text> 839</comment> 840<comment> 841 <identifier id="android.support.v17.leanback.app.SearchSupportFragment"/> 842 <text> 843 InsertCommentsHere 844 </text> 845</comment> 846<comment> 847 <identifier id="android.support.v17.leanback.app.SearchSupportFragment.setSearchAffordanceColorsInListening_added(android.support.v17.leanback.widget.SearchOrbView.Colors)"/> 848 <text> 849 InsertCommentsHere 850 </text> 851</comment> 852<comment> 853 <identifier id="android.support.v17.leanback.app.SearchSupportFragment.setSearchAffordanceColors_added(android.support.v17.leanback.widget.SearchOrbView.Colors)"/> 854 <text> 855 InsertCommentsHere 856 </text> 857</comment> 858<comment> 859 <identifier id="android.support.v17.leanback.app.SurfaceHolderGlueHost"/> 860 <text> 861 InsertCommentsHere 862 </text> 863</comment> 864<comment> 865 <identifier id="android.support.v17.leanback.widget"/> 866 <text> 867 InsertCommentsHere 868 </text> 869</comment> 870<comment> 871 <identifier id="android.support.v17.leanback.widget.BaseCardView"/> 872 <text> 873 InsertCommentsHere 874 </text> 875</comment> 876<comment> 877 <identifier id="android.support.v17.leanback.widget.BaseCardView.getExtraVisibility_changed()"/> 878 <text> 879 InsertCommentsHere 880 </text> 881</comment> 882<comment> 883 <identifier id="android.support.v17.leanback.widget.BaseCardView.setExtraVisibility_changed(int)"/> 884 <text> 885 InsertCommentsHere 886 </text> 887</comment> 888<comment> 889 <identifier id="android.support.v17.leanback.widget.BrowseFrameLayout"/> 890 <text> 891 InsertCommentsHere 892 </text> 893</comment> 894<comment> 895 <identifier id="android.support.v17.leanback.widget.BrowseFrameLayout.setOnDispatchKeyListener_added(android.view.View.OnKeyListener)"/> 896 <text> 897 InsertCommentsHere 898 </text> 899</comment> 900<comment> 901 <identifier id="android.support.v17.leanback.widget.GuidedActionsStylist"/> 902 <text> 903 InsertCommentsHere 904 </text> 905</comment> 906<comment> 907 <identifier id="android.support.v17.leanback.widget.GuidedActionsStylist.collapseAction_added(boolean)"/> 908 <text> 909 InsertCommentsHere 910 </text> 911</comment> 912<comment> 913 <identifier id="android.support.v17.leanback.widget.GuidedActionsStylist.expandAction_added(android.support.v17.leanback.widget.GuidedAction, boolean)"/> 914 <text> 915 InsertCommentsHere 916 </text> 917</comment> 918<comment> 919 <identifier id="android.support.v17.leanback.widget.GuidedActionsStylist.isBackKeyToCollapseActivatorView_added()"/> 920 <text> 921 InsertCommentsHere 922 </text> 923</comment> 924<comment> 925 <identifier id="android.support.v17.leanback.widget.GuidedActionsStylist.isBackKeyToCollapseSubActions_added()"/> 926 <text> 927 InsertCommentsHere 928 </text> 929</comment> 930<comment> 931 <identifier id="android.support.v17.leanback.widget.GuidedActionsStylist.isExpanded_added()"/> 932 <text> 933 InsertCommentsHere 934 </text> 935</comment> 936<comment> 937 <identifier id="android.support.v17.leanback.widget.GuidedActionsStylist.onEditingModeChange_added(android.support.v17.leanback.widget.GuidedActionsStylist.ViewHolder, boolean, boolean)"/> 938 <text> 939 InsertCommentsHere 940 </text> 941</comment> 942<comment> 943 <identifier id="android.support.v17.leanback.widget.GuidedActionsStylist.onEditingModeChange_changed(android.support.v17.leanback.widget.GuidedActionsStylist.ViewHolder, android.support.v17.leanback.widget.GuidedAction, boolean)"/> 944 <text> 945 InsertCommentsHere 946 </text> 947</comment> 948<comment> 949 <identifier id="android.support.v17.leanback.widget.GuidedActionsStylist.setBackKeyToCollapseActivatorView_added(boolean)"/> 950 <text> 951 InsertCommentsHere 952 </text> 953</comment> 954<comment> 955 <identifier id="android.support.v17.leanback.widget.GuidedActionsStylist.setBackKeyToCollapseSubActions_added(boolean)"/> 956 <text> 957 InsertCommentsHere 958 </text> 959</comment> 960<comment> 961 <identifier id="android.support.v17.leanback.widget.GuidedActionsStylist.setEditingMode_changed(android.support.v17.leanback.widget.GuidedActionsStylist.ViewHolder, android.support.v17.leanback.widget.GuidedAction, boolean)"/> 962 <text> 963 InsertCommentsHere 964 </text> 965</comment> 966<comment> 967 <identifier id="android.support.v17.leanback.widget.GuidedActionsStylist.setExpandedViewHolder_changed(android.support.v17.leanback.widget.GuidedActionsStylist.ViewHolder)"/> 968 <text> 969 InsertCommentsHere 970 </text> 971</comment> 972<comment> 973 <identifier id="android.support.v17.leanback.widget.GuidedActionsStylist.startExpandedTransition_changed(android.support.v17.leanback.widget.GuidedActionsStylist.ViewHolder)"/> 974 <text> 975 InsertCommentsHere 976 </text> 977</comment> 978<comment> 979 <identifier id="android.support.v17.leanback.widget.HeaderItem"/> 980 <text> 981 InsertCommentsHere 982 </text> 983</comment> 984<comment> 985 <identifier id="android.support.v17.leanback.widget.HeaderItem.getDescription_added()"/> 986 <text> 987 InsertCommentsHere 988 </text> 989</comment> 990<comment> 991 <identifier id="android.support.v17.leanback.widget.HeaderItem.setDescription_added(java.lang.CharSequence)"/> 992 <text> 993 InsertCommentsHere 994 </text> 995</comment> 996<comment> 997 <identifier id="android.support.v17.leanback.widget.ObjectAdapter"/> 998 <text> 999 InsertCommentsHere 1000 </text> 1001</comment> 1002<comment> 1003 <identifier id="android.support.v17.leanback.widget.ObjectAdapter.notifyItemRangeChanged_changed(int, int)"/> 1004 <text> 1005 InsertCommentsHere 1006 </text> 1007</comment> 1008<comment> 1009 <identifier id="android.support.v17.leanback.widget.OnChildViewHolderSelectedListener"/> 1010 <text> 1011 InsertCommentsHere 1012 </text> 1013</comment> 1014<comment> 1015 <identifier id="android.support.v17.leanback.widget.OnChildViewHolderSelectedListener.onChildViewHolderSelectedAndPositioned_added(android.support.v7.widget.RecyclerView, android.support.v7.widget.RecyclerView.ViewHolder, int, int)"/> 1016 <text> 1017 InsertCommentsHere 1018 </text> 1019</comment> 1020<comment> 1021 <identifier id="android.support.v17.leanback.widget.PlaybackControlsRow"/> 1022 <text> 1023 InsertCommentsHere 1024 </text> 1025</comment> 1026<comment> 1027 <identifier id="android.support.v17.leanback.widget.PlaybackControlsRow.getBufferedProgressLong_added()"/> 1028 <text> 1029 InsertCommentsHere 1030 </text> 1031</comment> 1032<comment> 1033 <identifier id="android.support.v17.leanback.widget.PlaybackControlsRow.getCurrentTimeLong_added()"/> 1034 <text> 1035 InsertCommentsHere 1036 </text> 1037</comment> 1038<comment> 1039 <identifier id="android.support.v17.leanback.widget.PlaybackControlsRow.getTotalTimeLong_added()"/> 1040 <text> 1041 InsertCommentsHere 1042 </text> 1043</comment> 1044<comment> 1045 <identifier id="android.support.v17.leanback.widget.PlaybackControlsRow.setBufferedProgressLong_added(long)"/> 1046 <text> 1047 InsertCommentsHere 1048 </text> 1049</comment> 1050<comment> 1051 <identifier id="android.support.v17.leanback.widget.PlaybackControlsRow.setCurrentTimeLong_added(long)"/> 1052 <text> 1053 InsertCommentsHere 1054 </text> 1055</comment> 1056<comment> 1057 <identifier id="android.support.v17.leanback.widget.PlaybackControlsRow.setTotalTimeLong_added(long)"/> 1058 <text> 1059 InsertCommentsHere 1060 </text> 1061</comment> 1062<comment> 1063 <identifier id="android.support.v17.leanback.widget.PlaybackControlsRowPresenter"/> 1064 <text> 1065 InsertCommentsHere 1066 </text> 1067</comment> 1068<comment> 1069 <identifier id="android.support.v17.leanback.widget.PlaybackControlsRowPresenter.ViewHolder"/> 1070 <text> 1071 InsertCommentsHere 1072 </text> 1073</comment> 1074<comment> 1075 <identifier id="android.support.v17.leanback.widget.PlaybackRowPresenter"/> 1076 <text> 1077 InsertCommentsHere 1078 </text> 1079</comment> 1080<comment> 1081 <identifier id="android.support.v17.leanback.widget.PlaybackRowPresenter.ViewHolder"/> 1082 <text> 1083 InsertCommentsHere 1084 </text> 1085</comment> 1086<comment> 1087 <identifier id="android.support.v17.leanback.widget.RowPresenter.ViewHolder"/> 1088 <text> 1089 InsertCommentsHere 1090 </text> 1091</comment> 1092<comment> 1093 <identifier id="android.support.v17.leanback.widget.RowPresenter.ViewHolder.getSelectedItemViewHolder_added()"/> 1094 <text> 1095 InsertCommentsHere 1096 </text> 1097</comment> 1098<comment> 1099 <identifier id="android.support.v17.leanback.widget.RowPresenter.ViewHolder.getSelectedItem_added()"/> 1100 <text> 1101 InsertCommentsHere 1102 </text> 1103</comment> 1104<comment> 1105 <identifier id="android.support.v17.leanback.widget.SearchBar"/> 1106 <text> 1107 InsertCommentsHere 1108 </text> 1109</comment> 1110<comment> 1111 <identifier id="android.support.v17.leanback.widget.SearchBar.setSearchAffordanceColorsInListening_added(android.support.v17.leanback.widget.SearchOrbView.Colors)"/> 1112 <text> 1113 InsertCommentsHere 1114 </text> 1115</comment> 1116<comment> 1117 <identifier id="android.support.v17.leanback.widget.SearchBar.setSearchAffordanceColors_added(android.support.v17.leanback.widget.SearchOrbView.Colors)"/> 1118 <text> 1119 InsertCommentsHere 1120 </text> 1121</comment> 1122<comment> 1123 <identifier id="android.support.v17.leanback.widget.SpeechOrbView"/> 1124 <text> 1125 InsertCommentsHere 1126 </text> 1127</comment> 1128<comment> 1129 <identifier id="android.support.v17.leanback.widget.SpeechOrbView.setListeningOrbColors_added(android.support.v17.leanback.widget.SearchOrbView.Colors)"/> 1130 <text> 1131 InsertCommentsHere 1132 </text> 1133</comment> 1134<comment> 1135 <identifier id="android.support.v17.leanback.widget.SpeechOrbView.setNotListeningOrbColors_added(android.support.v17.leanback.widget.SearchOrbView.Colors)"/> 1136 <text> 1137 InsertCommentsHere 1138 </text> 1139</comment> 1140<comment> 1141 <identifier id="android.support.v17.preference"/> 1142 <text> 1143 InsertCommentsHere 1144 </text> 1145</comment> 1146<comment> 1147 <identifier id="android.support.v17.preference.LeanbackPreferenceFragment"/> 1148 <text> 1149 InsertCommentsHere 1150 </text> 1151</comment> 1152<comment> 1153 <identifier id="android.support.v17.preference.LeanbackPreferenceFragment.setTitle_added(java.lang.CharSequence)"/> 1154 <text> 1155 InsertCommentsHere 1156 </text> 1157</comment> 1158<comment> 1159 <identifier id="android.support.v4.app"/> 1160 <text> 1161 InsertCommentsHere 1162 </text> 1163</comment> 1164<comment> 1165 <identifier id="android.support.v4.app.Fragment"/> 1166 <text> 1167 InsertCommentsHere 1168 </text> 1169</comment> 1170<comment> 1171 <identifier id="android.support.v4.app.Fragment.postponeEnterTransition_added()"/> 1172 <text> 1173 InsertCommentsHere 1174 </text> 1175</comment> 1176<comment> 1177 <identifier id="android.support.v4.app.Fragment.startPostponedEnterTransition_added()"/> 1178 <text> 1179 InsertCommentsHere 1180 </text> 1181</comment> 1182<comment> 1183 <identifier id="android.support.v4.app.FragmentActivity"/> 1184 <text> 1185 InsertCommentsHere 1186 </text> 1187</comment> 1188<comment> 1189 <identifier id="android.support.v4.app.FragmentActivity.getSupportMediaController_changed()"/> 1190 <text> 1191 InsertCommentsHere 1192 </text> 1193</comment> 1194<comment> 1195 <identifier id="android.support.v4.app.FragmentActivity.setSupportMediaController_changed(android.support.v4.media.session.MediaControllerCompat)"/> 1196 <text> 1197 InsertCommentsHere 1198 </text> 1199</comment> 1200<comment> 1201 <identifier id="android.support.v4.app.FragmentManager"/> 1202 <text> 1203 InsertCommentsHere 1204 </text> 1205</comment> 1206<comment> 1207 <identifier id="android.support.v4.app.FragmentManager.FragmentLifecycleCallbacks"/> 1208 <text> 1209 InsertCommentsHere 1210 </text> 1211</comment> 1212<comment> 1213 <identifier id="android.support.v4.app.FragmentManager.registerFragmentLifecycleCallbacks_added(android.support.v4.app.FragmentManager.FragmentLifecycleCallbacks, boolean)"/> 1214 <text> 1215 InsertCommentsHere 1216 </text> 1217</comment> 1218<comment> 1219 <identifier id="android.support.v4.app.FragmentManager.unregisterFragmentLifecycleCallbacks_added(android.support.v4.app.FragmentManager.FragmentLifecycleCallbacks)"/> 1220 <text> 1221 InsertCommentsHere 1222 </text> 1223</comment> 1224<comment> 1225 <identifier id="android.support.v4.app.FragmentTransaction"/> 1226 <text> 1227 InsertCommentsHere 1228 </text> 1229</comment> 1230<comment> 1231 <identifier id="android.support.v4.app.FragmentTransaction.setAllowOptimization_added(boolean)"/> 1232 <text> 1233 InsertCommentsHere 1234 </text> 1235</comment> 1236<comment> 1237 <identifier id="android.support.v4.media.session"/> 1238 <text> 1239 InsertCommentsHere 1240 </text> 1241</comment> 1242<comment> 1243 <identifier id="android.support.v4.media.session.MediaControllerCompat"/> 1244 <text> 1245 InsertCommentsHere 1246 </text> 1247</comment> 1248<comment> 1249 <identifier id="android.support.v4.media.session.MediaControllerCompat.getMediaController_added(android.app.Activity)"/> 1250 <text> 1251 InsertCommentsHere 1252 </text> 1253</comment> 1254<comment> 1255 <identifier id="android.support.v4.media.session.MediaControllerCompat.setMediaController_added(android.app.Activity, android.support.v4.media.session.MediaControllerCompat)"/> 1256 <text> 1257 InsertCommentsHere 1258 </text> 1259</comment> 1260<comment> 1261 <identifier id="android.support.v4.os"/> 1262 <text> 1263 InsertCommentsHere 1264 </text> 1265</comment> 1266<comment> 1267 <identifier id="android.support.v4.os.BuildCompat"/> 1268 <text> 1269 InsertCommentsHere 1270 </text> 1271</comment> 1272<comment> 1273 <identifier id="android.support.v4.os.BuildCompat.isAtLeastO_added()"/> 1274 <text> 1275 InsertCommentsHere 1276 </text> 1277</comment> 1278<comment> 1279 <identifier id="android.support.v4.provider"/> 1280 <text> 1281 InsertCommentsHere 1282 </text> 1283</comment> 1284<comment> 1285 <identifier id="android.support.v4.provider.DocumentFile"/> 1286 <text> 1287 InsertCommentsHere 1288 </text> 1289</comment> 1290<comment> 1291 <identifier id="android.support.v4.provider.DocumentFile.isVirtual_added()"/> 1292 <text> 1293 InsertCommentsHere 1294 </text> 1295</comment> 1296<comment> 1297 <identifier id="android.support.v4.util"/> 1298 <text> 1299 InsertCommentsHere 1300 </text> 1301</comment> 1302<comment> 1303 <identifier id="android.support.v4.util.ArraySet"/> 1304 <text> 1305 InsertCommentsHere 1306 </text> 1307</comment> 1308<comment> 1309 <identifier id="android.support.v7.app"/> 1310 <text> 1311 InsertCommentsHere 1312 </text> 1313</comment> 1314<comment> 1315 <identifier id="android.support.v7.app.MediaRouteChooserDialog"/> 1316 <text> 1317 InsertCommentsHere 1318 </text> 1319</comment> 1320<comment> 1321 <identifier id="android.support.v7.media"/> 1322 <text> 1323 InsertCommentsHere 1324 </text> 1325</comment> 1326<comment> 1327 <identifier id="android.support.v7.media.MediaRouter"/> 1328 <text> 1329 InsertCommentsHere 1330 </text> 1331</comment> 1332<comment> 1333 <identifier id="android.support.v7.media.MediaRouter.RouteInfo"/> 1334 <text> 1335 InsertCommentsHere 1336 </text> 1337</comment> 1338<comment> 1339 <identifier id="android.support.v7.media.MediaRouter.RouteInfo.isBluetooth_added()"/> 1340 <text> 1341 InsertCommentsHere 1342 </text> 1343</comment> 1344<comment> 1345 <identifier id="android.support.v7.media.MediaRouter.RouteInfo.isDeviceSpeaker_added()"/> 1346 <text> 1347 InsertCommentsHere 1348 </text> 1349</comment> 1350<comment> 1351 <identifier id="android.support.v7.media.MediaRouter.getBluetoothRoute_added()"/> 1352 <text> 1353 InsertCommentsHere 1354 </text> 1355</comment> 1356<comment> 1357 <identifier id="android.support.v7.preference"/> 1358 <text> 1359 InsertCommentsHere 1360 </text> 1361</comment> 1362<comment> 1363 <identifier id="android.support.v7.preference.PreferenceManager"/> 1364 <text> 1365 InsertCommentsHere 1366 </text> 1367</comment> 1368<comment> 1369 <identifier id="android.support.v7.preference.PreferenceManager.PreferenceComparisonCallback"/> 1370 <text> 1371 InsertCommentsHere 1372 </text> 1373</comment> 1374<comment> 1375 <identifier id="android.support.v7.preference.PreferenceManager.SimplePreferenceComparisonCallback"/> 1376 <text> 1377 InsertCommentsHere 1378 </text> 1379</comment> 1380<comment> 1381 <identifier id="android.support.v7.preference.PreferenceManager.getPreferenceComparisonCallback_added()"/> 1382 <text> 1383 InsertCommentsHere 1384 </text> 1385</comment> 1386<comment> 1387 <identifier id="android.support.v7.preference.PreferenceManager.setPreferenceComparisonCallback_added(android.support.v7.preference.PreferenceManager.PreferenceComparisonCallback)"/> 1388 <text> 1389 InsertCommentsHere 1390 </text> 1391</comment> 1392<comment> 1393 <identifier id="android.support.v7.preference.SeekBarPreference"/> 1394 <text> 1395 InsertCommentsHere 1396 </text> 1397</comment> 1398<comment> 1399 <identifier id="android.support.v7.widget"/> 1400 <text> 1401 InsertCommentsHere 1402 </text> 1403</comment> 1404<comment> 1405 <identifier id="android.support.v7.widget.LinearLayoutCompat"/> 1406 <text> 1407 InsertCommentsHere 1408 </text> 1409</comment> 1410<comment> 1411 <identifier id="android.support.v7.widget.LinearLayoutCompat.getGravity_added()"/> 1412 <text> 1413 InsertCommentsHere 1414 </text> 1415</comment> 1416<comment> 1417 <identifier id="android.support.v7.widget.PagerSnapHelper"/> 1418 <text> 1419 InsertCommentsHere 1420 </text> 1421</comment> 1422<comment> 1423 <identifier id="android.support.v7.widget.RecyclerView"/> 1424 <text> 1425 InsertCommentsHere 1426 </text> 1427</comment> 1428<comment> 1429 <identifier id="android.support.v7.widget.RecyclerView.RecycledViewPool"/> 1430 <text> 1431 InsertCommentsHere 1432 </text> 1433</comment> 1434<comment> 1435 <identifier id="android.support.v7.widget.RecyclerView.RecycledViewPool.getRecycledViewCount_added(int)"/> 1436 <text> 1437 InsertCommentsHere 1438 </text> 1439</comment> 1440<comment> 1441 <identifier id="android.support.v7.widget.RecyclerView.smoothScrollBy_added(int, int, android.view.animation.Interpolator)"/> 1442 <text> 1443 InsertCommentsHere 1444 </text> 1445</comment> 1446<comment> 1447 <identifier id="android.support.v7.widget.SnapHelper"/> 1448 <text> 1449 InsertCommentsHere 1450 </text> 1451</comment> 1452<comment> 1453 <identifier id="android.support.v7.widget.SnapHelper.createSnapScroller_added(android.support.v7.widget.RecyclerView.LayoutManager)"/> 1454 <text> 1455 InsertCommentsHere 1456 </text> 1457</comment> 1458 1459</comments> 1460