Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DStickyHeaderLayout.java64 private RecyclerView mCurrentRecyclerView; field in StickyHeaderLayout
95 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 …]