Home
last modified time | relevance | path

Searched refs:LAYOUT_MANAGER_CONSTRUCTOR_SIGNATURE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java273 private static final Class<?>[] LAYOUT_MANAGER_CONSTRUCTOR_SIGNATURE = field in RecyclerView
634 .getConstructor(LAYOUT_MANAGER_CONSTRUCTOR_SIGNATURE); in createLayoutManager()
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java309 private static final Class<?>[] LAYOUT_MANAGER_CONSTRUCTOR_SIGNATURE = field in RecyclerView
750 .getConstructor(LAYOUT_MANAGER_CONSTRUCTOR_SIGNATURE); in createLayoutManager()