History log of /frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/SearchSupportFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
08a38559a3751252fc8a1f36db0a431508a8f7d5 31-Aug-2017 jingjiangli <jingjiangli@google.com> Add payload support in leaback adapter/presenter onBind

In this cl, the payload support is added to leanback adapter/ presenter
for partial update.

Bug: 65129401
Test: ObjectAdapterTest

Change-Id: I641fc3895187eccb6ea7bdc6db8185597fd1283e
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/SearchSupportFragment.java
57ac90cf3fc528ac56b6b83718541624173b1368 30-Aug-2017 jingjiangli <jingjiangli@google.com> Add DiffUtil support in ArrayObjectAdapter

A method setItems (List newItems ...) is added which avail DiffUtil to
dispatch the content's change efficiently

Also, the bug in unmodifiedList() method is fixed (previously the
unmodified list will be re-created every time when this method is called)

Bug: 65129232
Test: ObjectAdapterTest
Change-Id: Ib9fe636d3d6e3ee44d1a824c762aa030e00f24df
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/SearchSupportFragment.java
cc671dd3caac1d0cbf3f6999ab063c9ff1f297b2 18-Oct-2016 Dake Gu <dake@google.com> Add checkstyle:off flag

Test: None
Bug: 32243836

Change-Id: I5c28ee5b4623e25126518ceb99f17b5ee384cb76
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/SearchSupportFragment.java
b7087e036a48f5a3db28d02ff7f9b97fbbc46c4f 22-Sep-2016 Dake Gu <dake@google.com> SupportLeanbackDemos: Remove usage of deprecated methods

Minor style clean up.

Change-Id: I1857e46bbc093bc069a060b9d850b20fff13c1e1
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/SearchSupportFragment.java
71e7e67f320b23feac784b629db17b3bcce08722 30-Sep-2015 Dake Gu <dake@google.com> Generate support version of leanback fragment tests

Include all leanback support version of fragment except
PlaybackOverlayFragment missing a support version of PlaybackControlHelper.

Change-Id: Icb5c99e8677630e8541b22b009051dd3908d4f35
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/SearchSupportFragment.java