HomeSort by relevance Sort by last modified time
    Searched defs:disallowSingleClick (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationViewWrapper.java 190 public boolean disallowSingleClick(float x, float y) {
NotificationTemplateViewWrapper.java 140 public boolean disallowSingleClick(float x, float y) {
146 return super.disallowSingleClick(x, y);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java 245 && disallowSingleClick(ev) && !isTouchExplorationEnabled()) {
255 protected boolean disallowSingleClick(MotionEvent ev) {
    [all...]

Completed in 222 milliseconds