Searched defs:markForUserTriggeredMovement (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ | ||
D | EntryAdapter.java | 151 void markForUserTriggeredMovement(); in markForUserTriggeredMovement() method |
D | BundleEntryAdapter.kt | 123 override fun markForUserTriggeredMovement() { in markForUserTriggeredMovement() method in com.android.systemui.statusbar.notification.collection.BundleEntryAdapter |
D | NotificationEntryAdapter.kt | 138 override fun markForUserTriggeredMovement() { in markForUserTriggeredMovement() method in com.android.systemui.statusbar.notification.collection.NotificationEntryAdapter |
D | NotificationEntry.java | 1036 public void markForUserTriggeredMovement(boolean marked) { in markForUserTriggeredMovement() method in NotificationEntry |
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/ | ||
D | NotificationEntryAdapterTest.kt | 328 fun markForUserTriggeredMovement() { in markForUserTriggeredMovement() method |