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

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java423 * @param topControlsLayoutHeightPix The Y amount in pixels to shrink the viewport by.
425 public void setTopControlsLayoutHeight(int topControlsLayoutHeightPix) { argument
426 if (topControlsLayoutHeightPix != mTopControlsLayoutHeightPix) {
427 mTopControlsLayoutHeightPix = topControlsLayoutHeightPix;

Completed in 80 milliseconds