Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java44 private RoundableState mRoundableState; field in ExpandableOutlineView
83 return mRoundableState; in getRoundableState()
231 if (mRoundableState == null) { in initDimens()
232 mRoundableState = new RoundableState(this, this, maxRadius); in initDimens()
234 mRoundableState.setMaxRadius(maxRadius); in initDimens()
DExpandableView.java62 private RoundableState mRoundableState = null; field in ExpandableView
96 if (mRoundableState == null) { in getRoundableState()
97 mRoundableState = new RoundableState(this, this, 0f); in getRoundableState()
99 return mRoundableState; in getRoundableState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java58 private final RoundableState mRoundableState; field in NotificationHeaderViewWrapper
79 mRoundableState = new RoundableState( in NotificationHeaderViewWrapper()
119 return mRoundableState; in getRoundableState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java135 private RoundableState mRoundableState; field in NotificationChildrenContainer
159 mRoundableState = new RoundableState(this, this, 0f); in NotificationChildrenContainer()
196 return mRoundableState; in getRoundableState()