Searched defs:dipScale (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
H A DDeviceDisplayInfo.java211 int bitsPerPixel, int bitsPerComponent, double dipScale,
208 nativeUpdateSharedDeviceDisplayInfo( int displayHeight, int displayWidth, int physicalDisplayHeight, int physicalDisplayWidth, int bitsPerPixel, int bitsPerComponent, double dipScale, int smallestDIPWidth, int rotationDegrees) argument
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwLayoutSizer.java63 public void setDIPScale(double dipScale) { argument
64 mDIPScale = dipScale;
H A DAwSettings.java263 void setDIPScale(double dipScale) { argument
265 mDIPScale = dipScale;
H A DAwContents.java2466 private native void nativeSetDipScale(long nativeAwContents, float dipScale); argument

Completed in 162 milliseconds