Home
last modified time | relevance | path

Searched refs:Roundable (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java24 import com.android.systemui.statusbar.notification.Roundable;
48 private Roundable mViewBeforeSwipedView = null;
49 private Roundable mViewAfterSwipedView = null;
71 Roundable viewBefore, in setViewsAffectedBySwipe()
73 Roundable viewAfter) { in setViewsAffectedBySwipe()
78 HashSet<Roundable> oldViews = new HashSet<>(); in setViewsAffectedBySwipe()
102 for (Roundable oldView : oldViews) { in setViewsAffectedBySwipe()
DNotificationTargetsHelper.kt7 import com.android.systemui.statusbar.notification.Roundable
36 val viewBefore: Roundable? in findRoundableTargets()
37 val viewAfter: Roundable? in findRoundableTargets()
91 val before: Roundable?,
93 val after: Roundable?,
DNotificationChildrenContainer.java51 import com.android.systemui.statusbar.notification.Roundable;
70 implements NotificationFadeAware, Roundable {
1616 Roundable.super.applyRoundnessAndInvalidate();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt20 interface Roundable { in <lambda>() interface
317 private val roundable: Roundable,
425 private fun topAnimatable(roundable: Roundable): AnimatableProperty = in topAnimatable()
440 private fun bottomAnimatable(roundable: Roundable): AnimatableProperty = in bottomAnimatable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java46 import com.android.systemui.statusbar.notification.Roundable;
56 public class NotificationHeaderViewWrapper extends NotificationViewWrapper implements Roundable {
134 Roundable.super.applyRoundnessAndInvalidate(); in applyRoundnessAndInvalidate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java41 import com.android.systemui.statusbar.notification.Roundable;
56 public abstract class ExpandableView extends FrameLayout implements Dumpable, Roundable {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DRoundableTest.kt194 ) : Roundable {