Searched refs:mCurrentRecyclerView (Results 1 – 1 of 1) sorted by relevance
64 private RecyclerView mCurrentRecyclerView; field in StickyHeaderLayout95 boolean animateReset = mCurrentRecyclerView != null; in setCurrentRecyclerView()96 if (mCurrentRecyclerView != null) { in setCurrentRecyclerView()97 mCurrentRecyclerView.removeOnChildAttachStateChangeListener(this); in setCurrentRecyclerView()99 mCurrentRecyclerView = currentRecyclerView; in setCurrentRecyclerView()100 mCurrentRecyclerView.addOnChildAttachStateChangeListener(this); in setCurrentRecyclerView()164 float dx = mCurrentRecyclerView.getLeft() - getLeft(); in proxyMotionEvent()165 float dy = mCurrentRecyclerView.getTop() - getTop(); in proxyMotionEvent()168 return method.proxyEvent(mCurrentRecyclerView, event); in proxyMotionEvent()193 int childCount = mCurrentRecyclerView.getChildCount(); in findCurrentEmptyView()[all …]