Searched refs:mMaxScrap (Results 1 – 1 of 1) sorted by relevance
777 private int mMaxScrap; field in GalleryThumbnailView.RecycleBin825 if (childCount > mMaxScrap) { in addScrap()826 mMaxScrap = childCount; in addScrap()830 if (scrap.size() < mMaxScrap) { in addScrap()