public LayoutParams(StackView _enclosing, android.content.Context c, android.util.AttributeSet attrs) : base(c, attrs) { this._enclosing = _enclosing; parentRect = new android.graphics.Rect(); invalidateRect = new android.graphics.Rect(); invalidateRectf = new android.graphics.RectF(); globalInvalidateRect = new android.graphics.Rect(); this.horizontalOffset = 0; this.verticalOffset = 0; this.width = 0; this.height = 0; }
public StackSlider(StackView _enclosing, android.widget.StackView.StackSlider copy ) { this._enclosing = _enclosing; mMode = NORMAL_MODE; this.mView = copy.mView; this.mYProgress = copy.mYProgress; this.mXProgress = copy.mXProgress; this.mMode = copy.mMode; }
internal LayoutParams(StackView _enclosing, android.view.View view) : base(0, 0) { this._enclosing = _enclosing; parentRect = new android.graphics.Rect(); invalidateRect = new android.graphics.Rect(); invalidateRectf = new android.graphics.RectF(); globalInvalidateRect = new android.graphics.Rect(); this.width = 0; this.height = 0; this.horizontalOffset = 0; this.verticalOffset = 0; this.mView = view; }
public StackSlider(StackView _enclosing) { this._enclosing = _enclosing; mMode = NORMAL_MODE; }