Searched refs:mRoundableState (Results 1 – 4 of 4) sorted by relevance
44 private RoundableState mRoundableState; field in ExpandableOutlineView83 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()
62 private RoundableState mRoundableState = null; field in ExpandableView96 if (mRoundableState == null) { in getRoundableState()97 mRoundableState = new RoundableState(this, this, 0f); in getRoundableState()99 return mRoundableState; in getRoundableState()
58 private final RoundableState mRoundableState; field in NotificationHeaderViewWrapper79 mRoundableState = new RoundableState( in NotificationHeaderViewWrapper()119 return mRoundableState; in getRoundableState()
135 private RoundableState mRoundableState; field in NotificationChildrenContainer159 mRoundableState = new RoundableState(this, this, 0f); in NotificationChildrenContainer()196 return mRoundableState; in getRoundableState()