示例#1
0
 public AbsActionBarView(android.content.Context context, android.util.AttributeSet
                         attrs, int defStyle) : base(context, attrs, defStyle)
 {
     mVisAnimListener = new [email protected]
                            (this);
 }
示例#2
0
		public AbsActionBarView(android.content.Context context, android.util.AttributeSet
			 attrs, int defStyle) : base(context, attrs, defStyle)
		{
			mVisAnimListener = new [email protected]
				(this);
		}
示例#3
0
 public AbsActionBarView(android.content.Context context) : base(context)
 {
     mVisAnimListener = new [email protected]
                            (this);
 }
示例#4
0
		public AbsActionBarView(android.content.Context context) : base(context)
		{
			mVisAnimListener = new [email protected]
				(this);
		}