Home
last modified time | relevance | path

Searched defs:dismissable (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java172 private void updateSwipeProgressFromOffset(View animView, boolean dismissable) { in updateSwipeProgressFromOffset()
500 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress); in updateSwipeProgress()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java359 boolean dismissable, PendingIntent pi) { in setMediaStorageNotification()
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardServiceDelegate.java61 public boolean dismissable; field in KeyguardServiceDelegate.KeyguardState
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentsVerticalScrollView.java241 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress()
DRecentsHorizontalScrollView.java233 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpNotificationView.java408 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java1991 public void setDismissable(boolean dismissable) { in setDismissable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java567 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress()