HomeSort by relevance Sort by last modified time
    Searched defs:LAYOUT_MANAGER_CONSTRUCTOR_SIGNATURE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java 273 private static final Class<?>[] LAYOUT_MANAGER_CONSTRUCTOR_SIGNATURE =
634 .getConstructor(LAYOUT_MANAGER_CONSTRUCTOR_SIGNATURE);
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
RecyclerView.java 309 private static final Class<?>[] LAYOUT_MANAGER_CONSTRUCTOR_SIGNATURE =
750 .getConstructor(LAYOUT_MANAGER_CONSTRUCTOR_SIGNATURE);
    [all...]

Completed in 489 milliseconds