Home
last modified time | relevance | path

Searched defs:dipScale (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DAwLayoutSizerTest.java339 final float dipScale = 2.0f; in testViewportWithExactMeasureSpec() local
360 final float dipScale = 0.666f; in testViewportDipSizeOverrideRounding() local
388 final float dipScale = 1.5f; in testViewportWithAtMostMeasureSpec() local
DAwLegacyQuirksTest.java135 float dipScale = (float) deviceInfo.getDIPScale(); in testScreenSizeInPhysicalPixelsQuirk() local
/external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
DDeviceDisplayInfo.java211 int bitsPerPixel, int bitsPerComponent, double dipScale, in nativeUpdateSharedDeviceDisplayInfo()
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwLayoutSizer.java63 public void setDIPScale(double dipScale) { in setDIPScale()
DAwSettings.java263 void setDIPScale(double dipScale) { in setDIPScale()