Home
last modified time | relevance | path

Searched refs:mRoundableState (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java45 private RoundableState mRoundableState; field in ExpandableOutlineView
86 return mRoundableState; in getRoundableState()
234 if (mRoundableState == null) { in initDimens()
235 mRoundableState = new RoundableState(this, this, maxRadius); in initDimens()
237 mRoundableState.setMaxRadius(maxRadius); in initDimens()
H A DExpandableView.java59 private RoundableState mRoundableState = null; field in ExpandableView
90 if (mRoundableState == null) { in getRoundableState()
91 mRoundableState = new RoundableState(this, this, 0f); in getRoundableState()
93 return mRoundableState; in getRoundableState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationHeaderViewWrapper.java58 private final RoundableState mRoundableState; field in NotificationHeaderViewWrapper
79 mRoundableState = new RoundableState( in NotificationHeaderViewWrapper()
119 return mRoundableState; in getRoundableState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java133 private RoundableState mRoundableState; field in NotificationChildrenContainer
156 mRoundableState = new RoundableState(this, this, 0f); in NotificationChildrenContainer()
191 return mRoundableState; in getRoundableState()