Searched refs:FLAG_REMOVED (Results 1 – 7 of 7) sorted by relevance
333 public static final int FLAG_REMOVED = 1<<1; field in PermissionInfo376 FLAG_REMOVED,
193 && (perm.info.flags & PermissionInfo.FLAG_REMOVED) != 0; in isRemoved()618 || (perm.info.flags & PermissionInfo.FLAG_REMOVED) != 0) { in dumpPermissionsLPr()
5710 | ViewHolder.FLAG_REMOVED in recycleViewHolderInternal()5804 if (holder.hasAnyOfTheFlags(ViewHolder.FLAG_REMOVED | ViewHolder.FLAG_INVALID) in scrapView()5964 | ViewHolder.FLAG_INVALID | ViewHolder.FLAG_REMOVED); in getScrapOrCachedViewForId()6081 holder.addFlags(ViewHolder.FLAG_REMOVED); in offsetPositionRecordsForRemove()9945 static final int FLAG_REMOVED = 1 << 3; field in RecyclerView.ViewHolder10052 addFlags(ViewHolder.FLAG_REMOVED); in flagRemovedAndOffsetPosition()10230 return (mFlags & FLAG_REMOVED) != 0; in isRemoved()10446 | ViewHolder.FLAG_REMOVED | ViewHolder.FLAG_ADAPTER_POSITION_UNKNOWN) in getAdapterPositionFor()11502 public static final int FLAG_REMOVED = ViewHolder.FLAG_REMOVED; field in RecyclerView.ItemAnimator11539 FLAG_CHANGED, FLAG_REMOVED, FLAG_MOVED, FLAG_INVALIDATED,[all …]
4706 if ((perm.info.flags&PermissionInfo.FLAG_REMOVED) != 0) { in dumpPackageLPr()
746 field public static final int FLAG_REMOVED = 2; // 0x2
1920 field public static final int FLAG_REMOVED = 2; // 0x2