Merge "Handle reperenting of InlineContentView" into rvc-dev

This commit is contained in:
Svetoslav Ganov
2020-06-24 06:28:59 +00:00
committed by Android (Google) Code Review
4 changed files with 350 additions and 39 deletions

View File

@@ -5506,6 +5506,19 @@ package android.widget {
}
package android.widget.inline {
public class InlineContentView extends android.view.ViewGroup {
method public void setChildSurfacePackageUpdater(@Nullable android.widget.inline.InlineContentView.SurfacePackageUpdater);
}
public static interface InlineContentView.SurfacePackageUpdater {
method public void getSurfacePackage(@NonNull java.util.function.Consumer<android.view.SurfaceControlViewHost.SurfacePackage>);
method public void onSurfacePackageReleased();
}
}
package android.window {
public final class DisplayAreaInfo implements android.os.Parcelable {