Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1884 private byte[] mPropertyData; field in VectorDrawable.VFullPath
1985 if (mPropertyData == null) { in updateStateFromTypedArray()
1988 mPropertyData = new byte[byteCount]; in updateStateFromTypedArray()
1993 boolean success = nGetFullPathProperties(mNativePtr, mPropertyData, byteCount); in updateStateFromTypedArray()
1998 ByteBuffer properties = ByteBuffer.wrap(mPropertyData); in updateStateFromTypedArray()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17531 Landroid/graphics/drawable/VectorDrawable$VFullPath;->mPropertyData:[B