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