Loading core/java/android/view/View.java +11 −1 Original line number Diff line number Diff line Loading @@ -5118,6 +5118,15 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility } } /** * Remove the pending click action */ private void removePerformClickCallback() { if (mPerformClick != null) { removeCallbacks(mPerformClick); } } /** * Remove the prepress detection timer. */ Loading Loading @@ -7579,6 +7588,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility removeUnsetPressCallback(); removeLongPressCallback(); removePerformClickCallback(); destroyDrawingCache(); Loading Loading
core/java/android/view/View.java +11 −1 Original line number Diff line number Diff line Loading @@ -5118,6 +5118,15 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility } } /** * Remove the pending click action */ private void removePerformClickCallback() { if (mPerformClick != null) { removeCallbacks(mPerformClick); } } /** * Remove the prepress detection timer. */ Loading Loading @@ -7579,6 +7588,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility removeUnsetPressCallback(); removeLongPressCallback(); removePerformClickCallback(); destroyDrawingCache(); Loading