Searched refs:sRegistry (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DColorFilter.java29 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in class:ColorFilter.NoImagePreloadHolder
67 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation(
H A DShader.java33 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in class:Shader.NoImagePreloadHolder
163 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation(
H A DPath.java38 private static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in class:Path
61 sRegistry.registerNativeAllocation(this, mNativePath);
79 sRegistry.registerNativeAllocation(this, mNativePath);
H A DMatrix.java227 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in class:Matrix.NoImagePreloadHolder
241 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, native_instance);
251 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, native_instance);
H A DCanvas.java80 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in class:Canvas.NoImagePreloadHolder
97 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation(
119 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation(
131 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation(
H A DTypeface.java78 private static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in class:Typeface
948 sRegistry.registerNativeAllocation(this, native_instance);
H A DPaint.java56 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in class:Paint.NoImagePreloadHolder
479 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint);
498 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint);
/frameworks/base/core/java/android/service/carrier/
H A DCarrierService.java58 private static ITelephonyRegistry sRegistry; field in class:CarrierService
64 if (sRegistry == null) {
65 sRegistry = ITelephonyRegistry.Stub.asInterface(
124 if (sRegistry != null) sRegistry.notifyCarrierNetworkChange(active);
/frameworks/base/core/java/android/view/
H A DRenderNode.java138 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in class:RenderNode.NoImagePreloadHolder
148 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativeRenderNode);
157 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativeRenderNode);
H A DSurfaceControl.java1329 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in class:SurfaceControl.Transaction
1340 = sRegistry.registerNativeAllocation(this, mNativeObject);
/frameworks/base/core/java/android/os/
H A DBinder.java111 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in class:Binder.NoImagePreloadHolder
404 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mObject);
1074 NoImagePreloadHolder.sRegistry.registerNativeAllocation(result, nativeData);
1096 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in class:BinderProxy.NoImagePreloadHolder
/frameworks/base/core/java/android/text/
H A DMeasuredParagraph.java65 private static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in class:MeasuredParagraph
139 mNativeObjectCleaner = sRegistry.registerNativeAllocation(this, nativePtr);

Completed in 206 milliseconds