Home
last modified time | relevance | path

Searched refs:mLayoutItemCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewAnimationsTest.java236 mLayoutItemCount = 7; in dontLayoutReusedViewWithoutPredictive()
282 mLayoutItemCount = 9; in dontLayoutReusedViewWithPredictive()
290 mLayoutItemCount = 7; in dontLayoutReusedViewWithPredictive()
330 mLayoutManager.mOnLayoutCallbacks.mLayoutItemCount = 9; in reuseHiddenViewWithoutPredictive()
353 mLayoutManager.mOnLayoutCallbacks.mLayoutItemCount = 9; in reuseHiddenViewWithoutAnimations()
406 mLayoutItemCount = 9; in reuseHiddenViewWithProperPredictive()
414 mLayoutItemCount = 8; in reuseHiddenViewWithProperPredictive()
473 mLayoutManager.mOnLayoutCallbacks.mLayoutItemCount = 9; in dontReuseOnTypeChange()
515 mLayoutManager.mOnLayoutCallbacks.mLayoutItemCount = 8; in reuseHiddenViewTest()
719 mLayoutItemCount = 3; in preLayoutPositionCleanup()
[all …]
DBaseRecyclerViewAnimationsTest.java78 mLayoutManager.mOnLayoutCallbacks.mLayoutItemCount = firstLayoutItemCount; in setupBasic()
220 int mLayoutItemCount = Integer.MAX_VALUE; field in BaseRecyclerViewAnimationsTest.OnLayoutCallbacks
237 mLayoutItemCount = Integer.MAX_VALUE; in reset()
261 final int count = mLayoutItemCount in doLayout()
262 == Integer.MAX_VALUE ? state.getItemCount() : mLayoutItemCount; in doLayout()
DItemAnimatorV2ApiTest.java63 mLayoutManager.mOnLayoutCallbacks.mLayoutItemCount = 9; in changeMovedOutside()
118 mLayoutManager.mOnLayoutCallbacks.mLayoutItemCount = 8; in changeMovedOutsideWithPredictiveAndTwoViewHolders()
165 mLayoutManager.mOnLayoutCallbacks.mLayoutItemCount = 8; in changeMovedOutsideWithPredictive()
367 mLayoutManager.mOnLayoutCallbacks.mLayoutItemCount = 9; in changeToDisappear()
386 mLayoutManager.mOnLayoutCallbacks.mLayoutItemCount = 9; in changeToDisappearFromHead()