Home
last modified time | relevance | path

Searched defs:newDelegate (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DComposeShader_Delegate.java69 ComposeShader_Delegate newDelegate = new ComposeShader_Delegate(); in nativeCreate1() local
77 ComposeShader_Delegate newDelegate = new ComposeShader_Delegate(); in nativeCreate2() local
DTypeface_Delegate.java107 Typeface_Delegate newDelegate = new Typeface_Delegate(familyName, style); in nativeCreate() local
127 Typeface_Delegate newDelegate = new Typeface_Delegate(delegate.mFamily, style); in nativeCreateFromTypeface() local
156 Typeface_Delegate newDelegate = new Typeface_Delegate(font); in nativeCreateFromFile() local
DPaintFlagsDrawFilter_Delegate.java59 PaintFlagsDrawFilter_Delegate newDelegate = new PaintFlagsDrawFilter_Delegate(); in nativeConstructor() local
DBlurMaskFilter_Delegate.java59 BlurMaskFilter_Delegate newDelegate = new BlurMaskFilter_Delegate(); in nativeConstructor() local
DPixelXorXfermode_Delegate.java65 PixelXorXfermode_Delegate newDelegate = new PixelXorXfermode_Delegate(); in nativeCreate() local
DCornerPathEffect_Delegate.java66 CornerPathEffect_Delegate newDelegate = new CornerPathEffect_Delegate(); in nativeCreate() local
DColorMatrixColorFilter_Delegate.java59 ColorMatrixColorFilter_Delegate newDelegate = new ColorMatrixColorFilter_Delegate(); in nativeColorMatrixFilter() local
DEmbossMaskFilter_Delegate.java60 EmbossMaskFilter_Delegate newDelegate = new EmbossMaskFilter_Delegate(); in nativeConstructor() local
DSumPathEffect_Delegate.java66 SumPathEffect_Delegate newDelegate = new SumPathEffect_Delegate(); in nativeCreate() local
DDiscretePathEffect_Delegate.java66 DiscretePathEffect_Delegate newDelegate = new DiscretePathEffect_Delegate(); in nativeCreate() local
DComposePathEffect_Delegate.java66 ComposePathEffect_Delegate newDelegate = new ComposePathEffect_Delegate(); in nativeCreate() local
DLayerRasterizer_Delegate.java59 LayerRasterizer_Delegate newDelegate = new LayerRasterizer_Delegate(); in nativeConstructor() local
DAvoidXfermode_Delegate.java65 AvoidXfermode_Delegate newDelegate = new AvoidXfermode_Delegate(); in nativeCreate() local
DLightingColorFilter_Delegate.java59 LightingColorFilter_Delegate newDelegate = new LightingColorFilter_Delegate(); in native_CreateLightingFilter() local
DPathDashPathEffect_Delegate.java67 PathDashPathEffect_Delegate newDelegate = new PathDashPathEffect_Delegate(); in nativeCreate() local
DPorterDuffColorFilter_Delegate.java59 PorterDuffColorFilter_Delegate newDelegate = new PorterDuffColorFilter_Delegate(); in native_CreatePorterDuffFilter() local
DDashPathEffect_Delegate.java77 DashPathEffect_Delegate newDelegate = new DashPathEffect_Delegate(intervals, phase); in nativeCreate() local
DPorterDuffXfermode_Delegate.java131 PorterDuffXfermode_Delegate newDelegate = new PorterDuffXfermode_Delegate(mode); in nativeCreateXfermode() local
DBitmapShader_Delegate.java75 BitmapShader_Delegate newDelegate = new BitmapShader_Delegate( in nativeCreate() local
DSweepGradient_Delegate.java56 SweepGradient_Delegate newDelegate = new SweepGradient_Delegate(x, y, colors, positions); in nativeCreate1() local
DRadialGradient_Delegate.java59 RadialGradient_Delegate newDelegate = new RadialGradient_Delegate(x, y, radius, in nativeCreate1() local
DLinearGradient_Delegate.java60 LinearGradient_Delegate newDelegate = new LinearGradient_Delegate(x0, y0, x1, y1, in nativeCreate1() local
DRegion_Delegate.java268 Region_Delegate newDelegate = new Region_Delegate(); in nativeConstructor() local
DPath_Delegate.java93 Path_Delegate newDelegate = new Path_Delegate(); in init1() local
101 Path_Delegate newDelegate = new Path_Delegate(); in init2() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DDelegateManager.java119 public int addNewDelegate(T newDelegate) { in addNewDelegate()

12