Searched refs:mPropertyData (Results 1 – 2 of 2) sorted by relevance
1899 private byte[] mPropertyData; field in VectorDrawable.VFullPath2000 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()
20409 Landroid/graphics/drawable/VectorDrawable$VFullPath;->mPropertyData:[B