Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1433 private byte[] mPropertyData; field in VectorDrawable.VFullPath
1513 if (mPropertyData == null) { in updateStateFromTypedArray()
1516 mPropertyData = new byte[byteCount]; in updateStateFromTypedArray()
1521 boolean success = nGetFullPathProperties(mNativePtr, mPropertyData, byteCount); in updateStateFromTypedArray()
1526 ByteBuffer properties = ByteBuffer.wrap(mPropertyData); in updateStateFromTypedArray()