Home
last modified time | relevance | path

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

/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
DGlowPadView.java1122 float newWaveCenterY = mVerticalInset in onLayout() local
1132 mOuterRing.setPositionY(newWaveCenterY); in onLayout()
1137 mHandleDrawable.setPositionY(newWaveCenterY); in onLayout()
1139 updateTargetPositions(newWaveCenterX, newWaveCenterY); in onLayout()
1140 updatePointCloudPosition(newWaveCenterX, newWaveCenterY); in onLayout()
1141 updateGlowPosition(newWaveCenterX, newWaveCenterY); in onLayout()
1144 mWaveCenterY = newWaveCenterY; in onLayout()