commit | fb65fd3505c946244533e5c0fb534b5594a484a3 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Aug 23 20:24:52 2018 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Aug 23 20:24:52 2018 +0000 |
tree | b0d9a4651682fca1b7bf7cb3bde47654efb3c2a8 | |
parent | 911378c8d9044422df5a108708d9ade40cebf1e1 [diff] | |
parent | d819b8f7436eaa85896848b3d52d4728621d9653 [diff] |
Merge "Comment fix" into ub-launcher3-master
diff --git a/src/com/android/launcher3/pageindicators/PageIndicatorDots.java b/src/com/android/launcher3/pageindicators/PageIndicatorDots.java index 709975f..f7c730a 100644 --- a/src/com/android/launcher3/pageindicators/PageIndicatorDots.java +++ b/src/com/android/launcher3/pageindicators/PageIndicatorDots.java
@@ -244,7 +244,7 @@ float startX = (getWidth() - mNumPages * circleGap + mDotRadius) / 2; float x = startX + mDotRadius; - float y = canvas.getHeight() / 2; + float y = getHeight() / 2; if (mEntryAnimationRadiusFactors != null) { // During entry animation, only draw the circles