/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | ComposeShader_Delegate.java | 69 ComposeShader_Delegate newDelegate = new ComposeShader_Delegate(); in nativeCreate1() local 70 return sManager.addNewDelegate(newDelegate); in nativeCreate1() 77 ComposeShader_Delegate newDelegate = new ComposeShader_Delegate(); in nativeCreate2() local 78 return sManager.addNewDelegate(newDelegate); in nativeCreate2()
|
D | ColorMatrixColorFilter_Delegate.java | 54 ColorMatrixColorFilter_Delegate newDelegate = new ColorMatrixColorFilter_Delegate(); in nativeColorMatrixFilter() local 55 return sManager.addNewDelegate(newDelegate); in nativeColorMatrixFilter()
|
D | LightingColorFilter_Delegate.java | 54 LightingColorFilter_Delegate newDelegate = new LightingColorFilter_Delegate(); in native_CreateLightingFilter() local 55 return sManager.addNewDelegate(newDelegate); in native_CreateLightingFilter()
|
D | PaintFlagsDrawFilter_Delegate.java | 59 PaintFlagsDrawFilter_Delegate newDelegate = new PaintFlagsDrawFilter_Delegate(); in nativeConstructor() local 60 return sManager.addNewDelegate(newDelegate); in nativeConstructor()
|
D | BlurMaskFilter_Delegate.java | 59 BlurMaskFilter_Delegate newDelegate = new BlurMaskFilter_Delegate(); in nativeConstructor() local 60 return sManager.addNewDelegate(newDelegate); in nativeConstructor()
|
D | EmbossMaskFilter_Delegate.java | 60 EmbossMaskFilter_Delegate newDelegate = new EmbossMaskFilter_Delegate(); in nativeConstructor() local 61 return sManager.addNewDelegate(newDelegate); in nativeConstructor()
|
D | LayerRasterizer_Delegate.java | 59 LayerRasterizer_Delegate newDelegate = new LayerRasterizer_Delegate(); in nativeConstructor() local 60 return sManager.addNewDelegate(newDelegate); in nativeConstructor()
|
D | CornerPathEffect_Delegate.java | 66 CornerPathEffect_Delegate newDelegate = new CornerPathEffect_Delegate(); in nativeCreate() local 67 return sManager.addNewDelegate(newDelegate); in nativeCreate()
|
D | DiscretePathEffect_Delegate.java | 66 DiscretePathEffect_Delegate newDelegate = new DiscretePathEffect_Delegate(); in nativeCreate() local 67 return sManager.addNewDelegate(newDelegate); in nativeCreate()
|
D | ComposePathEffect_Delegate.java | 66 ComposePathEffect_Delegate newDelegate = new ComposePathEffect_Delegate(); in nativeCreate() local 67 return sManager.addNewDelegate(newDelegate); in nativeCreate()
|
D | SumPathEffect_Delegate.java | 66 SumPathEffect_Delegate newDelegate = new SumPathEffect_Delegate(); in nativeCreate() local 67 return sManager.addNewDelegate(newDelegate); in nativeCreate()
|
D | PathDashPathEffect_Delegate.java | 67 PathDashPathEffect_Delegate newDelegate = new PathDashPathEffect_Delegate(); in nativeCreate() local 68 return sManager.addNewDelegate(newDelegate); in nativeCreate()
|
D | PorterDuffXfermode_Delegate.java | 77 PorterDuffXfermode_Delegate newDelegate = new PorterDuffXfermode_Delegate(mode); in nativeCreateXfermode() local 78 return sManager.addNewDelegate(newDelegate); in nativeCreateXfermode()
|
D | DashPathEffect_Delegate.java | 77 DashPathEffect_Delegate newDelegate = new DashPathEffect_Delegate(intervals, phase); in nativeCreate() local 78 return sManager.addNewDelegate(newDelegate); in nativeCreate()
|
D | NinePatch_Delegate.java | 162 NinePatch_Delegate newDelegate = new NinePatch_Delegate(); in validateNinePatchChunk() local 163 newDelegate.chunk = chunk; in validateNinePatchChunk() 164 return sManager.addNewDelegate(newDelegate); in validateNinePatchChunk()
|
D | PorterDuffColorFilter_Delegate.java | 78 PorterDuffColorFilter_Delegate newDelegate = in native_CreatePorterDuffFilter() local 80 return sManager.addNewDelegate(newDelegate); in native_CreatePorterDuffFilter()
|
D | SweepGradient_Delegate.java | 56 SweepGradient_Delegate newDelegate = new SweepGradient_Delegate(x, y, colors, positions); in nativeCreate1() local 57 return sManager.addNewDelegate(newDelegate); in nativeCreate1()
|
D | Path_Delegate.java | 101 Path_Delegate newDelegate = new Path_Delegate(); in init1() local 103 return sManager.addNewDelegate(newDelegate); in init1() 109 Path_Delegate newDelegate = new Path_Delegate(); in init2() local 114 newDelegate.set(pathDelegate); in init2() 117 return sManager.addNewDelegate(newDelegate); in init2()
|
D | BitmapShader_Delegate.java | 85 BitmapShader_Delegate newDelegate = new BitmapShader_Delegate( in nativeCreate() local 89 return sManager.addNewDelegate(newDelegate); in nativeCreate()
|
D | RadialGradient_Delegate.java | 61 RadialGradient_Delegate newDelegate = new RadialGradient_Delegate(x, y, radius, in nativeCreate1() local 63 return sManager.addNewDelegate(newDelegate); in nativeCreate1()
|
D | LinearGradient_Delegate.java | 62 LinearGradient_Delegate newDelegate = new LinearGradient_Delegate(x0, y0, x1, y1, in nativeCreate1() local 64 return sManager.addNewDelegate(newDelegate); in nativeCreate1()
|
D | Region_Delegate.java | 268 Region_Delegate newDelegate = new Region_Delegate(); in nativeConstructor() local 269 return sManager.addNewDelegate(newDelegate); in nativeConstructor()
|
D | Paint_Delegate.java | 675 Paint_Delegate newDelegate = new Paint_Delegate(); in nInit() local 676 return sManager.addNewDelegate(newDelegate); in nInit() 687 Paint_Delegate newDelegate = new Paint_Delegate(delegate); in nInitWithPaint() local 688 return sManager.addNewDelegate(newDelegate); in nInitWithPaint()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | DelegateManager.java | 128 public long addNewDelegate(T newDelegate) { in addNewDelegate() argument 131 sDelegates.put(native_object, newDelegate); in addNewDelegate() 132 assert !sJavaReferences.contains(newDelegate); in addNewDelegate() 133 sJavaReferences.add(newDelegate); in addNewDelegate()
|
/frameworks/base/tools/layoutlib/bridge/src/libcore/io/ |
D | MemoryMappedFile_Delegate.java | 70 MemoryMappedFile_Delegate newDelegate = new MemoryMappedFile_Delegate(file); in mmapRO() local 73 long delegateIndex = sManager.addNewDelegate(newDelegate); in mmapRO()
|