Searched refs:mRoundableState (Results 1 – 4 of 4) sorted by relevance
45 private RoundableState mRoundableState; field in ExpandableOutlineView86 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()
59 private RoundableState mRoundableState = null; field in ExpandableView90 if (mRoundableState == null) { in getRoundableState()91 mRoundableState = new RoundableState(this, this, 0f); in getRoundableState()93 return mRoundableState; in getRoundableState()
58 private final RoundableState mRoundableState; field in NotificationHeaderViewWrapper79 mRoundableState = new RoundableState( in NotificationHeaderViewWrapper()119 return mRoundableState; in getRoundableState()
133 private RoundableState mRoundableState; field in NotificationChildrenContainer156 mRoundableState = new RoundableState(this, this, 0f); in NotificationChildrenContainer()191 return mRoundableState; in getRoundableState()