Searched refs:getContentWidth (Results 1 – 6 of 6) sorted by relevance
105 protected int getContentWidth() { in getContentWidth() method in TextViewTransformState110 return super.getContentWidth(); in getContentWidth()
145 int ownContentWidth = getContentWidth(); in transformViewFrom()146 int otherContentWidth = otherState.getContentWidth(); in transformViewFrom()259 protected int getContentWidth() { in getContentWidth() method in TransformState333 int ownContentWidth = getContentWidth(); in transformViewTo()334 int otherContentWidth = otherState.getContentWidth(); in transformViewTo()
411 int width = getContentWidth(); in updateTaskViewContentWidth()419 private int getContentWidth() { in getContentWidth() method in BubbleExpandedView457 new FrameLayout.LayoutParams(getContentWidth(), MATCH_PARENT); in initialize()
210 public int getContentWidth(); in getContentWidth() method
1363 public int getContentWidth() { in getContentWidth() method in WebView1364 return mProvider.getContentWidth(); in getContentWidth()3138 encoder.addProperty("webview:contentWidth", mProvider.getContentWidth()); in encodeProperties()
18498 method public int getContentWidth();