Searched refs:getLayoutWidth (Results 1 – 4 of 4) sorted by relevance
42 int getLayoutWidth(); in getLayoutWidth() method
491 new Rect(marginStartEnd, mMargin, marginStartEnd + getLayoutWidth(), in onTouched()718 return mDisplayWidth - getMarginStartEndWith(mLastConfiguration) - getLayoutWidth(); in getMaxWindowX()772 final float halfWidth = getLayoutWidth() / 2.0f; in updateOffsetWith()896 private int getLayoutWidth() { in getLayoutWidth() method in AccessibilityFloatingMenuView905 return getMarginStartEndWith(mLastConfiguration) * 2 + getLayoutWidth(); in getWindowWidth()
182 LayoutParams params = new LayoutParams(attrs.getLayoutWidth(), attrs.getLayoutHeight()); in RecyclerViewImpl()
365 public int getLayoutWidth() { in from() method in PluginFactoryAdapterV2