Searched defs:shouldIgnore (Results 1 - 4 of 4) 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 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/android/support/v7/widget/
H A DRecyclerViewAccessibilityDelegate.java40 boolean shouldIgnore() { method in class:RecyclerViewAccessibilityDelegate
49 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
60 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
69 if (host instanceof RecyclerView && !shouldIgnore()) {
109 if (!mRecyclerViewDelegate.shouldIgnore()
121 if (!mRecyclerViewDelegate.shouldIgnore()
H A DRecyclerView.java816 if (!vh.isTmpDetached() && !vh.shouldIgnore()) {
834 if (vh.isTmpDetached() && !vh.shouldIgnore()) {
1754 if (holder == null || holder.shouldIgnore()) {
3637 if (holder.shouldIgnore() || (holder.isInvalid() && !mAdapter.hasStableIds())) {
3646 && !holder.shouldIgnore() && !holder.isInvalid()) {
3676 if (viewHolder.shouldIgnore()) {
3746 if (holder.shouldIgnore()) {
3753 if (oldChangeViewHolder != null && !oldChangeViewHolder.shouldIgnore()) {
3877 && !viewHolder.isRemoved() && !viewHolder.shouldIgnore()) {
3895 if (holder.shouldIgnore()) {
10511 boolean shouldIgnore() { method in class:RecyclerView.ViewHolder
[all...]

Completed in 128 milliseconds