Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ActivatableNotificationView.java +7 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ import com.android.internal.jank.InteractionJankMonitor.Configuration; import com.android.settingslib.Utils; import com.android.systemui.Gefingerpoken; import com.android.systemui.res.R; import com.android.systemui.shade.TouchLogger; import com.android.systemui.statusbar.NotificationShelf; import com.android.systemui.statusbar.notification.FakeShadowView; import com.android.systemui.statusbar.notification.NotificationUtils; Loading Loading @@ -745,6 +746,12 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView } } @Override public boolean dispatchTouchEvent(MotionEvent ev) { return TouchLogger.logDispatchTouch( getClass().getSimpleName(), ev, super.dispatchTouchEvent(ev)); } /** * SourceType which should be reset when this View is detached * @param sourceType will be reset on View detached Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ActivatableNotificationView.java +7 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ import com.android.internal.jank.InteractionJankMonitor.Configuration; import com.android.settingslib.Utils; import com.android.systemui.Gefingerpoken; import com.android.systemui.res.R; import com.android.systemui.shade.TouchLogger; import com.android.systemui.statusbar.NotificationShelf; import com.android.systemui.statusbar.notification.FakeShadowView; import com.android.systemui.statusbar.notification.NotificationUtils; Loading Loading @@ -745,6 +746,12 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView } } @Override public boolean dispatchTouchEvent(MotionEvent ev) { return TouchLogger.logDispatchTouch( getClass().getSimpleName(), ev, super.dispatchTouchEvent(ev)); } /** * SourceType which should be reset when this View is detached * @param sourceType will be reset on View detached Loading