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.java177 getContentWidth()); in getSmallestWidthDpForBounds()
184 mTmpRect2.width(), mTmpRect2.height(), getContentWidth()); in getSmallestWidthDpForBounds()
217 rotationContext.getResources(), dw, dh, getContentWidth(), in initSnapAlgorithmForRotations()
241 int getContentWidth() { in getContentWidth() method in DockedStackDividerController
DTaskStack.java473 .getDockedDividerController().getContentWidth(); in snapDockedStackAfterRotation()
669 mDisplayContent.mDividerControllerLocked.getContentWidth(), in attachDisplayContent()
709 mDisplayContent.mDividerControllerLocked.getContentWidth(), dockedOnTopOrLeft); in getStackDockedModeBoundsLocked()
989 getDisplayContent().mDividerControllerLocked.getContentWidth(); in adjustForIME()
/frameworks/base/core/java/android/webkit/
DWebView.java1508 public int getContentWidth() { in getContentWidth() method in WebView
1509 return mProvider.getContentWidth(); in getContentWidth()
2696 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();