summaryrefslogtreecommitdiffstats
path: root/screen_ui.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-09-10 20:28:32 +0200
committerTao Bao <tbao@google.com>2017-09-10 20:36:54 +0200
commit7577965ba12ec2ea0df2e523cf335c9c8e5cfd16 (patch)
treed14fe469b75e23f3b3abf048b0628f151b5624ef /screen_ui.cpp
parentMerge "wear_ui: Remove Print()/ShowFile()/PutChar()." (diff)
downloadandroid_bootable_recovery-7577965ba12ec2ea0df2e523cf335c9c8e5cfd16.tar
android_bootable_recovery-7577965ba12ec2ea0df2e523cf335c9c8e5cfd16.tar.gz
android_bootable_recovery-7577965ba12ec2ea0df2e523cf335c9c8e5cfd16.tar.bz2
android_bootable_recovery-7577965ba12ec2ea0df2e523cf335c9c8e5cfd16.tar.lz
android_bootable_recovery-7577965ba12ec2ea0df2e523cf335c9c8e5cfd16.tar.xz
android_bootable_recovery-7577965ba12ec2ea0df2e523cf335c9c8e5cfd16.tar.zst
android_bootable_recovery-7577965ba12ec2ea0df2e523cf335c9c8e5cfd16.zip
Diffstat (limited to 'screen_ui.cpp')
-rw-r--r--screen_ui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen_ui.cpp b/screen_ui.cpp
index b8f6ea28b..c8dec4d50 100644
--- a/screen_ui.cpp
+++ b/screen_ui.cpp
@@ -54,7 +54,7 @@ ScreenRecoveryUI::ScreenRecoveryUI()
: kMarginWidth(RECOVERY_UI_MARGIN_WIDTH),
kMarginHeight(RECOVERY_UI_MARGIN_HEIGHT),
kAnimationFps(RECOVERY_UI_ANIMATION_FPS),
- density_(static_cast<float>(android::base::GetIntProperty("ro.sf.lcd_density", 160)) / 160.f),
+ kDensity(static_cast<float>(android::base::GetIntProperty("ro.sf.lcd_density", 160)) / 160.f),
currentIcon(NONE),
progressBarType(EMPTY),
progressScopeStart(0),
@@ -105,7 +105,7 @@ GRSurface* ScreenRecoveryUI::GetCurrentText() const {
}
int ScreenRecoveryUI::PixelsFromDp(int dp) const {
- return dp * density_;
+ return dp * kDensity;
}
// Here's the intended layout: