Searched defs:shortSide (Results 1 – 4 of 4) sorted by relevance
129 public Bitmap next(BitmapFactory.Options options, int longSide, int shortSide) { in next()159 public Bitmap load(ImageData data, BitmapFactory.Options options, int longSide, int shortSide) { in load()284 int longSide, int shortSide) { in naturalNext()298 int longSide, int shortSide) { in naturalPrevious()
100 int shortSide = (widthLonger ? previewHeight : previewWidth); in onMeasure() local
323 int shortSide = min(Mwidth, Mheight); in MosaicSizeCheck() local