Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTextViewTransformState.java105 protected int getContentWidth() { in getContentWidth() method in TextViewTransformState
110 return super.getContentWidth(); in getContentWidth()
DTransformState.java145 int ownContentWidth = getContentWidth(); in transformViewFrom()
146 int otherContentWidth = otherState.getContentWidth(); in transformViewFrom()
259 protected int getContentWidth() { in getContentWidth() method in TransformState
333 int ownContentWidth = getContentWidth(); in transformViewTo()
334 int otherContentWidth = otherState.getContentWidth(); in transformViewTo()
/frameworks/base/core/java/android/webkit/
DWebView.java1362 public int getContentWidth() { in getContentWidth() method in WebView
1363 return mProvider.getContentWidth(); in getContentWidth()
3118 encoder.addProperty("webview:contentWidth", mProvider.getContentWidth()); in encodeProperties()
DWebViewProvider.java209 public int getContentWidth(); in getContentWidth() method
/frameworks/base/core/api/
Dsystem-current.txt14784 method public int getContentWidth();