Loading core/java/android/view/View.java +3 −1 Original line number Diff line number Diff line Loading @@ -10000,9 +10000,11 @@ public class View implements Drawable.Callback, KeyEvent.Callback, // We reset any translation state as views may be re-used (e.g., as in ListView and // RecyclerView). We only need to do this for views important for content capture since // views unimportant for content capture won't be translated anyway. if (!isTemporarilyDetached()) { clearTranslationState(); } } } private void setNotifiedContentCaptureAppeared() { mPrivateFlags4 |= PFLAG4_NOTIFIED_CONTENT_CAPTURE_APPEARED; Loading
core/java/android/view/View.java +3 −1 Original line number Diff line number Diff line Loading @@ -10000,9 +10000,11 @@ public class View implements Drawable.Callback, KeyEvent.Callback, // We reset any translation state as views may be re-used (e.g., as in ListView and // RecyclerView). We only need to do this for views important for content capture since // views unimportant for content capture won't be translated anyway. if (!isTemporarilyDetached()) { clearTranslationState(); } } } private void setNotifiedContentCaptureAppeared() { mPrivateFlags4 |= PFLAG4_NOTIFIED_CONTENT_CAPTURE_APPEARED;