Searched refs:mPropertyData (Results 1 – 1 of 1) sorted by relevance
1716 private byte[] mPropertyData; field in VectorDrawable.VFullPath1809 if (mPropertyData == null) { in updateStateFromTypedArray()1812 mPropertyData = new byte[byteCount]; in updateStateFromTypedArray()1817 boolean success = nGetFullPathProperties(mNativePtr, mPropertyData, byteCount); in updateStateFromTypedArray()1822 ByteBuffer properties = ByteBuffer.wrap(mPropertyData); in updateStateFromTypedArray()