Searched defs:shouldIgnore (Results 1 - 2 of 2) sorted by path

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java718 if (!vh.isTmpDetached() && !vh.shouldIgnore()) {
736 if (vh.isTmpDetached() && !vh.shouldIgnore()) {
1605 if (holder == null || holder.shouldIgnore()) {
3295 if (holder.shouldIgnore() || (holder.isInvalid() && !mAdapter.hasStableIds())) {
3304 && !holder.shouldIgnore() && !holder.isInvalid()) {
3334 if (viewHolder.shouldIgnore()) {
3404 if (holder.shouldIgnore()) {
3411 if (oldChangeViewHolder != null && !oldChangeViewHolder.shouldIgnore()) {
3525 && !viewHolder.isRemoved() && !viewHolder.shouldIgnore()) {
3543 if (holder.shouldIgnore()) {
9763 boolean shouldIgnore() { method in class:RecyclerView.ViewHolder
[all...]
H A DRecyclerViewAccessibilityDelegate.java38 boolean shouldIgnore() { method in class:RecyclerViewAccessibilityDelegate
47 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
58 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
67 if (host instanceof RecyclerView && !shouldIgnore()) {
88 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
99 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {

Completed in 140 milliseconds