Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
DGlowPadView.java1140 float newWaveCenterX = mHorizontalInset in onLayout() local
1151 mOuterRing.setPositionX(newWaveCenterX); in onLayout()
1156 mHandleDrawable.setPositionX(newWaveCenterX); in onLayout()
1159 updateTargetPositions(newWaveCenterX, newWaveCenterY); in onLayout()
1160 updatePointCloudPosition(newWaveCenterX, newWaveCenterY); in onLayout()
1161 updateGlowPosition(newWaveCenterX, newWaveCenterY); in onLayout()
1163 mWaveCenterX = newWaveCenterX; in onLayout()