Searched refs:mOnLayoutListener (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseLinearLayoutManagerTest.java128 mLayoutManager.mOnLayoutListener = new OnLayoutListener() {
365 OnLayoutListener mOnLayoutListener; field in class:BaseLinearLayoutManagerTest.WrappedLinearLayoutManager
626 if (mOnLayoutListener != null) {
627 mOnLayoutListener.before(recycler, state);
630 if (mOnLayoutListener != null) {
631 mOnLayoutListener.after(recycler, state);
H A DBaseStaggeredGridLayoutManagerTest.java497 OnLayoutListener mOnLayoutListener; field in class:BaseStaggeredGridLayoutManagerTest.WrappedLayoutManager
586 if (mOnLayoutListener != null) {
587 mOnLayoutListener.before(recycler, state);
590 if (mOnLayoutListener != null) {
591 mOnLayoutListener.after(recycler, state);
H A DStaggeredGridLayoutManagerTest.java950 mLayoutManager.mOnLayoutListener = new OnLayoutListener() {

Completed in 43 milliseconds