Searched refs:AnimationLayoutManager (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | BaseRecyclerViewAnimationsTest.java | 46 AnimationLayoutManager mLayoutManager; 75 mLayoutManager = new AnimationLayoutManager(); in setupBasic() 102 class AnimationLayoutManager extends TestLayoutManager { class in BaseRecyclerViewAnimationsTest 244 AnimationLayoutManager lm, RecyclerView.State state) { in beforePreLayout() 254 void doLayout(RecyclerView.Recycler recycler, AnimationLayoutManager lm, in doLayout() 290 void onLayoutChildren(RecyclerView.Recycler recycler, AnimationLayoutManager lm, in onLayoutChildren() 318 void afterPreLayout(RecyclerView.Recycler recycler, AnimationLayoutManager layoutManager, in afterPreLayout() 322 void beforePostLayout(RecyclerView.Recycler recycler, AnimationLayoutManager layoutManager, in beforePostLayout() 326 void afterPostLayout(RecyclerView.Recycler recycler, AnimationLayoutManager layoutManager, in afterPostLayout() 429 validatePreLayoutSequence((AnimationLayoutManager) getLayoutManager()); in validatePostUpdateOp() [all …]
|
D | RecyclerViewAnimationsTest.java | 137 void doLayout(RecyclerView.Recycler recycler, AnimationLayoutManager lm, in changeAndDisappearTest() 228 AnimationLayoutManager lm, RecyclerView.State state) { in dontLayoutReusedViewWithoutPredictive() 234 AnimationLayoutManager layoutManager, in dontLayoutReusedViewWithoutPredictive() 245 AnimationLayoutManager layoutManager, in dontLayoutReusedViewWithoutPredictive() 281 AnimationLayoutManager lm, RecyclerView.State state) { in dontLayoutReusedViewWithPredictive() 288 AnimationLayoutManager layoutManager, in dontLayoutReusedViewWithPredictive() 296 AnimationLayoutManager layoutManager, in dontLayoutReusedViewWithPredictive() 405 AnimationLayoutManager lm, RecyclerView.State state) { in reuseHiddenViewWithProperPredictive() 412 AnimationLayoutManager layoutManager, in reuseHiddenViewWithProperPredictive() 717 AnimationLayoutManager lm, RecyclerView.State state) { in preLayoutPositionCleanup() [all …]
|
D | ItemAnimatorV2ApiTest.java | 110 AnimationLayoutManager lm, RecyclerView.State state) { in changeMovedOutsideWithPredictiveAndTwoViewHolders() 157 AnimationLayoutManager lm, RecyclerView.State state) { in changeMovedOutsideWithPredictive()
|