Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java258 private final Runnable mUpdateChildViewsRunnable = new Runnable() { field in RecyclerView
1371 mUpdateChildViewsRunnable.run(); in consumePendingUpdateOperations()
4153 ViewCompat.postOnAnimation(RecyclerView.this, mUpdateChildViewsRunnable); in triggerUpdateProcessor()