Searched defs:LAYOUT_MANAGER_CONSTRUCTOR_SIGNATURE (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java275 private static final Class<?>[] LAYOUT_MANAGER_CONSTRUCTOR_SIGNATURE = field in class:RecyclerView
636 .getConstructor(LAYOUT_MANAGER_CONSTRUCTOR_SIGNATURE);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java294 private static final Class<?>[] LAYOUT_MANAGER_CONSTRUCTOR_SIGNATURE = field in class:RecyclerView
696 .getConstructor(LAYOUT_MANAGER_CONSTRUCTOR_SIGNATURE);

Completed in 127 milliseconds