/frameworks/layoutlib/bridge/src/android/graphics/ |
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 | BlurMaskFilter_Delegate.java | 59 BlurMaskFilter_Delegate newDelegate = new BlurMaskFilter_Delegate(); in nativeConstructor() local 60 return sManager.addNewDelegate(newDelegate); in nativeConstructor()
|
D | PaintFlagsDrawFilter_Delegate.java | 59 PaintFlagsDrawFilter_Delegate newDelegate = new PaintFlagsDrawFilter_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 | CornerPathEffect_Delegate.java | 66 CornerPathEffect_Delegate newDelegate = new CornerPathEffect_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 | DiscretePathEffect_Delegate.java | 66 DiscretePathEffect_Delegate newDelegate = new DiscretePathEffect_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 | ComposeShader_Delegate.java | 69 ComposeShader_Delegate newDelegate = new ComposeShader_Delegate(nativeMatrix); in nativeCreate() local 70 return sManager.addNewDelegate(newDelegate); in nativeCreate()
|
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 | 149 NinePatch_Delegate newDelegate = new NinePatch_Delegate(); in validateNinePatchChunk() local 150 newDelegate.chunk = chunk; in validateNinePatchChunk() 151 return sManager.addNewDelegate(newDelegate); in validateNinePatchChunk()
|
D | PorterDuffColorFilter_Delegate.java | 78 PorterDuffColorFilter_Delegate newDelegate = in native_CreateBlendModeFilter() local 80 return sManager.addNewDelegate(newDelegate); in native_CreateBlendModeFilter()
|
D | Canvas_Delegate.java | 105 Canvas_Delegate newDelegate = new Canvas_Delegate(bitmapDelegate); in nInitRaster() local 107 return sManager.addNewDelegate(newDelegate); in nInitRaster() 111 Canvas_Delegate newDelegate = new Canvas_Delegate(); in nInitRaster() local 113 return sManager.addNewDelegate(newDelegate); in nInitRaster()
|
D | SweepGradient_Delegate.java | 61 SweepGradient_Delegate newDelegate = new SweepGradient_Delegate(matrix, x, y, colors, in nativeCreate() local 63 return sManager.addNewDelegate(newDelegate); in nativeCreate()
|
D | RadialGradient_Delegate.java | 64 RadialGradient_Delegate newDelegate = new RadialGradient_Delegate(matrix, x, y, radius, in nativeCreate() local 66 return sManager.addNewDelegate(newDelegate); in nativeCreate()
|
D | LinearGradient_Delegate.java | 65 LinearGradient_Delegate newDelegate = new LinearGradient_Delegate(matrix, x0, y0, in nativeCreate() local 67 return sManager.addNewDelegate(newDelegate); in nativeCreate()
|
D | BitmapShader_Delegate.java | 87 BitmapShader_Delegate newDelegate = new BitmapShader_Delegate(nativeMatrix, in nativeCreate() local 91 return sManager.addNewDelegate(newDelegate); in nativeCreate()
|
D | Path_Delegate.java | 107 Path_Delegate newDelegate = new Path_Delegate(); in nInit() local 109 return sManager.addNewDelegate(newDelegate); in nInit() 115 Path_Delegate newDelegate = new Path_Delegate(); in nInit() local 120 newDelegate.set(pathDelegate); in nInit() 123 return sManager.addNewDelegate(newDelegate); in nInit()
|
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 | 689 Paint_Delegate newDelegate = new Paint_Delegate(); in nInit() local 690 return sManager.addNewDelegate(newDelegate); in nInit() 701 Paint_Delegate newDelegate = new Paint_Delegate(delegate); in nInitWithPaint() local 702 return sManager.addNewDelegate(newDelegate); in nInitWithPaint()
|
D | Matrix_Delegate.java | 184 Matrix_Delegate newDelegate = new Matrix_Delegate(); in nCreate() local 192 newDelegate.mValues, 0, in nCreate() 197 return sManager.addNewDelegate(newDelegate); in nCreate()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | DelegateManager.java | 165 public long addNewDelegate(T newDelegate) { in addNewDelegate() argument 168 sDelegates.put(native_object, newDelegate); in addNewDelegate() 170 sJavaReferences.add(newDelegate); in addNewDelegate()
|
/frameworks/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()
|