commit | 1194b218d6f0942215df5fec711d62e39aeaea69 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Aug 23 20:49:59 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 23 20:49:59 2018 +0000 |
tree | 3f00bece26bb402e411a0609b837c813964fac70 | |
parent | c66f5ebd63b671b2534fb93e5876e2a83af9e79c [diff] | |
parent | d38f791b68a9cdbd66ea9d534f39f1f6ab8184b8 [diff] |
Merge "Lint fix: IS_DEBUG_DEVICE: Implied default locale"
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