Home
last modified time | relevance | path

Searched defs:notifySurfaceCreated (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/car-lib/src/android/car/app/
DICarTaskViewHost.aidl37 void notifySurfaceCreated(in SurfaceControl control); in notifySurfaceCreated() method
DCarTaskViewHost.java78 void notifySurfaceCreated(@NonNull SurfaceControl control); in notifySurfaceCreated() method
DCarTaskViewHostAidlToImplAdapter.java60 public void notifySurfaceCreated(SurfaceControl control) { in notifySurfaceCreated() method in CarTaskViewHostAidlToImplAdapter
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/remotepreview/
DRemotePreviewSession.java274 private void notifySurfaceCreated() { in notifySurfaceCreated() method in RemotePreviewSession