Searched refs:mCurrentRecyclerView (Results 1 – 1 of 1) sorted by relevance
67 private RecyclerView mCurrentRecyclerView; field in StickyHeaderLayout98 boolean animateReset = mCurrentRecyclerView != null; in setCurrentRecyclerView()99 if (mCurrentRecyclerView != null) { in setCurrentRecyclerView()100 mCurrentRecyclerView.removeOnChildAttachStateChangeListener(this); in setCurrentRecyclerView()102 mCurrentRecyclerView = currentRecyclerView; in setCurrentRecyclerView()103 mCurrentRecyclerView.addOnChildAttachStateChangeListener(this); in setCurrentRecyclerView()167 float dx = mCurrentRecyclerView.getLeft() - getLeft(); in proxyMotionEvent()168 float dy = mCurrentRecyclerView.getTop() - getTop(); in proxyMotionEvent()171 return method.proxyEvent(mCurrentRecyclerView, event); in proxyMotionEvent()196 int childCount = mCurrentRecyclerView.getChildCount(); in findCurrentEmptyView()[all …]