Searched refs:FLAG_REMOVED (Results 1 – 6 of 6) sorted by relevance
380 public static final int FLAG_REMOVED = 1<<1; field in PermissionInfo423 FLAG_REMOVED,
228 || (mPermissionInfo.flags & PermissionInfo.FLAG_REMOVED) != 0) { in dump()
222 return (mPermissionInfo.flags & PermissionInfo.FLAG_REMOVED) != 0; in isRemoved()
5831 | ViewHolder.FLAG_REMOVED in recycleViewHolderInternal()5925 if (holder.hasAnyOfTheFlags(ViewHolder.FLAG_REMOVED | ViewHolder.FLAG_INVALID) in scrapView()6085 | ViewHolder.FLAG_INVALID | ViewHolder.FLAG_REMOVED); in getScrapOrCachedViewForId()6202 holder.addFlags(ViewHolder.FLAG_REMOVED); in offsetPositionRecordsForRemove()10066 static final int FLAG_REMOVED = 1 << 3; field in RecyclerView.ViewHolder10173 addFlags(ViewHolder.FLAG_REMOVED); in flagRemovedAndOffsetPosition()10351 return (mFlags & FLAG_REMOVED) != 0; in isRemoved()10567 | ViewHolder.FLAG_REMOVED | ViewHolder.FLAG_ADAPTER_POSITION_UNKNOWN) in getAdapterPositionFor()11623 public static final int FLAG_REMOVED = ViewHolder.FLAG_REMOVED; field in RecyclerView.ItemAnimator11660 FLAG_CHANGED, FLAG_REMOVED, FLAG_MOVED, FLAG_INVALIDATED,[all …]
4693 if ((perm.getFlags() &PermissionInfo.FLAG_REMOVED) != 0) {
2847 field public static final int FLAG_REMOVED = 2; // 0x2