Searched refs:mPropertyData (Results 1 – 2 of 2) sorted by relevance
1895 private byte[] mPropertyData; field in VectorDrawable.VFullPath1996 if (mPropertyData == null) { in updateStateFromTypedArray()1999 mPropertyData = new byte[byteCount]; in updateStateFromTypedArray()2004 boolean success = nGetFullPathProperties(mNativePtr, mPropertyData, byteCount); in updateStateFromTypedArray()2009 ByteBuffer properties = ByteBuffer.wrap(mPropertyData); in updateStateFromTypedArray()
20418 Landroid/graphics/drawable/VectorDrawable$VFullPath;->mPropertyData:[B