Home
last modified time | relevance | path

Searched refs:getContentWidth (Results 1 – 6 of 6) 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/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java411 int width = getContentWidth(); in updateTaskViewContentWidth()
419 private int getContentWidth() { in getContentWidth() method in BubbleExpandedView
457 new FrameLayout.LayoutParams(getContentWidth(), MATCH_PARENT); in initialize()
/frameworks/base/core/java/android/webkit/
DWebViewProvider.java210 public int getContentWidth(); in getContentWidth() method
DWebView.java1363 public int getContentWidth() { in getContentWidth() method in WebView
1364 return mProvider.getContentWidth(); in getContentWidth()
3138 encoder.addProperty("webview:contentWidth", mProvider.getContentWidth()); in encodeProperties()
/frameworks/base/core/api/
Dsystem-current.txt18498 method public int getContentWidth();