Home
last modified time | relevance | path

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

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