Searched refs:sManager (Results 26 - 40 of 40) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java66 private static final DelegateManager<Paint_Delegate> sManager = field in class:Paint_Delegate
109 return sManager.getDelegate(native_paint);
259 Paint_Delegate delegate = sManager.getDelegate(thisPaint.getNativeInstance());
272 Paint_Delegate delegate = sManager.getDelegate(thisPaint.getNativeInstance());
288 Paint_Delegate delegate = sManager.getDelegate(thisPaint.getNativeInstance());
299 Paint_Delegate delegate = sManager.getDelegate(thisPaint.getNativeInstance());
345 Paint_Delegate delegate = sManager.getDelegate(thisPaint.getNativeInstance());
356 Paint_Delegate delegate = sManager.getDelegate(thisPaint.getNativeInstance());
367 Paint_Delegate delegate = sManager.getDelegate(thisPaint.getNativeInstance());
378 Paint_Delegate delegate = sManager
[all...]
H A DPathDashPathEffect_Delegate.java68 return sManager.addNewDelegate(newDelegate);
H A DBitmap_Delegate.java63 private static final DelegateManager<Bitmap_Delegate> sManager = field in class:Bitmap_Delegate
83 return sManager.getDelegate(native_bitmap);
249 Bitmap_Delegate srcBmpDelegate = sManager.getDelegate(srcBitmap);
285 sManager.removeJavaReferenceFor(nativeBitmap);
290 sManager.removeJavaReferenceFor(nativeBitmap);
312 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
332 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
343 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
354 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
362 Bitmap_Delegate delegate = sManager
[all...]
H A DCanvas_Delegate.java57 private static final DelegateManager<Canvas_Delegate> sManager = field in class:Canvas_Delegate
79 return sManager.getDelegate(canvas.getNativeCanvasWrapper());
86 return sManager.getDelegate(native_canvas);
130 return sManager.addNewDelegate(newDelegate);
136 return sManager.addNewDelegate(newDelegate);
141 Canvas_Delegate canvasDelegate = sManager.getDelegate(canvas);
153 Canvas_Delegate canvasDelegate = sManager.getDelegate(nativeCanvas);
164 Canvas_Delegate canvasDelegate = sManager.getDelegate(nativeCanvas);
175 Canvas_Delegate canvasDelegate = sManager.getDelegate(nativeCanvas);
186 Canvas_Delegate canvasDelegate = sManager
[all...]
H A DDashPathEffect_Delegate.java78 return sManager.addNewDelegate(newDelegate);
H A DPorterDuffXfermode_Delegate.java78 return sManager.addNewDelegate(newDelegate);
H A DNinePatch_Delegate.java52 private static final DelegateManager<NinePatch_Delegate> sManager = field in class:NinePatch_Delegate
164 return sManager.addNewDelegate(newDelegate);
169 sManager.removeJavaReferenceFor(chunk);
208 NinePatch_Delegate delegate = sManager.getDelegate(chunk);
H A DPorterDuffColorFilter_Delegate.java80 return sManager.addNewDelegate(newDelegate);
H A DFontFamily_Delegate.java100 private static final DelegateManager<FontFamily_Delegate> sManager = field in class:FontFamily_Delegate
138 return sManager.getDelegate(nativeFontFamily);
260 return sManager.addNewDelegate(delegate);
267 sManager.removeJavaReferenceFor(nativePtr);
309 FontFamily_Delegate ffd = sManager.getDelegate(nativeFamily);
H A DBitmapShader_Delegate.java89 return sManager.addNewDelegate(newDelegate);
H A DLinearGradient_Delegate.java64 return sManager.addNewDelegate(newDelegate);
H A DRadialGradient_Delegate.java63 return sManager.addNewDelegate(newDelegate);
H A DSweepGradient_Delegate.java57 return sManager.addNewDelegate(newDelegate);
/frameworks/base/tools/layoutlib/bridge/src/libcore/io/
H A DMemoryMappedFile_Delegate.java39 private static final DelegateManager<MemoryMappedFile_Delegate> sManager = new field in class:MemoryMappedFile_Delegate
73 long delegateIndex = sManager.addNewDelegate(newDelegate);
89 sManager.removeJavaReferenceFor(index);
115 return index == null ? null : sManager.getDelegate(index);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java45 private static final DelegateManager<Resources_Theme_Delegate> sManager = field in class:Resources_Theme_Delegate
49 return sManager;

Completed in 221 milliseconds

12