Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b83c3d7 authored by Pierre Barbier de Reuille's avatar Pierre Barbier de Reuille Committed by Automerger Merge Worker
Browse files

Merge "Correct config-dependent setters documentation." into sc-dev am: 810889d7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13877115

Change-Id: Ic25f37ea1cc5e5dcd8b27a67e6fb10d61093b9f7
parents 6e58b6c5 810889d7
Loading
Loading
Loading
Loading
+12 −6
Original line number Diff line number Diff line
@@ -4493,7 +4493,8 @@ public class RemoteViews implements Parcelable, Filter {
     * Call a method taking one int, a size in pixels, on a view in the layout for this
     * RemoteViews.
     *
     * The dimension will be resolved from the resources at the time of inflation.
     * The dimension will be resolved from the resources at the time the {@link RemoteViews} is
     * (re-)applied.
     *
     * @param viewId The id of the view on which to call the method.
     * @param methodName The name of the method to call.
@@ -4525,7 +4526,8 @@ public class RemoteViews implements Parcelable, Filter {
    /**
     * Call a method taking one int, a color, on a view in the layout for this RemoteViews.
     *
     * The ColorStateList will be resolved from the resources at the time of inflation.
     * The Color will be resolved from the resources at the time the {@link RemoteViews} is (re-)
     * applied.
     *
     * @param viewId The id of the view on which to call the method.
     * @param methodName The name of the method to call.
@@ -4602,7 +4604,8 @@ public class RemoteViews implements Parcelable, Filter {
    /**
     * Call a method taking one ColorStateList on a view in the layout for this RemoteViews.
     *
     * The ColorStateList will be resolved from the resources at the time of inflation.
     * The ColorStateList will be resolved from the resources at the time the {@link RemoteViews} is
     * (re-)applied.
     *
     * @param viewId The id of the view on which to call the method.
     * @param methodName The name of the method to call.
@@ -4641,7 +4644,8 @@ public class RemoteViews implements Parcelable, Filter {
     * Call a method taking one float, a size in pixels, on a view in the layout for this
     * RemoteViews.
     *
     * The dimension will be resolved from the resources at the time of inflation.
     * The dimension will be resolved from the resources at the time the {@link RemoteViews} is
     * (re-)applied.
     *
     * @param viewId The id of the view on which to call the method.
     * @param methodName The name of the method to call.
@@ -4657,7 +4661,8 @@ public class RemoteViews implements Parcelable, Filter {
     * Call a method taking one float, a size in pixels, on a view in the layout for this
     * RemoteViews.
     *
     * The dimension will be resolved from the specified dimension at the time of inflation.
     * The dimension will be resolved from the resources at the time the {@link RemoteViews} is
     * (re-)applied.
     *
     * @param viewId The id of the view on which to call the method.
     * @param methodName The name of the method to call.
@@ -4719,7 +4724,8 @@ public class RemoteViews implements Parcelable, Filter {
    /**
     * Call a method taking one CharSequence on a view in the layout for this RemoteViews.
     *
     * The CharSequence will be resolved from the resources at the time of inflation.
     * The CharSequence will be resolved from the resources at the time the {@link RemoteViews} is
     * (re-)applied.
     *
     * @param viewId The id of the view on which to call the method.
     * @param methodName The name of the method to call.