Searched defs:mPropertyData (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1780 private byte[] mPropertyData; field in class:VectorDrawable.VFullPath
1881 if (mPropertyData == null) {
1884 mPropertyData = new byte[byteCount];
1889 boolean success = nGetFullPathProperties(mNativePtr, mPropertyData, byteCount);
1894 ByteBuffer properties = ByteBuffer.wrap(mPropertyData);

Completed in 93 milliseconds