diff options
| author | 2019-11-11 17:22:35 -0800 | |
|---|---|---|
| committer | 2019-11-11 17:22:35 -0800 | |
| commit | bdaa73c0f99b42c9137fb4931e11cf32010aeedf (patch) | |
| tree | 363a070decf2613a07aa66beea3db9e7bb27c7ce | |
| parent | 5f4d7e4ac58985d91ae7aa36b53add26abccaf16 (diff) | |
| parent | aee0f9c34358d6640a0873a073862b26762648fa (diff) | |
Merge "docs: fix typo" into qt-dev
am: aee0f9c343
Change-Id: Iba7623797bfd340fce0b24f6bbf669898feb8e26
| -rwxr-xr-x | core/java/android/util/DisplayMetrics.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/util/DisplayMetrics.java b/core/java/android/util/DisplayMetrics.java index 7c7223c04b59..c40c1238b690 100755 --- a/core/java/android/util/DisplayMetrics.java +++ b/core/java/android/util/DisplayMetrics.java @@ -245,7 +245,7 @@ public class DisplayMetrics { * this density value will be 1; on a 120 dpi screen it would be .75; etc. * * <p>This value does not exactly follow the real screen size (as given by - * {@link #xdpi} and {@link #ydpi}, but rather is used to scale the size of + * {@link #xdpi} and {@link #ydpi}), but rather is used to scale the size of * the overall UI in steps based on gross changes in the display dpi. For * example, a 240x320 screen will have a density of 1 even if its width is * 1.8", 1.3", etc. However, if the screen resolution is increased to |