HomeSort by relevance Sort by last modified time
    Searched refs:sRegistry (Results 1 - 15 of 15) sorted by null

  /frameworks/base/graphics/java/android/graphics/
ColorFilter.java 29 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry(
67 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation(
Shader.java 33 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry(
163 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation(
Path.java 38 private static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry(
61 sRegistry.registerNativeAllocation(this, mNativePath);
79 sRegistry.registerNativeAllocation(this, mNativePath);
Matrix.java 227 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry(
241 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, native_instance);
251 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, native_instance);
Canvas.java 80 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry(
97 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation(
119 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation(
131 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation(
    [all...]
Typeface.java 78 private static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry(
    [all...]
Paint.java 56 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry(
479 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint);
498 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint);
    [all...]
  /frameworks/base/core/java/android/service/carrier/
CarrierService.java 58 private static ITelephonyRegistry sRegistry;
64 if (sRegistry == null) {
65 sRegistry = ITelephonyRegistry.Stub.asInterface(
124 if (sRegistry != null) sRegistry.notifyCarrierNetworkChange(active);
  /system/tools/hidl/
HidlTypeAssertion.cpp 28 static Registry sRegistry;
29 return sRegistry;
  /packages/apps/Settings/src/com/android/settings/applications/manageapplications/
AppFilterRegistry.java 76 private static AppFilterRegistry sRegistry;
184 if (sRegistry == null) {
185 sRegistry = new AppFilterRegistry();
187 return sRegistry;
  /frameworks/base/core/java/android/view/
RenderNode.java 138 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry(
148 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativeRenderNode);
157 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativeRenderNode);
    [all...]
SurfaceControl.java     [all...]
  /frameworks/base/core/java/android/os/
Binder.java 111 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry(
404 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mObject);
    [all...]
  /frameworks/base/core/java/android/text/
MeasuredParagraph.java 65 private static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry(
139 mNativeObjectCleaner = sRegistry.registerNativeAllocation(this, nativePtr);
  /prebuilts/tools/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/
core-0.2.3.jar 

Completed in 234 milliseconds