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

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwLayoutSizerTest.java 338 final float dipScale = 2.0f;
342 layoutSizer.setDIPScale(dipScale);
369 final float dipScale = 0.666f;
374 layoutSizer.setDIPScale(dipScale);
383 assertFalse((int) Math.ceil(measuredWidth / dipScale) == contentWidth);
384 assertFalse((int) Math.ceil(measuredHeight / dipScale) == contentHeight);
396 final float dipScale = 1.5f;
398 final int dipAndPageScale = (int) (dipScale * pageScale);
405 layoutSizer.setDIPScale(dipScale);
445 final float dipScale = 1.5f
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 

Completed in 362 milliseconds