Searched refs:RoundableState (Results 1 – 7 of 7) sorted by relevance
32 import com.android.systemui.statusbar.notification.RoundableState;44 private RoundableState mRoundableState;82 public RoundableState getRoundableState() { in getRoundableState()232 mRoundableState = new RoundableState(this, this, maxRadius); in initDimens()
42 import com.android.systemui.statusbar.notification.RoundableState;62 private RoundableState mRoundableState = null;95 public RoundableState getRoundableState() { in getRoundableState()97 mRoundableState = new RoundableState(this, this, 0f); in getRoundableState()
47 import com.android.systemui.statusbar.notification.RoundableState;58 private final RoundableState mRoundableState;79 mRoundableState = new RoundableState( in NotificationHeaderViewWrapper()118 public RoundableState getRoundableState() { in getRoundableState()
22 val roundableState: RoundableState in <lambda>()313 class RoundableState class
196 RoundableState(
52 import com.android.systemui.statusbar.notification.RoundableState;135 private RoundableState mRoundableState;159 mRoundableState = new RoundableState(this, this, 0f); in NotificationChildrenContainer()195 public RoundableState getRoundableState() { in getRoundableState()
20 import com.android.systemui.statusbar.notification.RoundableState in <lambda>()101 .thenReturn(RoundableState(notificationRow, notificationRow, 0f)) in <lambda>()