Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java178 return addNativeObject(new VFullPath_Delegate()); in nCreateFullPath()
184 return addNativeObject(new VFullPath_Delegate(original)); in nCreateFullPath()
190 VFullPath_Delegate path = VNativeObject.getDelegate(pathPtr); in nGetFullPathProperties()
218 VFullPath_Delegate path = VNativeObject.getDelegate(pathPtr); in nUpdateFullPathProperties()
236 VFullPath_Delegate path = VNativeObject.getDelegate(pathPtr); in nUpdateFullPathFillGradient()
243 VFullPath_Delegate path = VNativeObject.getDelegate(pathPtr); in nUpdateFullPathStrokeGradient()
418 VFullPath_Delegate path = VNativeObject.getDelegate(pathPtr); in nGetStrokeWidth()
560 static class VFullPath_Delegate extends VPath_Delegate { class in VectorDrawable_Delegate
638 private VFullPath_Delegate() { in VFullPath_Delegate() method in VectorDrawable_Delegate.VFullPath_Delegate
642 private VFullPath_Delegate(VFullPath_Delegate copy) { in VFullPath_Delegate() method in VectorDrawable_Delegate.VFullPath_Delegate
[all …]
H A DAnimatedVectorDrawable_Delegate.java32 import android.graphics.drawable.VectorDrawable_Delegate.VFullPath_Delegate;
110 VFullPath_Delegate path = VNativeObject.getDelegate(nativePtr); in nCreatePathColorPropertyHolder()
120 VFullPath_Delegate path = VNativeObject.getDelegate(nativePtr); in nCreatePathPropertyHolder()