Searched refs:allowSmallImageStorage (Results 1 – 1 of 1) sorted by relevance
186 public long insert(PhotoProcessor photoProcessor, boolean allowSmallImageStorage) { in insert() argument191 if (allowSmallImageStorage || width > thumbnailDim || height > thumbnailDim) { in insert()