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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DLoggingItemAnimator.java65 BaseRecyclerViewAnimationsTest.LoggingInfo
66 loggingInfo = new BaseRecyclerViewAnimationsTest.LoggingInfo(viewHolder, changeFlags, payloads);
74 BaseRecyclerViewAnimationsTest.LoggingInfo
75 loggingInfo = new BaseRecyclerViewAnimationsTest.LoggingInfo(viewHolder, 0, null);
85 (BaseRecyclerViewAnimationsTest.LoggingInfo) preLayoutInfo,
86 (BaseRecyclerViewAnimationsTest.LoggingInfo) postLayoutInfo));
96 (BaseRecyclerViewAnimationsTest.LoggingInfo) preLayoutInfo,
97 (BaseRecyclerViewAnimationsTest.LoggingInfo) postLayoutInfo));
107 (BaseRecyclerViewAnimationsTest.LoggingInfo) preInfo,
108 (BaseRecyclerViewAnimationsTest.LoggingInfo) postInf
[all...]
H A DBaseRecyclerViewAnimationsTest.java629 static class LoggingInfo extends RecyclerView.ItemAnimator.ItemHolderInfo { class in class:BaseRecyclerViewAnimationsTest
635 LoggingInfo(RecyclerView.ViewHolder viewHolder, int changeFlags, List<Object> payloads) { method in class:BaseRecyclerViewAnimationsTest.LoggingInfo
649 return "LoggingInfo{" +
661 LoggingInfo pre, LoggingInfo post) {
669 public AnimatePersistence(RecyclerView.ViewHolder viewHolder, LoggingInfo pre,
670 LoggingInfo post) {
676 public AnimateAppearance(RecyclerView.ViewHolder viewHolder, LoggingInfo pre,
677 LoggingInfo post) {
683 public AnimateDisappearance(RecyclerView.ViewHolder viewHolder, LoggingInfo pr
[all...]
H A DItemAnimatorV2ApiTest.java68 LoggingInfo pre = mAnimator.preLayoutInfoMap.get(target);
129 LoggingInfo pre = mAnimator.preLayoutInfoMap.get(oldTarget);
134 LoggingInfo post = mAnimator.postLayoutInfoMap.get(newTarget);
142 LoggingInfo singleItemPre = mAnimator.preLayoutInfoMap.get(singleItemTarget);
144 LoggingInfo singleItemPost = mAnimator.postLayoutInfoMap.get(singleItemTarget);
172 LoggingInfo pre = mAnimator.preLayoutInfoMap.get(target);
174 LoggingInfo postInfo = mAnimator.postLayoutInfoMap.get(target);
603 Map<RecyclerView.ViewHolder, LoggingInfo> preLayoutInfoMap = new HashMap<>();
604 Map<RecyclerView.ViewHolder, LoggingInfo> postLayoutInfoMap = new HashMap<>();
622 LoggingInfo loggingInf
[all...]
H A DBaseWrapContentTest.java426 private String log(BaseRecyclerViewAnimationsTest.LoggingInfo postInfo) {

Completed in 75 milliseconds