Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
DGlowPadView.java1031 float newWaveCenterY = mVerticalInset
1041 mOuterRing.setPositionY(newWaveCenterY);
1044 mHandleDrawable.setPositionY(newWaveCenterY);
1046 updateTargetPositions(newWaveCenterX, newWaveCenterY);
1047 updatePointCloudPosition(newWaveCenterX, newWaveCenterY);
1048 updateGlowPosition(newWaveCenterX, newWaveCenterY);
1051 mWaveCenterY = newWaveCenterY;
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
DGlowPadView.java1118 float newWaveCenterY = mVerticalInset in onLayout() local
1128 mOuterRing.setPositionY(newWaveCenterY); in onLayout()
1133 mHandleDrawable.setPositionY(newWaveCenterY); in onLayout()
1135 updateTargetPositions(newWaveCenterX, newWaveCenterY); in onLayout()
1136 updatePointCloudPosition(newWaveCenterX, newWaveCenterY); in onLayout()
1137 updateGlowPosition(newWaveCenterX, newWaveCenterY); in onLayout()
1140 mWaveCenterY = newWaveCenterY; in onLayout()