Searched defs:getDelegate (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DDrawFilter_Delegate.java49 public static DrawFilter_Delegate getDelegate(long nativeDrawFilter) { method in class:DrawFilter_Delegate
50 return sManager.getDelegate(nativeDrawFilter);
H A DMaskFilter_Delegate.java49 public static MaskFilter_Delegate getDelegate(long nativeShader) { method in class:MaskFilter_Delegate
50 return sManager.getDelegate(nativeShader);
H A DRasterizer_Delegate.java49 public static Rasterizer_Delegate getDelegate(long nativeShader) { method in class:Rasterizer_Delegate
50 return sManager.getDelegate(nativeShader);
H A DColorFilter_Delegate.java51 public static ColorFilter_Delegate getDelegate(long nativeShader) { method in class:ColorFilter_Delegate
52 return sManager.getDelegate(nativeShader);
H A DPathEffect_Delegate.java51 public static PathEffect_Delegate getDelegate(long nativeShader) { method in class:PathEffect_Delegate
52 return sManager.getDelegate(nativeShader);
H A DXfermode_Delegate.java51 public static Xfermode_Delegate getDelegate(long native_instance) { method in class:Xfermode_Delegate
52 return sManager.getDelegate(native_instance);
H A DShader_Delegate.java52 public static Shader_Delegate getDelegate(long nativeShader) { method in class:Shader_Delegate
53 return sManager.getDelegate(nativeShader);
86 Shader_Delegate shaderDelegate = sManager.getDelegate(native_shader);
91 shaderDelegate.mLocalMatrix = Matrix_Delegate.getDelegate(matrix_instance);
H A DTypeface_Delegate.java70 public static Typeface_Delegate getDelegate(long nativeTypeface) { method in class:Typeface_Delegate
71 return sManager.getDelegate(nativeTypeface);
138 Typeface_Delegate delegate = sManager.getDelegate(native_instance);
140 delegate = sManager.getDelegate(sDefaultTypeface);
152 Typeface_Delegate delegate = sManager.getDelegate(native_instance);
154 delegate = sManager.getDelegate(sDefaultTypeface);
168 fontFamilies[i] = FontFamily_Delegate.getDelegate(familyArray[i]);
181 Typeface_Delegate delegate = sManager.getDelegate(native_instance);
H A DFontFamily_Delegate.java112 public static FontFamily_Delegate getDelegate(long nativeFontFamily) { method in class:FontFamily_Delegate
113 return sManager.getDelegate(nativeFontFamily);
243 final FontFamily_Delegate delegate = getDelegate(nativeFamily);
262 final FontFamily_Delegate delegate = getDelegate(nativeFamily);
H A DRegion_Delegate.java60 public static Region_Delegate getDelegate(long 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 DBitmap_Delegate.java81 public static Bitmap_Delegate getDelegate(Bitmap bitmap) { method in class:Bitmap_Delegate
82 return sManager.getDelegate(bitmap.mNativeBitmap);
88 public static Bitmap_Delegate getDelegate(long native_bitmap) { method in class:Bitmap_Delegate
89 return sManager.getDelegate(native_bitmap);
198 Bitmap_Delegate delegate = sManager.getDelegate(bitmap.mNativeBitmap);
280 Bitmap_Delegate srcBmpDelegate = sManager.getDelegate(srcBitmap);
336 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
356 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
367 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
378 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitma
[all...]
H A DMatrix_Delegate.java56 public static Matrix_Delegate getDelegate(long 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);
237 Matrix_Delegate d = sManager.getDelegate(native_objec
[all...]
H A DPath_Delegate.java66 public static Path_Delegate getDelegate(long 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);
153 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
163 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
173 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
183 Path_Delegate pathDelegate = sManager.getDelegate(nPat
[all...]
H A DCanvas_Delegate.java77 public static Canvas_Delegate getDelegate(Canvas canvas) { method in class:Canvas_Delegate
78 return sManager.getDelegate(canvas.getNativeCanvasWrapper());
84 public static Canvas_Delegate getDelegate(long native_canvas) { method in class:Canvas_Delegate
85 return sManager.getDelegate(native_canvas);
120 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(nativeBitmapOrZero);
137 Canvas_Delegate canvasDelegate = sManager.getDelegate(canvas);
138 Bitmap_Delegate bitmapDelegate = Bitmap_Delegate.getDelegate(bitmap);
149 Canvas_Delegate canvasDelegate = sManager.getDelegate(nativeCanvas);
160 Canvas_Delegate canvasDelegate = sManager.getDelegate(nativeCanvas);
171 Canvas_Delegate canvasDelegate = sManager.getDelegate(nativeCanva
[all...]
H A DPaint_Delegate.java103 public static Paint_Delegate getDelegate(long native_paint) { method in class:Paint_Delegate
104 return sManager.getDelegate(native_paint);
254 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
267 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
283 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
294 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
340 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
351 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
362 Paint_Delegate delegate = sManager.getDelegate(thisPaint.mNativePaint);
373 Paint_Delegate delegate = sManager.getDelegate(thisPain
[all...]
/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(long 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().getDefaultCipherSuites();
541 return getDelegate().getSupportedCipherSuites();
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivity.java73 return getDelegate().getSupportActionBar();
92 getDelegate().setSupportActionBar(toolbar);
97 return getDelegate().getMenuInflater();
102 getDelegate().setContentView(layoutResID);
107 getDelegate().setContentView(view);
112 getDelegate().setContentView(view, params);
117 getDelegate().addContentView(view, params);
123 getDelegate().onCreate(savedInstanceState);
129 getDelegate().onConfigurationChanged(newConfig);
135 getDelegate()
555 private ActionBarActivityDelegate getDelegate() { method in class:ActionBarActivity
[all...]
/frameworks/testing/espresso/libs/
H A Ddagger-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF dagger/ dagger/internal/ dagger/internal/loaders/ dagger/internal/ArrayQueue$ ...
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 238 milliseconds