Home
last modified time | relevance | path

Searched refs:onAttach (Results 1 – 25 of 31) sorted by relevance

12

/third_party/flutter/engine/flutter/shell/platform/android/test/io/flutter/embedding/android/
DFlutterActivityAndFragmentDelegateTest.java90 delegate.onAttach(RuntimeEnvironment.application); in itSendsLifecycleEventsToFlutter()
130 delegate.onAttach(RuntimeEnvironment.application); in itDefersToTheHostToProvideFlutterEngine()
154 delegate.onAttach(RuntimeEnvironment.application); in itUsesCachedEngineWhenProvided()
181 delegate.onAttach(RuntimeEnvironment.application); in itThrowsExceptionIfCachedEngineDoesNotExist()
194 delegate.onAttach(RuntimeEnvironment.application); in itGivesHostAnOpportunityToConfigureFlutterEngine()
211 delegate.onAttach(RuntimeEnvironment.application); in itSendsInitialRouteToFlutter()
237 delegate.onAttach(RuntimeEnvironment.application); in itExecutesDartEntrypointProvidedByHost()
259 delegate.onAttach(RuntimeEnvironment.application); in itAttachesFlutterToTheActivityIfDesired()
285 delegate.onAttach(RuntimeEnvironment.application); in itDoesNotAttachFlutterToTheActivityIfNotDesired()
304 delegate.onAttach(RuntimeEnvironment.application); in itSendsPopRouteMessageToFlutterWhenHardwareBackButtonIsPressed()
[all …]
/third_party/skia/tools/sk_app/
DWindow.h103 virtual void onAttach(Window* window) {} in onAttach() function
123 layer->onAttach(this); in pushLayer()
/third_party/flutter/skia/tools/sk_app/
DWindow.h138 virtual void onAttach(Window* window) {} in onAttach() function
155 layer->onAttach(this); in pushLayer()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/
DFlutterFragment.java592 public void onAttach(@NonNull Context context) { in onAttach() method in FlutterFragment
593 super.onAttach(context); in onAttach()
595 delegate.onAttach(context); in onAttach()
DFlutterActivityAndFragmentDelegate.java137 void onAttach(@NonNull Context context) { in onAttach() method in FlutterActivityAndFragmentDelegate
DFlutterActivity.java399 delegate.onAttach(this); in onCreate()
/third_party/skia/experimental/sktext/editor/
DEditor.h40 void onAttach(sk_app::Window* w) override { fParent = w; } in onAttach() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DRenderbuffer.h109 void onAttach(const Context *context) override;
DImage.h107 void onAttach(const gl::Context *context) override;
DFramebufferAttachment.h200 virtual void onAttach(const Context *context) = 0;
DRenderbuffer.cpp214 void Renderbuffer::onAttach(const Context *context) in onAttach() function in gl::Renderbuffer
DFramebufferAttachment.cpp126 resource->onAttach(context); in attach()
DSurface.h133 void onAttach(const gl::Context *context) override {} in onAttach() function
DImage.cpp191 void ExternalImageSibling::onAttach(const gl::Context *context) {} in onAttach() function in egl::ExternalImageSibling
/third_party/skia/tools/viewer/
DImGuiLayer.h126 void onAttach(sk_app::Window* window) override;
DImGuiLayer.cpp95 void ImGuiLayer::onAttach(Window* window) { in onAttach() function in ImGuiLayer
/third_party/flutter/skia/tools/viewer/
DImGuiLayer.h123 void onAttach(sk_app::Window* window) override;
DImGuiLayer.cpp69 void ImGuiLayer::onAttach(Window* window) { in onAttach() function in ImGuiLayer
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DRenderbuffer.h148 void onAttach(const Context *context, rx::Serial framebufferSerial) override;
DImage.h106 void onAttach(const gl::Context *context, rx::Serial framebufferSerial) override;
DFramebufferAttachment.h222 virtual void onAttach(const Context *context, rx::Serial framebufferSerial) = 0;
DFramebufferAttachment.cpp133 resource->onAttach(context, framebufferSerial); in attach()
DSurface.h168 void onAttach(const gl::Context *context, rx::Serial framebufferSerial) override {} in onAttach() function
DRenderbuffer.cpp320 void Renderbuffer::onAttach(const Context *context, rx::Serial framebufferSerial) in onAttach() function in gl::Renderbuffer
DImage.cpp219 void ExternalImageSibling::onAttach(const gl::Context *context, rx::Serial framebufferSerial) {} in onAttach() function in egl::ExternalImageSibling

12