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

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java273 private int mTopControlsLayoutHeightPix; field in class:ContentViewCore
426 if (topControlsLayoutHeightPix != mTopControlsLayoutHeightPix) {
427 mTopControlsLayoutHeightPix = topControlsLayoutHeightPix;
915 public int getTopControlsLayoutHeightPix() { return mTopControlsLayoutHeightPix; }

Completed in 103 milliseconds