HomeSort by relevance Sort by last modified time
    Searched refs:getDIPScale (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
DeviceDisplayInfo.java 143 public double getDIPScale() {
190 getDIPScale(), getSmallestDIPWidth(), getRotationDegrees());
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AndroidViewIntegrationTest.java 311 DeviceDisplayInfo.create(testContainerView.getContext()).getDIPScale();
339 DeviceDisplayInfo.create(testContainerView.getContext()).getDIPScale();
365 DeviceDisplayInfo.create(testContainerView.getContext()).getDIPScale();
AwLegacyQuirksTest.java 50 float deviceDpi = (float) (160f * deviceInfo.getDIPScale());
81 float displayWidth = (float) (deviceInfo.getDisplayWidth() / deviceInfo.getDIPScale());
107 float displayWidth = (float) (deviceInfo.getDisplayWidth() / deviceInfo.getDIPScale());
135 float dipScale = (float) deviceInfo.getDIPScale();
AndroidScrollIntegrationTest.java 282 DeviceDisplayInfo.create(testContainerView.getContext()).getDIPScale();
315 DeviceDisplayInfo.create(testContainerView.getContext()).getDIPScale();
343 DeviceDisplayInfo.create(testContainerView.getContext()).getDIPScale();
373 DeviceDisplayInfo.create(testContainerView.getContext()).getDIPScale();
415 DeviceDisplayInfo.create(testContainerView.getContext()).getDIPScale();
573 DeviceDisplayInfo.create(testContainerView.getContext()).getDIPScale();
699 DeviceDisplayInfo.create(testContainerView.getContext()).getDIPScale();
    [all...]
AwSettingsTest.java     [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContents.java 583 mDIPScale = DeviceDisplayInfo.create(mContext).getDIPScale();
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewCore.java 468 float scale = (float) DeviceDisplayInfo.create(mContext).getDIPScale();
    [all...]

Completed in 215 milliseconds