Home
last modified time | relevance | path

Searched defs:mOpts (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java56 private final BitmapFactory.Options mOpts = new BitmapFactory.Options(); field in DecodeTask
213 BitmapFactory.decodeFileDescriptor(fd.getFileDescriptor(), null, mOpts); in decode() local
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DTileDrawable.java36 private final ExtendedOptions mOpts; field in TileDrawable
H A DExtendedBitmapDrawable.java61 private final ExtendedOptions mOpts; field in ExtendedBitmapDrawable