Loading packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +2 −2 Original line number Diff line number Diff line Loading @@ -899,8 +899,8 @@ public class ScreenDecorations extends CoreStartable implements Tunable , Dumpab final DisplayInfo displayInfo = new DisplayInfo(); mContext.getDisplay().getDisplayInfo(displayInfo); return DisplayUtils.getPhysicalPixelDisplaySizeRatio( stableDisplaySize.x, stableDisplaySize.y, displayInfo.logicalWidth, displayInfo.logicalHeight); stableDisplaySize.x, stableDisplaySize.y, displayInfo.getNaturalWidth(), displayInfo.getNaturalHeight()); } @Override Loading Loading
packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +2 −2 Original line number Diff line number Diff line Loading @@ -899,8 +899,8 @@ public class ScreenDecorations extends CoreStartable implements Tunable , Dumpab final DisplayInfo displayInfo = new DisplayInfo(); mContext.getDisplay().getDisplayInfo(displayInfo); return DisplayUtils.getPhysicalPixelDisplaySizeRatio( stableDisplaySize.x, stableDisplaySize.y, displayInfo.logicalWidth, displayInfo.logicalHeight); stableDisplaySize.x, stableDisplaySize.y, displayInfo.getNaturalWidth(), displayInfo.getNaturalHeight()); } @Override Loading