Searched refs:Roundable (Results 1 – 7 of 7) sorted by relevance
24 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()
7 import com.android.systemui.statusbar.notification.Roundable36 val viewBefore: Roundable? in findRoundableTargets()37 val viewAfter: Roundable? in findRoundableTargets()91 val before: Roundable?,93 val after: Roundable?,
51 import com.android.systemui.statusbar.notification.Roundable;70 implements NotificationFadeAware, Roundable {1616 Roundable.super.applyRoundnessAndInvalidate();
20 interface Roundable { in <lambda>() interface317 private val roundable: Roundable,425 private fun topAnimatable(roundable: Roundable): AnimatableProperty = in topAnimatable()440 private fun bottomAnimatable(roundable: Roundable): AnimatableProperty = in bottomAnimatable()
46 import com.android.systemui.statusbar.notification.Roundable;56 public class NotificationHeaderViewWrapper extends NotificationViewWrapper implements Roundable {134 Roundable.super.applyRoundnessAndInvalidate(); in applyRoundnessAndInvalidate()
41 import com.android.systemui.statusbar.notification.Roundable;56 public abstract class ExpandableView extends FrameLayout implements Dumpable, Roundable {
194 ) : Roundable {