Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1899 private byte[] mPropertyData; field in VectorDrawable.VFullPath
2000 if (mPropertyData == null) { in updateStateFromTypedArray()
2003 mPropertyData = new byte[byteCount]; in updateStateFromTypedArray()
2008 boolean success = nGetFullPathProperties(mNativePtr, mPropertyData, byteCount); in updateStateFromTypedArray()
2013 ByteBuffer properties = ByteBuffer.wrap(mPropertyData); in updateStateFromTypedArray()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt20409 Landroid/graphics/drawable/VectorDrawable$VFullPath;->mPropertyData:[B