Home | History | Annotate | Download | only in widget

Lines Matching defs:mRecyclerView

31     final RecyclerView mRecyclerView;
35 mRecyclerView = recyclerView;
39 return mRecyclerView.hasPendingAdapterUpdates();
47 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
48 return mRecyclerView.getLayoutManager().performAccessibilityAction(action, args);
58 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
59 mRecyclerView.getLayoutManager().onInitializeAccessibilityNodeInfo(info);
88 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
89 mRecyclerView.getLayoutManager()
99 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
100 return mRecyclerView.getLayoutManager()