Home
last modified time | relevance | path

Searched defs:delegate (Results 1 – 25 of 244) sorted by relevance

12345678910

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DRenderNode_Delegate.java76 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nSetElevation() local
86 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nGetElevation() local
95 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nSetTranslationX() local
105 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nGetTranslationX() local
114 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nSetTranslationY() local
124 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nGetTranslationY() local
133 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nSetTranslationZ() local
143 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nGetTranslationZ() local
152 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nSetRotation() local
162 RenderNode_Delegate delegate = sManager.getDelegate(renderNode); in nGetRotation() local
[all …]
H A DPaint_Delegate.java292 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nGetFlags() local
305 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nSetFlags() local
321 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nGetHinting() local
332 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nSetHinting() local
381 Paint_Delegate delegate = sManager.getDelegate(paintPtr); in nSetColor() local
391 Paint_Delegate delegate = sManager.getDelegate(paintPtr); in nSetColor() local
402 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nSetAlpha() local
413 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nGetStrokeWidth() local
424 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nSetStrokeWidth() local
435 Paint_Delegate delegate = sManager.getDelegate(nativePaint); in nGetStrokeMiter() local
[all …]
H A DBitmap_Delegate.java333 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeErase() local
358 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeRowBytes() local
369 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeConfig() local
380 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeHasAlpha() local
388 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeHasMipMap() local
396 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeGetPixel() local
412 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeGetPixels() local
423 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeSetPixel() local
434 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeSetPixels() local
458 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap); in nativeGenerationId() local
[all …]
H A DTypeface_Delegate.java108 Typeface_Delegate delegate = sManager.getDelegate(native_instance); in nativeCreateFromTypeface() local
124 Typeface_Delegate delegate = sManager.getDelegate(native_instance); in nativeCreateFromTypefaceWithExactStyle() local
159 Typeface_Delegate delegate = sManager.getDelegate(native_instance); in nativeCreateWeightAlias() local
193 Typeface_Delegate delegate = in nativeCreateFromArray() local
213 Typeface_Delegate delegate = sManager.getDelegate(native_instance); in nativeGetStyle() local
228 Typeface_Delegate delegate = sManager.getDelegate(native_instance); in nativeGetWeight() local
309 Typeface_Delegate delegate = sManager.getDelegate(nativePtr); in nativeRegisterGenericFamily() local
/aosp12/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java78 IDelegate delegate = Mockito.mock(IDelegate.class); in testSetLanguage_delegation() local
96 IDelegate delegate = Mockito.mock(IDelegate.class); in testSetLanguage_availableLanguage() local
122 IDelegate delegate = Mockito.mock(IDelegate.class); in testSetLanguage_unavailableLanguage() local
146 IDelegate delegate = Mockito.mock(IDelegate.class); in testIsLanguageAvailable() local
159 IDelegate delegate = Mockito.mock(IDelegate.class); in testDefaultLanguage_setsVoiceName() local
/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DButtonController.java65 @NonNull protected final InCallButtonUiDelegate delegate; field in ButtonController.CheckableButtonController
74 protected CheckableButtonController( in CheckableButtonController()
159 protected SimpleCheckableButtonController( in SimpleCheckableButtonController()
188 protected final InCallButtonUiDelegate delegate; field in ButtonController.NonCheckableButtonController
196 InCallButtonUiDelegate delegate, in NonCheckableButtonController()
265 InCallButtonUiDelegate delegate, in SimpleNonCheckableButtonController()
288 public MuteButtonController(InCallButtonUiDelegate delegate) { in MuteButtonController()
307 @NonNull private final InCallButtonUiDelegate delegate; field in ButtonController.SpeakerButtonController
434 public HoldButtonController(@NonNull InCallButtonUiDelegate delegate) { in HoldButtonController()
470 public SwapButtonController(@NonNull InCallButtonUiDelegate delegate) { in SwapButtonController()
[all …]
/aosp12/packages/apps/TV/common/src/com/android/tv/common/feature/
H A DTestableFeature.java39 public static TestableFeature createTestableFeature(Feature delegate) { in createTestableFeature()
44 public static TestableFeature createTestableFeature(Feature delegate, Boolean initialValue) { in createTestableFeature()
48 private TestableFeature(Feature delegate) { in TestableFeature()
52 private TestableFeature(Feature delegate, Boolean initialValue) { in TestableFeature()
/aosp12/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteILayoutPullParserAdapter.java29 private RemoteILayoutPullParserAdapter(@NotNull ILayoutPullParser delegate) { in RemoteILayoutPullParserAdapter()
33 public static RemoteILayoutPullParser create(@NotNull ILayoutPullParser delegate) in create()
H A DRemoteActionBarCallbackAdapter.java32 private RemoteActionBarCallbackAdapter(@NotNull ActionBarCallback delegate) { in RemoteActionBarCallbackAdapter()
36 public static RemoteActionBarCallback create(@NotNull ActionBarCallback delegate) in create()
H A DRemoteAssetRepositoryAdapter.java32 private RemoteAssetRepositoryAdapter(@NotNull AssetRepository delegate) { in RemoteAssetRepositoryAdapter()
36 static RemoteAssetRepository create(@NotNull AssetRepository delegate) throws RemoteException { in create()
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
H A DRequireScrollMixin.java76 private ScrollHandlingDelegate delegate; field in RequireScrollMixin
88 public void setScrollHandlingDelegate(@NonNull ScrollHandlingDelegate delegate) { in setScrollHandlingDelegate()
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/
H A DRemoteResolverAdapter.java30 private RemoteResolverAdapter(Resolver delegate) { in RemoteResolverAdapter()
34 public static RemoteNamespaceResolver create(@NotNull ResourceNamespace.Resolver delegate) in create()
/aosp12/art/test/958-methodhandle-stackframe/src-art/
H A DMain.java70 private final MethodHandle delegate; field in Main.DelegatingTransformer
72 public DelegatingTransformer(MethodHandle delegate) { in DelegatingTransformer()
89 MethodHandle delegate = new DelegatingTransformer(specialFunctionHandle); in main() local
/aosp12/frameworks/base/core/java/android/timezone/
H A DTimeZoneFinder.java54 private TimeZoneFinder(@NonNull com.android.i18n.timezone.TimeZoneFinder delegate) { in TimeZoneFinder()
74 com.android.i18n.timezone.CountryTimeZones delegate = mDelegate in lookupCountryTimeZones() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
H A DSipTransportImplBaseTest.java64 DelegateStateCallback dc, DelegateMessageCallback mc, SipDelegate delegate) { in SipDelegateContainer()
90 public void destroySipDelegate(SipDelegate delegate, int reason) { in destroySipDelegate()
115 ISipDelegate delegate = createSipDelegate(t, stateCb, messageCb); in createDestroyDelegate() local
166 private void destroySipDelegate(TestSipTransport transport, ISipDelegate delegate, in destroySipDelegate()
/aosp12/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationRequestUnbundled.java74 private final LocationRequest delegate; field in LocationRequestUnbundled
76 LocationRequestUnbundled(LocationRequest delegate) { in LocationRequestUnbundled()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DDelegateManager.java141 Object delegate; in getDelegate() local
189 T delegate = getDelegate(native_object); in removeJavaReferenceFor() local
224 T delegate = getDelegate(native_object); in markAsNativeAllocation() local
/aosp12/system/update_engine/common/
H A Daction_processor.h82 ActionProcessorDelegate* delegate() const { return delegate_; } in delegate() function
83 void set_delegate(ActionProcessorDelegate* delegate) { delegate_ = delegate; } in set_delegate()
H A Ddownload_action.h105 DownloadActionDelegate* delegate() const { return delegate_; } in delegate() function
106 void set_delegate(DownloadActionDelegate* delegate) { delegate_ = delegate; } in set_delegate()
H A Dhttp_fetcher_unittest.cc493 HttpFetcherTestDelegate delegate; in TYPED_TEST() local
509 HttpFetcherTestDelegate delegate; in TYPED_TEST() local
529 HttpFetcherTestDelegate delegate; in TYPED_TEST() local
560 HttpFetcherTestDelegate delegate; in TYPED_TEST() local
632 PausingHttpFetcherTestDelegate delegate; in TYPED_TEST() local
722 AbortingHttpFetcherTestDelegate delegate; in TYPED_TEST() local
750 HttpFetcherTestDelegate delegate; in TYPED_TEST() local
793 FlakyHttpFetcherTestDelegate delegate; in TYPED_TEST() local
895 FailureHttpFetcherTestDelegate delegate(server); in TYPED_TEST() local
934 FailureHttpFetcherTestDelegate delegate(server); in TYPED_TEST() local
[all …]
/aosp12/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
H A DRemoteRenderSessionAdapter.java32 private RemoteRenderSessionAdapter(@NotNull RenderSession delegate) { in RemoteRenderSessionAdapter()
36 public static RemoteRenderSession create(@NotNull RenderSession delegate) in create()
/aosp12/system/bt/service/test/
H A Dipc_linux_unittest.cc159 TestDelegate delegate; in TEST_F() local
167 TestDelegate delegate; in TEST_F() local
188 TestDelegate delegate; in TEST_F() local
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/core/
H A DResponseListeners.java45 private ResponseListenerBase(Updatable<T> delegate) { in ResponseListenerBase()
H A DObservableFrameServer.java55 private SessionImpl(Session delegate) { in SessionImpl()
77 public ObservableFrameServer(FrameServer delegate) { in ObservableFrameServer()
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos.h79 DownloadActionDelegate* delegate() const { return delegate_; } in delegate() function
80 void set_delegate(DownloadActionDelegate* delegate) { delegate_ = delegate; } in set_delegate()

12345678910