Searched defs:changeFlags (Results 1 – 6 of 6) sorted by relevance
84 @AdapterChanges int changeFlags, in recordPreLayoutInformation()
65 @AdapterChanges int changeFlags, @NonNull List<Object> payloads) { in recordPreLayoutInformation()
628 final int changeFlags; field in BaseRecyclerViewAnimationsTest.LoggingInfo631 LoggingInfo(RecyclerView.ViewHolder viewHolder, int changeFlags, List<Object> payloads) { in LoggingInfo()
621 @AdapterChanges int changeFlags, @NonNull List<Object> payloads) { in recordPreLayoutInformation()
1690 public static KeyEvent changeFlags(KeyEvent event, int flags) { in changeFlags() method in KeyEvent
5017 int changeFlags = ItemAnimator in getViewForPosition() local10939 @NonNull ViewHolder viewHolder, @AdapterChanges int changeFlags, in recordPreLayoutInformation()11447 public int changeFlags; field in RecyclerView.ItemAnimator.ItemHolderInfo