Home
last modified time | relevance | path

Searched refs:getContentWidth (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDockedStackDividerController.java175 getContentWidth()); in getSmallestWidthDpForBounds()
182 mTmpRect2.width(), mTmpRect2.height(), getContentWidth()); in getSmallestWidthDpForBounds()
215 rotationContext.getResources(), dw, dh, getContentWidth(), in initSnapAlgorithmForRotations()
239 int getContentWidth() { in getContentWidth() method in DockedStackDividerController
DTaskStack.java474 .getDockedDividerController().getContentWidth(); in snapDockedStackAfterRotation()
670 mDisplayContent.mDividerControllerLocked.getContentWidth(), in attachDisplayContent()
710 mDisplayContent.mDividerControllerLocked.getContentWidth(), dockedOnTopOrLeft); in getStackDockedModeBoundsLocked()
990 getDisplayContent().mDividerControllerLocked.getContentWidth(); in adjustForIME()
/frameworks/base/core/java/android/webkit/
DWebView.java1492 public int getContentWidth() { in getContentWidth() method in WebView
1493 return mProvider.getContentWidth(); in getContentWidth()
2680 encoder.addProperty("webview:contentWidth", mProvider.getContentWidth()); in encodeProperties()
DWebViewProvider.java192 public int getContentWidth(); in getContentWidth() method
/frameworks/base/api/
Dsystem-current.txt49261 method public abstract int getContentWidth();