Home
last modified time | relevance | path

Searched refs:dismissable (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java172 private void updateSwipeProgressFromOffset(View animView, boolean dismissable) { in updateSwipeProgressFromOffset() argument
174 if (!mCallback.updateSwipeProgress(animView, dismissable, swipeProgress)) { in updateSwipeProgressFromOffset()
175 if (FADE_OUT_DURING_SWIPE && dismissable) { in updateSwipeProgressFromOffset()
500 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress); in updateSwipeProgress() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java359 boolean dismissable, PendingIntent pi) { in setMediaStorageNotification() argument
393 if (dismissable) { 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/
DRecentsHorizontalScrollView.java233 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress() argument
DRecentsVerticalScrollView.java241 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpNotificationView.java408 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress() argument
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java1991 public void setDismissable(boolean dismissable) { in setDismissable() argument
1992 setBooleanProperty(BOOLEAN_PROPERTY_DISMISSABLE, 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() argument
/frameworks/base/docs/html/distribute/essentials/quality/
Dcore.jd158 All dialogs are dismissable using the Back button.