Searched refs:getDelegate (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DColorFilter_Delegate.java49 public static ColorFilter_Delegate getDelegate(int nativeShader) { method in class:ColorFilter_Delegate
50 return sManager.getDelegate(nativeShader);
H A DDrawFilter_Delegate.java49 public static DrawFilter_Delegate getDelegate(int nativeDrawFilter) { method in class:DrawFilter_Delegate
50 return sManager.getDelegate(nativeDrawFilter);
H A DMaskFilter_Delegate.java49 public static MaskFilter_Delegate getDelegate(int nativeShader) { method in class:MaskFilter_Delegate
50 return sManager.getDelegate(nativeShader);
H A DRasterizer_Delegate.java49 public static Rasterizer_Delegate getDelegate(int nativeShader) { method in class:Rasterizer_Delegate
50 return sManager.getDelegate(nativeShader);
H A DPathEffect_Delegate.java51 public static PathEffect_Delegate getDelegate(int nativeShader) { method in class:PathEffect_Delegate
52 return sManager.getDelegate(nativeShader);
H A DXfermode_Delegate.java51 public static Xfermode_Delegate getDelegate(int native_instance) { method in class:Xfermode_Delegate
52 return sManager.getDelegate(native_instance);
H A DRegion_Delegate.java60 public static Region_Delegate getDelegate(int nativeShader) { method in class:Region_Delegate
61 return sManager.getDelegate(nativeShader);
142 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
152 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
162 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
172 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
183 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
195 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
206 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
211 Region_Delegate targetRegionDelegate = sManager.getDelegate(rg
[all...]
H A DShader_Delegate.java52 public static Shader_Delegate getDelegate(int nativeShader) { method in class:Shader_Delegate
53 return sManager.getDelegate(nativeShader);
87 Shader_Delegate shaderDelegate = sManager.getDelegate(native_shader);
92 shaderDelegate.mLocalMatrix = Matrix_Delegate.getDelegate(matrix_instance);
H A DPaint_Delegate.java100 public static Paint_Delegate getDelegate(int native_paint) { method in class:Paint_Delegate
101 return sManager.getDelegate(native_paint);
252 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
265 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
281 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
292 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
338 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
349 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
360 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
371 Paint_Delegate delegate = sManager.getDelegate(thisPain
[all...]
H A DPath_Delegate.java66 public static Path_Delegate getDelegate(int nPath) { method in class:Path_Delegate
67 return sManager.getDelegate(nPath);
104 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
114 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
131 Path_Delegate pathDstDelegate = sManager.getDelegate(native_dst);
136 Path_Delegate pathSrcDelegate = sManager.getDelegate(native_src);
146 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
156 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
166 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
176 Path_Delegate pathDelegate = sManager.getDelegate(nPat
[all...]
H A DMatrix_Delegate.java56 public static Matrix_Delegate getDelegate(int native_instance) { method in class:Matrix_Delegate
57 return sManager.getDelegate(native_instance);
64 Matrix_Delegate delegate = sManager.getDelegate(m.native_instance);
73 Matrix_Delegate delegate = sManager.getDelegate(m.native_instance);
183 Matrix_Delegate oldDelegate = sManager.getDelegate(native_src_or_zero);
197 Matrix_Delegate d = sManager.getDelegate(native_object);
207 Matrix_Delegate d = sManager.getDelegate(native_object);
217 Matrix_Delegate d = sManager.getDelegate(native_object);
227 Matrix_Delegate d = sManager.getDelegate(native_object);
232 Matrix_Delegate src = sManager.getDelegate(othe
[all...]
H A DBitmap_Delegate.java72 public static Bitmap_Delegate getDelegate(Bitmap bitmap) { method in class:Bitmap_Delegate
73 return sManager.getDelegate(bitmap.mNativeBitmap);
79 public static Bitmap_Delegate getDelegate(int native_bitmap) { method in class:Bitmap_Delegate
80 return sManager.getDelegate(native_bitmap);
142 Bitmap_Delegate delegate = sManager.getDelegate(bitmap.mNativeBitmap);
219 Bitmap_Delegate srcBmpDelegate = sManager.getDelegate(srcBitmap);
266 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
286 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
297 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
308 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitma
[all...]
H A DCanvas_Delegate.java75 public static Canvas_Delegate getDelegate(Canvas canvas) { method in class:Canvas_Delegate
76 return sManager.getDelegate(canvas.mNativeCanvas);
82 public static Canvas_Delegate getDelegate(int native_canvas) { method in class:Canvas_Delegate
83 return sManager.getDelegate(native_canvas);
107 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanvas.mNativeCanvas);
118 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanvas.mNativeCanvas);
129 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanvas.mNativeCanvas);
140 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanvas.mNativeCanvas);
151 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanvas.mNativeCanvas);
162 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanva
[all...]
H A DTypeface_Delegate.java78 public static Typeface_Delegate getDelegate(int nativeTypeface) { method in class:Typeface_Delegate
79 return sManager.getDelegate(nativeTypeface);
87 Typeface_Delegate delegate = sManager.getDelegate(native_int);
122 Typeface_Delegate delegate = sManager.getDelegate(native_instance);
183 Typeface_Delegate delegate = sManager.getDelegate(native_instance);
H A DNinePatch_Delegate.java188 final Bitmap_Delegate bitmap_delegate = Bitmap_Delegate.getDelegate(bitmap_instance);
209 Canvas_Delegate canvas_delegate = Canvas_Delegate.getDelegate(canvas_instance);
215 Paint_Delegate paint_delegate = Paint_Delegate.getDelegate(paint_instance_or_null);
H A DBitmapShader_Delegate.java70 Bitmap_Delegate bitmap = Bitmap_Delegate.getDelegate(native_bitmap);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DDelegateManager.java51 * will do is call {@link #getDelegate(int)} to get the Java object matching the int.
97 public T getDelegate(int native_object) { method in class:DelegateManager
137 T delegate = getDelegate(native_object);
/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java220 private synchronized SSLSocketFactory getDelegate() { method in class:SSLCertificateSocketFactory
378 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(k, host, port, close);
397 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket();
413 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(
429 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(addr, port);
444 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(
462 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(host, port);
473 return getDelegate().getSupportedCipherSuites();
478 return getDelegate().getSupportedCipherSuites();

Completed in 1356 milliseconds