Home
last modified time | relevance | path

Searched refs:onReparent (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/inline/
H A DInlineContentView.java140 public void onReparent(SurfaceControl.Transaction transaction,
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControl.java389 void onReparent(@NonNull Transaction transaction, @Nullable SurfaceControl parent); in onReparent() method
2818 listener.onReparent(this, mReparentedSurfaces.valueAt(i)); in notifyReparentedSurfaces()