Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonRipple.java56 private CanvasProperty<Float> mRyProp; field in KeyButtonRipple
169 c.drawRoundRect(mLeftProp, mTopProp, mRightProp, mBottomProp, mRxProp, mRyProp, in drawHardware()
396 mRyProp = CanvasProperty.createFloat(getBounds().height()/2); in enterHardware()
401 mRyProp = CanvasProperty.createFloat(getBounds().width()/2); in enterHardware()