Merge "Handle reperenting of InlineContentView" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f8b9ddea71
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user