Loading core/api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -51318,7 +51318,7 @@ package android.view { method public void onTransactionCommitted(); } public static class SurfaceControl.TrustedPresentationThresholds { public static final class SurfaceControl.TrustedPresentationThresholds { ctor public SurfaceControl.TrustedPresentationThresholds(@FloatRange(from=0.0f, fromInclusive=false, to=1.0f) float, @FloatRange(from=0.0f, fromInclusive=false, to=1.0f) float, @IntRange(from=1) int); } core/java/android/view/SurfaceControl.java +4 −4 Original line number Diff line number Diff line Loading @@ -2505,10 +2505,10 @@ public final class SurfaceControl implements Parcelable { * {@link Transaction#setTrustedPresentationCallback(SurfaceControl, * TrustedPresentationThresholds, Executor, Consumer)} */ public static class TrustedPresentationThresholds { private float mMinAlpha; private float mMinFractionRendered; private int mStabilityRequirementMs; public static final class TrustedPresentationThresholds { private final float mMinAlpha; private final float mMinFractionRendered; private final int mStabilityRequirementMs; /** * Creates a TrustedPresentationThresholds that's used when calling Loading Loading
core/api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -51318,7 +51318,7 @@ package android.view { method public void onTransactionCommitted(); } public static class SurfaceControl.TrustedPresentationThresholds { public static final class SurfaceControl.TrustedPresentationThresholds { ctor public SurfaceControl.TrustedPresentationThresholds(@FloatRange(from=0.0f, fromInclusive=false, to=1.0f) float, @FloatRange(from=0.0f, fromInclusive=false, to=1.0f) float, @IntRange(from=1) int); }
core/java/android/view/SurfaceControl.java +4 −4 Original line number Diff line number Diff line Loading @@ -2505,10 +2505,10 @@ public final class SurfaceControl implements Parcelable { * {@link Transaction#setTrustedPresentationCallback(SurfaceControl, * TrustedPresentationThresholds, Executor, Consumer)} */ public static class TrustedPresentationThresholds { private float mMinAlpha; private float mMinFractionRendered; private int mStabilityRequirementMs; public static final class TrustedPresentationThresholds { private final float mMinAlpha; private final float mMinFractionRendered; private final int mStabilityRequirementMs; /** * Creates a TrustedPresentationThresholds that's used when calling Loading