Searched refs:HeaderRecyclerView (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/
H A DRecyclerMixin.java40 import com.android.setupwizardlib.view.HeaderRecyclerView;
41 import com.android.setupwizardlib.view.HeaderRecyclerView.HeaderAdapter;
87 if (recyclerView instanceof HeaderRecyclerView) {
88 mHeader = ((HeaderRecyclerView) recyclerView).getHeader();
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
H A DHeaderRecyclerView.java38 public class HeaderRecyclerView extends RecyclerView { class in inherits:RecyclerView
204 public HeaderRecyclerView(Context context) { method in class:HeaderRecyclerView
209 public HeaderRecyclerView(Context context, AttributeSet attrs) { method in class:HeaderRecyclerView
214 public HeaderRecyclerView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:HeaderRecyclerView
H A DStickyHeaderRecyclerView.java41 public class StickyHeaderRecyclerView extends HeaderRecyclerView {
/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/test/
H A DHeaderRecyclerViewTest.java29 import com.android.setupwizardlib.view.HeaderRecyclerView.HeaderAdapter;
38 * Test for {@link com.android.setupwizardlib.view.HeaderRecyclerView}
61 * Test that notifyDataSetChanged gets propagated by HeaderRecyclerView's adapter.
71 * Test that notifyItemChanged gets propagated by HeaderRecyclerView's adapter.
81 * Test that notifyItemChanged gets propagated by HeaderRecyclerView's adapter and adds 1 to the
93 * Test that notifyItemInserted gets propagated by HeaderRecyclerView's adapter.
103 * Test that notifyItemInserted gets propagated by HeaderRecyclerView's adapter and adds 1 to
115 * Test that notifyItemRemoved gets propagated by HeaderRecyclerView's adapter.
125 * Test that notifyItemRemoved gets propagated by HeaderRecyclerView's adapter and adds 1 to
137 * Test that notifyItemMoved gets propagated by HeaderRecyclerView'
[all...]

Completed in 313 milliseconds