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

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java272 private int mPhysicalBackingHeightPix; field in class:ContentViewCore
903 public int getPhysicalBackingHeightPix() { return mPhysicalBackingHeightPix; }
1461 if (mPhysicalBackingWidthPix == wPix && mPhysicalBackingHeightPix == hPix) return;
1464 mPhysicalBackingHeightPix = hPix;

Completed in 87 milliseconds