Searched refs:mMaxScrap (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/views/
H A DGalleryThumbnailView.java777 private int mMaxScrap; field in class:GalleryThumbnailView.RecycleBin
825 if (childCount > mMaxScrap) {
826 mMaxScrap = childCount;
830 if (scrap.size() < mMaxScrap) {
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java3756 private int mMaxScrap; field in class:StaggeredGridView.RecycleBin
3808 if (childCount > mMaxScrap) {
3809 mMaxScrap = childCount;
3822 if (scrap.size() < mMaxScrap) {

Completed in 32 milliseconds