Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java32 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()
DExpandableView.java42 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java47 import com.android.systemui.statusbar.notification.RoundableState;
58 private final RoundableState mRoundableState;
79 mRoundableState = new RoundableState( in NotificationHeaderViewWrapper()
118 public RoundableState getRoundableState() { in getRoundableState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt22 val roundableState: RoundableState in <lambda>()
313 class RoundableState class
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DRoundableTest.kt196 RoundableState(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java52 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt20 import com.android.systemui.statusbar.notification.RoundableState in <lambda>()
101 .thenReturn(RoundableState(notificationRow, notificationRow, 0f)) in <lambda>()