Searched refs:shouldIgnore (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
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) {
H A DSimpleItemAnimator.java156 if (newHolder.shouldIgnore()) {
H A DRecyclerView.java728 if (!vh.isTmpDetached() && !vh.shouldIgnore()) {
746 if (vh.isTmpDetached() && !vh.shouldIgnore()) {
1627 if (holder == null || holder.shouldIgnore()) {
3447 if (holder.shouldIgnore() || (holder.isInvalid() && !mAdapter.hasStableIds())) {
3456 && !holder.shouldIgnore() && !holder.isInvalid()) {
3486 if (viewHolder.shouldIgnore()) {
3556 if (holder.shouldIgnore()) {
3563 if (oldChangeViewHolder != null && !oldChangeViewHolder.shouldIgnore()) {
3685 && !viewHolder.isRemoved() && !viewHolder.shouldIgnore()) {
3703 if (holder.shouldIgnore()) {
10082 boolean shouldIgnore() { method in class:RecyclerView.ViewHolder
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerViewAccessibilityDelegate.java42 boolean shouldIgnore() { method in class:RecyclerViewAccessibilityDelegate
51 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
62 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
71 if (host instanceof RecyclerView && !shouldIgnore()) {
112 if (!mRecyclerViewDelegate.shouldIgnore()
124 if (!mRecyclerViewDelegate.shouldIgnore()
H A DSimpleItemAnimator.java154 if (newHolder.shouldIgnore()) {
H A DRecyclerView.java867 if (!vh.isTmpDetached() && !vh.shouldIgnore()) {
885 if (vh.isTmpDetached() && !vh.shouldIgnore()) {
1854 if (holder == null || holder.shouldIgnore()) {
3796 if (holder.shouldIgnore() || (holder.isInvalid() && !mAdapter.hasStableIds())) {
3805 && !holder.shouldIgnore() && !holder.isInvalid()) {
3835 if (viewHolder.shouldIgnore()) {
3905 if (holder.shouldIgnore()) {
3912 if (oldChangeViewHolder != null && !oldChangeViewHolder.shouldIgnore()) {
4037 && !viewHolder.isRemoved() && !viewHolder.shouldIgnore()) {
4055 if (holder.shouldIgnore()) {
10825 boolean shouldIgnore() { method in class:RecyclerView.ViewHolder
[all...]

Completed in 134 milliseconds