public DropdownPopup(Spinner _enclosing, android.content.Context context, android.util.AttributeSet attrs, int defStyleRes) : base(context, attrs, 0, defStyleRes) { this._enclosing = _enclosing; this.setAnchorView(this._enclosing); this.setModal(true); this.setPromptPosition(android.widget.ListPopupWindow.POSITION_PROMPT_ABOVE); this.setOnItemClickListener(new _OnItemClickListener_692(this)); }
internal DialogPopup(Spinner _enclosing) { this._enclosing = _enclosing; }