Home
last modified time | relevance | path

Searched refs:cropHash (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DImageActionUtils.java209 int cropHash = crop == null ? 0 : crop.hashCode(); in getImageUri() local
210 String baseName = BASE_NAME + bitmap.hashCode() + "_" + cropHash + ".png"; in getImageUri()