Searched refs:adjustedSuggestedCrops (Results 1 – 1 of 1) sorted by relevance
430 SparseArray<Rect> adjustedSuggestedCrops = new SparseArray<>(); in getDefaultCrops() local436 adjustedSuggestedCrops.put(orientation, in getDefaultCrops()442 SparseArray<Rect> result = adjustedSuggestedCrops.clone(); in getDefaultCrops()447 Rect newCrop = getCrop(displaySize, bitmapSize, adjustedSuggestedCrops, rtl); in getDefaultCrops()