Searched refs:dismissable (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SwipeHelper.java | 172 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/ |
D | StorageNotification.java | 359 boolean dismissable, PendingIntent pi) { in setMediaStorageNotification() argument 393 if (dismissable) { in setMediaStorageNotification()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
D | KeyguardServiceDelegate.java | 61 public boolean dismissable; field in KeyguardServiceDelegate.KeyguardState
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
D | RecentsHorizontalScrollView.java | 233 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress() argument
|
D | RecentsVerticalScrollView.java | 241 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpNotificationView.java | 408 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress() argument
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityNodeInfo.java | 1991 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/ |
D | NotificationStackScrollLayout.java | 567 public boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress) { in updateSwipeProgress() argument
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | core.jd | 158 All dialogs are dismissable using the Back button.
|