Home
last modified time | relevance | path

Searched refs:getDelegate (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java60 public static Canvas_Delegate getDelegate(Canvas canvas) { in getDelegate() method in Canvas_Delegate
61 return (Canvas_Delegate) sManager.getDelegate(canvas.getNativeCanvasWrapper()); in getDelegate()
67 public static Canvas_Delegate getDelegate(long native_canvas) { in getDelegate() method in Canvas_Delegate
68 return (Canvas_Delegate) sManager.getDelegate(native_canvas); in getDelegate()
103 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmapHandle); in nInitRaster()
119 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(canvas); in nSetBitmap()
120 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmapHandle); in nSetBitmap()
131 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas); in nIsOpaque()
142 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas); in nGetWidth()
153 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas); in nGetHeight()
[all …]
DRenderNode_Delegate.java76 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nSetElevation()
86 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nGetElevation()
95 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nSetTranslationX()
105 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nGetTranslationX()
114 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nSetTranslationY()
124 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nGetTranslationY()
133 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nSetTranslationZ()
143 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nGetTranslationZ()
152 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nSetRotation()
162 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nGetRotation()
[all …]
DPaint_Delegate.java121 public static Paint_Delegate getDelegate(long native_paint) { in getDelegate() method in Paint_Delegate
122 return sManager.getDelegate(native_paint); in getDelegate()
136 typeface = Typeface_Delegate.getDelegate(Typeface.sDefaultTypeface.native_instance); in getFonts()
262 mColorFilter = ColorFilter_Delegate.getDelegate(colorFilterPtr); in setColorFilter()
266 mShader = Shader_Delegate.getDelegate(shaderPtr); in setShader()
292 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nGetFlags()
305 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nSetFlags()
321 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nGetHinting()
332 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nSetHinting()
381 Paint_Delegate delegate = sManager.getDelegate(paintPtr); in nSetColor()
[all …]
DRegion_Delegate.java60 public static Region_Delegate getDelegate(long nativeShader) { in getDelegate() method in Region_Delegate
61 return sManager.getDelegate(nativeShader); in getDelegate()
142 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion); in isEmpty()
152 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion); in isRect()
162 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion); in isComplex()
172 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion); in contains()
183 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion); in quickContains()
195 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion); in quickReject()
206 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion); in quickReject()
211 Region_Delegate targetRegionDelegate = sManager.getDelegate(rgn.mNativeRegion); in quickReject()
[all …]
DPath_Delegate.java78 public static Path_Delegate getDelegate(long nPath) { in getDelegate() method in Path_Delegate
79 return sManager.getDelegate(nPath); in getDelegate()
118 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in nInit()
128 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in nReset()
145 Path_Delegate pathDstDelegate = sManager.getDelegate(native_dst); in nSet()
150 Path_Delegate pathSrcDelegate = sManager.getDelegate(nSrc); in nSet()
167 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in nGetFillType()
177 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in nSetFillType()
187 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in nIsEmpty()
194 Path_Delegate pathDelegate = sManager.getDelegate(nPath); in nIsRect()
[all …]
DMatrix_Delegate.java59 public static Matrix_Delegate getDelegate(long native_instance) { in getDelegate() method in Matrix_Delegate
60 return sManager.getDelegate(native_instance); in getDelegate()
67 Matrix_Delegate delegate = sManager.getDelegate(m.native_instance); in getAffineTransform()
76 Matrix_Delegate delegate = sManager.getDelegate(m.native_instance); in hasPerspective()
189 Matrix_Delegate oldDelegate = sManager.getDelegate(native_src_or_zero); in nCreate()
203 Matrix_Delegate d = sManager.getDelegate(native_object); in nIsIdentity()
213 Matrix_Delegate d = sManager.getDelegate(native_object); in nIsAffine()
223 Matrix_Delegate d = sManager.getDelegate(native_object); in nRectStaysRect()
233 Matrix_Delegate d = sManager.getDelegate(native_object); in nReset()
243 Matrix_Delegate d = sManager.getDelegate(native_object); in nSet()
[all …]
DBitmap_Delegate.java92 public static Bitmap_Delegate getDelegate(long native_bitmap) { in getDelegate() method in Bitmap_Delegate
93 return sManager.getDelegate(native_bitmap); in getDelegate()
242 Bitmap_Delegate srcBmpDelegate = sManager.getDelegate(srcBitmap); in nativeCopy()
317 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeErase()
342 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeRowBytes()
353 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeConfig()
364 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeHasAlpha()
372 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeHasMipMap()
380 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeGetPixel()
396 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeGetPixels()
[all …]
DTypeface_Delegate.java100 public static Typeface_Delegate getDelegate(long nativeTypeface) { in getDelegate() method in Typeface_Delegate
101 return sManager.getDelegate(nativeTypeface); in getDelegate()
108 Typeface_Delegate delegate = sManager.getDelegate(native_instance); in nativeCreateFromTypeface()
110 delegate = sManager.getDelegate(sDefaultTypeface); in nativeCreateFromTypeface()
124 Typeface_Delegate delegate = sManager.getDelegate(native_instance); in nativeCreateFromTypefaceWithExactStyle()
126 delegate = sManager.getDelegate(sDefaultTypeface); in nativeCreateFromTypefaceWithExactStyle()
159 Typeface_Delegate delegate = sManager.getDelegate(native_instance); in nativeCreateWeightAlias()
161 delegate = sManager.getDelegate(sDefaultTypeface); in nativeCreateWeightAlias()
180 fontFamilies.add(FontFamily_Delegate.getDelegate(aFamilyArray)); in nativeCreateFromArray()
182 fontFamilyBuilders.add(FontFamily_Builder_Delegate.getDelegate(aFamilyArray)); in nativeCreateFromArray()
[all …]
DPathMeasure_Delegate.java63 Path_Delegate pathDelegate = Path_Delegate.getDelegate(native_path); in PathMeasure_Delegate()
105 PathMeasure_Delegate pathMeasure = sManager.getDelegate(native_instance); in native_setPath()
115 Path_Delegate pathDelegate = Path_Delegate.getDelegate(native_path); in native_setPath()
125 PathMeasure_Delegate pathMeasure = sManager.getDelegate(native_instance); in native_getLength()
137 PathMeasure_Delegate pathMeasure = sManager.getDelegate(native_instance); in native_isClosed()
140 Path_Delegate path = Path_Delegate.getDelegate(pathMeasure.mNativePath); in native_isClosed()
166 PathMeasure_Delegate pathMeasure = sManager.getDelegate(native_instance); in native_getSegment()
DShader_Delegate.java56 public static Shader_Delegate getDelegate(long nativeShader) { in getDelegate() method in Shader_Delegate
57 return sManager.getDelegate(nativeShader); in getDelegate()
100 mLocalMatrix = Matrix_Delegate.getDelegate(nativeMatrix); in setLocalMatrix()
DBaseCanvas_Delegate.java84 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmapHandle); in nDrawBitmap()
104 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmapHandle); in nDrawBitmap()
137 BaseCanvas_Delegate canvasDelegate = sManager.getDelegate(nativeCanvas); in nDrawColor()
372 final Path_Delegate pathDelegate = Path_Delegate.getDelegate(path); in nDrawPath()
433 final Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(nativeBitmap); in nDrawNinePatch()
453 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas); in nDrawNinePatch()
459 Paint_Delegate paintDelegate = Paint_Delegate.getDelegate(nativePaintOrZero); in nDrawNinePatch()
476 BaseCanvas_Delegate canvasDelegate = sManager.getDelegate(nCanvas); in nDrawBitmapMatrix()
482 Paint_Delegate paintDelegate = Paint_Delegate.getDelegate(nPaint); in nDrawBitmapMatrix()
485 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmapHandle); in nDrawBitmapMatrix()
[all …]
DDrawFilter_Delegate.java49 public static DrawFilter_Delegate getDelegate(long nativeDrawFilter) { in getDelegate() method in DrawFilter_Delegate
50 return sManager.getDelegate(nativeDrawFilter); in getDelegate()
DMaskFilter_Delegate.java49 public static MaskFilter_Delegate getDelegate(long nativeShader) { in getDelegate() method in MaskFilter_Delegate
50 return sManager.getDelegate(nativeShader); in getDelegate()
DPathEffect_Delegate.java51 public static PathEffect_Delegate getDelegate(long nativeShader) { in getDelegate() method in PathEffect_Delegate
52 return sManager.getDelegate(nativeShader); in getDelegate()
DColorFilter_Delegate.java54 public static ColorFilter_Delegate getDelegate(long nativeShader) { in getDelegate() method in ColorFilter_Delegate
55 return sManager.getDelegate(nativeShader); in getDelegate()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java110 VPathRenderer_Delegate rendererToCopy = VNativeObject.getDelegate(rendererToCopyPtr); in nCreateTreeFromCopy()
118 VPathRenderer_Delegate nativePathRenderer = VNativeObject.getDelegate(rendererPtr); in nSetRendererViewportSize()
125 VPathRenderer_Delegate nativePathRenderer = VNativeObject.getDelegate(rendererPtr); in nSetRootAlpha()
133 VPathRenderer_Delegate nativePathRenderer = VNativeObject.getDelegate(rendererPtr); in nGetRootAlpha()
140 VPathRenderer_Delegate nativePathRenderer = VNativeObject.getDelegate(rendererPtr); in nSetAntiAlias()
152 VPathRenderer_Delegate nativePathRenderer = VNativeObject.getDelegate(rendererPtr); in nDraw()
183 VFullPath_Delegate original = VNativeObject.getDelegate(nativeFullPathPtr); 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()
[all …]
DAnimatedVectorDrawable_Delegate.java68 PropertySetter holder = sHolders.getDelegate(propertyValuesHolder); in nAddAnimator()
76 NativeInterpolatorFactoryHelper_Delegate.getDelegate(nativeInterpolator)); in nAddAnimator()
84 AnimatorSetHolder set = sAnimatorSets.getDelegate(setPtr); in nAddAnimator()
92 VGroup_Delegate group = VNativeObject.getDelegate(nativePtr); in nCreateGroupPropertyHolder()
110 VFullPath_Delegate path = VNativeObject.getDelegate(nativePtr); in nCreatePathColorPropertyHolder()
120 VFullPath_Delegate path = VNativeObject.getDelegate(nativePtr); in nCreatePathPropertyHolder()
130 VPathRenderer_Delegate renderer = VNativeObject.getDelegate(nativePtr); in nCreateRootAlphaPropertyHolder()
139 PropertySetter setter = sHolders.getDelegate(nativePtr); in nSetPropertyHolderData()
147 PropertySetter setter = sHolders.getDelegate(nativePtr); in nSetPropertyHolderData()
155 AnimatorSetHolder animatorSet = sAnimatorSets.getDelegate(animatorSetPtr); in nStart()
[all …]
/frameworks/base/core/java/android/net/
DSSLCertificateSocketFactory.java274 private synchronized SSLSocketFactory getDelegate() { in getDelegate() method in SSLCertificateSocketFactory
494 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(k, host, port, close); in createSocket()
515 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(); in createSocket()
535 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket( in createSocket()
555 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(addr, port); in createSocket()
575 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket( in createSocket()
598 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(host, port); in createSocket()
611 return getDelegate().getDefaultCipherSuites(); in getDefaultCipherSuites()
616 return getDelegate().getSupportedCipherSuites(); in getSupportedCipherSuites()
/frameworks/layoutlib/bridge/src/android/graphics/text/
DLineBreaker_Delegate.java97 Builder builder = sBuilderManager.getDelegate(nativePtr); in nComputeLineBreaks()
146 Result result = sResultManager.getDelegate(ptr); in nGetLineCount()
152 Result result = sResultManager.getDelegate(ptr); in nGetLineBreakOffset()
158 Result result = sResultManager.getDelegate(ptr); in nGetLineWidth()
164 Result result = sResultManager.getDelegate(ptr); in nGetLineAscent()
170 Result result = sResultManager.getDelegate(ptr); in nGetLineDescent()
176 Result result = sResultManager.getDelegate(ptr); in nGetLineFlag()
DMeasuredText_Builder_Delegate.java66 MeasuredText_Builder_Delegate builder = sBuilderManager.getDelegate(nativeBuilderPtr); in nAddStyleRun()
85 MeasuredText_Builder_Delegate builder = sBuilderManager.getDelegate(nativeBuilderPtr); in nAddReplacementRun()
107 Paint_Delegate paint = Paint_Delegate.getDelegate(nativePaint); in measureText()
DMeasuredText_Delegate.java80 MeasuredText_Delegate delegate = sManager.getDelegate(measuredTextPtr); in computeRuns()
85 … MeasuredText_Builder_Delegate.sBuilderManager.getDelegate(delegate.mNativeBuilderPtr); in computeRuns()
/frameworks/layoutlib/bridge/src/android/graphics/fonts/
DFontFamily_Builder_Delegate.java80 FontFamily_Builder_Delegate builder = sBuilderManager.getDelegate(builderPtr); in nAddFont()
81 Font_Builder_Delegate font = Font_Builder_Delegate.sBuilderManager.getDelegate(fontPtr); in nAddFont()
90 FontFamily_Builder_Delegate builder = sBuilderManager.getDelegate(builderPtr); in nBuild()
110 public static FontFamily_Builder_Delegate getDelegate(long nativeFontFamily) {
111 return sBuilderManager.getDelegate(nativeFontFamily);
/frameworks/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java54 public static PathParser_Delegate getDelegate(long nativePtr) { in getDelegate() method in PathParser_Delegate
55 return sManager.getDelegate(nativePtr); in getDelegate()
69 Path_Delegate path_delegate = Path_Delegate.getDelegate(pathPtr); in nParseStringForPath()
79 Path_Delegate path_delegate = Path_Delegate.getDelegate(outPathPtr); in nCreatePathFromPathData()
80 PathParser_Delegate source = sManager.getDelegate(outPathPtr); in nCreatePathFromPathData()
95 PathParser_Delegate source = sManager.getDelegate(nativePtr); in nCreatePathData()
116 PathParser_Delegate out = sManager.getDelegate(outDataPtr); in nInterpolatePathData()
117 PathParser_Delegate from = sManager.getDelegate(fromDataPtr); in nInterpolatePathData()
118 PathParser_Delegate to = sManager.getDelegate(toDataPtr); in nInterpolatePathData()
149 PathParser_Delegate fromPath = PathParser_Delegate.getDelegate(fromDataPtr); in nCanMorph()
[all …]
/frameworks/layoutlib/bridge/src/libcore/io/
DMemoryMappedFile_Delegate.java95 MemoryMappedFile_Delegate delegate = getDelegate(file); in bigEndianIterator()
113 private static MemoryMappedFile_Delegate getDelegate(MemoryMappedFile file) { in getDelegate() method in MemoryMappedFile_Delegate
115 return index == null ? null : sManager.getDelegate(index); in getDelegate()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DDelegateManager.java140 public T getDelegate(long native_object) { in getDelegate() method in DelegateManager
190 T delegate = getDelegate(native_object); in removeJavaReferenceFor()
225 T delegate = getDelegate(native_object); in markAsNativeAllocation()

12