File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
lib/java/com/google/android/material/color Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1616
1717package com .google .android .material .color ;
1818
19+ import static androidx .annotation .RestrictTo .Scope .LIBRARY_GROUP ;
20+
1921import android .app .Activity ;
2022import android .graphics .Bitmap ;
2123import androidx .annotation .NonNull ;
2224import androidx .annotation .Nullable ;
25+ import androidx .annotation .RestrictTo ;
2326import androidx .annotation .StyleRes ;
2427import com .google .android .material .color .DynamicColors .OnAppliedCallback ;
2528import com .google .android .material .color .DynamicColors .Precondition ;
@@ -122,7 +125,10 @@ public Builder setOnAppliedCallback(@NonNull OnAppliedCallback onAppliedCallback
122125 /**
123126 * Sets the content based source image to extract the seed color from to generate Material color
124127 * palette.
128+ *
129+ * @hide
125130 */
131+ @ RestrictTo (LIBRARY_GROUP )
126132 @ NonNull
127133 @ CanIgnoreReturnValue
128134 public Builder setContentBasedSource (@ NonNull Bitmap contentBasedSource ) {
You can’t perform that action at this time.
0 commit comments