Searched refs:mOverdrawBottomHeightPix (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java374 private int mOverdrawBottomHeightPix; field in class:ContentViewCore
1038 public int getOverdrawBottomHeightPix() { return mOverdrawBottomHeightPix; }
1593 if (mOverdrawBottomHeightPix == overdrawHeightPix) return;
1595 mOverdrawBottomHeightPix = overdrawHeightPix;

Completed in 85 milliseconds