Searched refs:FLAG_REMOVED (Results 1 – 7 of 7) sorted by relevance
345 public static final int FLAG_REMOVED = 1<<1; field in PermissionInfo388 FLAG_REMOVED,
185 return perm != null && (perm.getFlags() & PermissionInfo.FLAG_REMOVED) != 0; in isRemoved()621 || (perm.getFlags() & PermissionInfo.FLAG_REMOVED) != 0) { in dumpPermissionsLPr()
5724 | ViewHolder.FLAG_REMOVED in recycleViewHolderInternal()5818 if (holder.hasAnyOfTheFlags(ViewHolder.FLAG_REMOVED | ViewHolder.FLAG_INVALID) in scrapView()5978 | ViewHolder.FLAG_INVALID | ViewHolder.FLAG_REMOVED); in getScrapOrCachedViewForId()6095 holder.addFlags(ViewHolder.FLAG_REMOVED); in offsetPositionRecordsForRemove()9959 static final int FLAG_REMOVED = 1 << 3; field in RecyclerView.ViewHolder10066 addFlags(ViewHolder.FLAG_REMOVED); in flagRemovedAndOffsetPosition()10244 return (mFlags & FLAG_REMOVED) != 0; in isRemoved()10460 | ViewHolder.FLAG_REMOVED | ViewHolder.FLAG_ADAPTER_POSITION_UNKNOWN) in getAdapterPositionFor()11516 public static final int FLAG_REMOVED = ViewHolder.FLAG_REMOVED; field in RecyclerView.ItemAnimator11553 FLAG_CHANGED, FLAG_REMOVED, FLAG_MOVED, FLAG_INVALIDATED,[all …]
4844 if ((perm.getFlags() &PermissionInfo.FLAG_REMOVED) != 0) { in dumpPackageLPr()
1034 field public static final int FLAG_REMOVED = 2; // 0x2
2225 field public static final int FLAG_REMOVED = 2; // 0x2
2173 field public static final int FLAG_REMOVED = 2; // 0x2