HomeSort by relevance Sort by last modified time
    Searched defs:dipScale (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwLegacyQuirksTest.java 135 float dipScale = (float) deviceInfo.getDIPScale();
139 float cssDisplayWidth = physicalDisplayWidth / dipScale;
143 float cssDisplayHeight = physicalDisplayHeight / dipScale;
155 assertEquals(innerWidth * dipScale, outerWidth, 10f);
171 assertEquals(innerHeight * dipScale, outerHeight, 10f);
AwLayoutSizerTest.java 339 final float dipScale = 2.0f;
343 layoutSizer.setDIPScale(dipScale);
360 final float dipScale = 0.666f;
365 layoutSizer.setDIPScale(dipScale);
374 assertFalse((int) Math.ceil(measuredWidth / dipScale) == contentWidth);
375 assertFalse((int) Math.ceil(measuredHeight / dipScale) == contentHeight);
388 final float dipScale = 1.5f;
390 final int dipAndPageScale = (int) (dipScale * pageScale);
399 layoutSizer.setDIPScale(dipScale);
  /prebuilts/devtools/tools/lib/
rule-api.jar 

Completed in 47 milliseconds