diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2018-03-27 18:00:29 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-03-27 18:00:29 +0000 |
| commit | 812e87ecba60a386f624b9dd68097d0ba9aac973 (patch) | |
| tree | cf88e816b0481ae07178bc9aabeb84b0cf722a1f /core/java/android | |
| parent | bb54f62d1a7afc2879a576267f753ad898c09a3d (diff) | |
| parent | 7b837616ae88cbdaf12600cee23b5188e5531937 (diff) | |
Merge "Remove deprecated android.graphics.Canvas APIs" into pi-dev
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/view/View.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 639312733713..f6c669b52370 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -14927,10 +14927,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * ImageView with only the foreground image. The default implementation returns true; subclasses * should override if they have cases which can be optimized.</p> * - * <p>The current implementation of the saveLayer and saveLayerAlpha methods in {@link Canvas} - * necessitates that a View return true if it uses the methods internally without passing the - * {@link Canvas#CLIP_TO_LAYER_SAVE_FLAG}.</p> - * * <p><strong>Note:</strong> The return value of this method is ignored if {@link * #forceHasOverlappingRendering(boolean)} has been called on this view.</p> * |
