/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | InputMethodPrivilegedOperationsRegistry.java | 44 private static WeakHashMap<IBinder, WeakReference<InputMethodPrivilegedOperations>> sRegistry; field in InputMethodPrivilegedOperationsRegistry 74 if (sRegistry == null) { in put() 75 sRegistry = new WeakHashMap<>(); in put() 78 sRegistry.put(token, new WeakReference<>(ops)); in put() 99 if (sRegistry == null) { in get() 102 final WeakReference<InputMethodPrivilegedOperations> wrapperRef = sRegistry.get(token); in get() 126 if (sRegistry == null) { in remove() 129 sRegistry.remove(token); in remove() 130 if (sRegistry.isEmpty()) { in remove() 131 sRegistry = null; in remove() [all …]
|
/frameworks/base/core/java/android/service/carrier/ |
D | CarrierService.java | 58 private static ITelephonyRegistry sRegistry; field in CarrierService 64 if (sRegistry == null) { in CarrierService() 65 sRegistry = ITelephonyRegistry.Stub.asInterface( in CarrierService() 126 if (sRegistry != null) sRegistry.notifyCarrierNetworkChange(active); in notifyCarrierNetworkChange()
|
/frameworks/base/graphics/java/android/graphics/ |
D | ColorFilter.java | 29 public static final NativeAllocationRegistry sRegistry = field in ColorFilter.NoImagePreloadHolder 68 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in getNativeInstance()
|
D | Shader.java | 36 public static final NativeAllocationRegistry sRegistry = field in Shader.NoImagePreloadHolder 178 mCleaner = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in getNativeInstance()
|
D | Path.java | 39 private static final NativeAllocationRegistry sRegistry = field in Path 65 sRegistry.registerNativeAllocation(this, mNativePath); in Path() 83 sRegistry.registerNativeAllocation(this, mNativePath); in Path()
|
D | Matrix.java | 227 public static final NativeAllocationRegistry sRegistry = field in Matrix.NoImagePreloadHolder 243 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, native_instance); in Matrix() 253 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, native_instance); in Matrix()
|
D | RenderNode.java | 198 public static final NativeAllocationRegistry sRegistry = field in RenderNode.NoImagePreloadHolder 228 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativeRenderNode); in RenderNode() 237 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativeRenderNode); in RenderNode()
|
D | Canvas.java | 81 public static final NativeAllocationRegistry sRegistry = field in Canvas.NoImagePreloadHolder 99 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas() 121 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas() 134 mFinalizer = NoImagePreloadHolder.sRegistry.registerNativeAllocation( in Canvas()
|
D | Typeface.java | 76 private static final NativeAllocationRegistry sRegistry = field in Typeface 1096 sRegistry.registerNativeAllocation(this, native_instance);
|
D | Paint.java | 63 public static final NativeAllocationRegistry sRegistry = field in Paint.NoImagePreloadHolder 559 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint); in Paint() 579 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePaint); in Paint()
|
D | ColorSpace.java | 2813 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mNativePtr); in Rgb() 2820 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in ColorSpace.Rgb.NoImagePreloadHolder
|
/frameworks/base/graphics/java/android/graphics/text/ |
D | LineBreaker.java | 352 private static final NativeAllocationRegistry sRegistry = field in LineBreaker.Result 359 sRegistry.registerNativeAllocation(this, mPtr); in Result() 448 private static final NativeAllocationRegistry sRegistry = field in LineBreaker 462 sRegistry.registerNativeAllocation(this, mNativePtr); in LineBreaker()
|
D | MeasuredText.java | 173 private static final NativeAllocationRegistry sRegistry = field in MeasuredText.Builder 325 sRegistry.registerNativeAllocation(res, ptr); in build()
|
/frameworks/base/core/java/android/os/ |
D | BinderProxy.java | 412 NoImagePreloadHolder.sRegistry.registerNativeAllocation(result, nativeData); in getInstance() 435 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in BinderProxy.NoImagePreloadHolder
|
D | Binder.java | 123 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in Binder.NoImagePreloadHolder 561 NoImagePreloadHolder.sRegistry.registerNativeAllocation(this, mObject); in Binder()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 2071 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry( field in SurfaceControl.Transaction 2089 = sRegistry.registerNativeAllocation(this, mNativeObject); in Transaction()
|