Lines Matching defs:left

1060                             int left = view.getLeft();
1062 if (left != shadowingView.getLeft() || top != shadowingView.getTop()) {
1063 shadowingView.layout(left, top,
1064 left + shadowingView.getWidth(),
2171 info.left, info.top);
2182 if (preInfo.left != postInfo.left || preInfo.top != postInfo.top) {
2189 preInfo.left, preInfo.top, postInfo.left, postInfo.top)) {
2332 (beforeBounds.left != afterLeft || beforeBounds.top != afterTop)) {
2339 beforeBounds.left, beforeBounds.top,
2357 int oldLeft = disappearingItem.left;
3010 insets.left += mTempRect.left;
3073 int left = view.getLeft();
3075 if (left != shadowingView.getLeft() ||
3077 shadowingView.layout(left, top,
3078 left + shadowingView.getWidth(),
5570 * Return the left padding of the parent RecyclerView
5818 widthUsed += insets.left + insets.right;
5846 widthUsed += insets.left + insets.right;
5913 return child.getMeasuredWidth() + insets.left + insets.right;
5950 * @param left Left edge, with item decoration insets included
5957 public void layoutDecorated(View child, int left, int top, int right, int bottom) {
5959 child.layout(left + insets.left, top + insets.top, right - insets.right,
5964 * Returns the left edge of the given child view within its parent, offset by any applied
5968 * @return Child left edge with offsets applied
6015 * <li>The Rect's left is set to the total width of left decorations.</li>
6068 * Returns the total width of item decorations applied to child's left.
6074 * @return The total width of item decorations applied to the child's left.
6079 return ((LayoutParams) child.getLayoutParams()).mDecorInsets.left;
6160 final int childLeft = child.getLeft() + rect.left;
6877 * all four fields of <code>outRect</code> (left, top, right, bottom) to zero
8400 * contents of items will not be animated. What those animations are is left
8824 int left, top, right, bottom;
8826 ItemHolderInfo(ViewHolder holder, int left, int top, int right, int bottom) {
8828 this.left = left;