Searched refs:getDelegate (Results 1 - 19 of 19) 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.java99 public static Paint_Delegate getDelegate(int native_paint) { method in class:Paint_Delegate
100 return sManager.getDelegate(native_paint);
251 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
264 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
280 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
291 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
337 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
348 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
359 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
370 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 DCanvas_Delegate.java73 public static Canvas_Delegate getDelegate(Canvas canvas) { method in class:Canvas_Delegate
74 return sManager.getDelegate(canvas.mNativeCanvas);
80 public static Canvas_Delegate getDelegate(int native_canvas) { method in class:Canvas_Delegate
81 return sManager.getDelegate(native_canvas);
105 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanvas.mNativeCanvas);
116 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanvas.mNativeCanvas);
127 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanvas.mNativeCanvas);
138 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanvas.mNativeCanvas);
149 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanvas.mNativeCanvas);
160 Canvas_Delegate canvasDelegate = sManager.getDelegate(thisCanva
[all...]
H A DBitmap_Delegate.java79 public static Bitmap_Delegate getDelegate(Bitmap bitmap) { method in class:Bitmap_Delegate
80 return sManager.getDelegate(bitmap.mNativeBitmap);
86 public static Bitmap_Delegate getDelegate(int native_bitmap) { method in class:Bitmap_Delegate
87 return sManager.getDelegate(native_bitmap);
196 Bitmap_Delegate delegate = sManager.getDelegate(bitmap.mNativeBitmap);
278 Bitmap_Delegate srcBmpDelegate = sManager.getDelegate(srcBitmap);
327 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
347 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
358 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
369 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitma
[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.java204 final Bitmap_Delegate bitmap_delegate = Bitmap_Delegate.getDelegate(bitmap_instance);
210 NinePatch_Delegate delegate = sManager.getDelegate(chunk);
230 Canvas_Delegate canvas_delegate = Canvas_Delegate.getDelegate(canvas_instance);
236 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
429 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(k, host, port, close);
450 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket();
468 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(
486 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(addr, port);
503 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(
523 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(host, port);
536 return getDelegate().getSupportedCipherSuites();
541 return getDelegate().getSupportedCipherSuites();
/frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
H A DDateIntervalFormat_Delegate.java42 DateIntervalFormat_Delegate delegate = sManager.getDelegate((int)address);

Completed in 171 milliseconds