Пример #1
0
 /// <summary>Initialize with standard view layout information and style.</summary>
 /// <remarks>
 /// Initialize with standard view layout information and style.
 /// Sets the base to the current time.
 /// </remarks>
 public Chronometer(android.content.Context context, android.util.AttributeSet attrs
                    , int defStyle) : base(context, attrs, defStyle)
 {
     mHandler = new _Handler_264(this);
     android.content.res.TypedArray a = context.obtainStyledAttributes(attrs, [email protected]
                                                                       .styleable.Chronometer, defStyle, 0);
     setFormat(a.getString([email protected]_format));
     a.recycle();
     init();
 }
Пример #2
0
 /// <summary>Initialize with standard view layout information.</summary>
 /// <remarks>
 /// Initialize with standard view layout information.
 /// Sets the base to the current time.
 /// </remarks>
 public Chronometer(android.content.Context context, android.util.AttributeSet attrs
                    ) : this(context, attrs, 0)
 {
     mHandler = new _Handler_264(this);
 }
Пример #3
0
 /// <summary>Initialize this Chronometer object.</summary>
 /// <remarks>
 /// Initialize this Chronometer object.
 /// Sets the base to the current time.
 /// </remarks>
 public Chronometer(android.content.Context context) : this(context, null, 0)
 {
     mHandler = new _Handler_264(this);
 }
Пример #4
0
		/// <summary>Initialize with standard view layout information and style.</summary>
		/// <remarks>
		/// Initialize with standard view layout information and style.
		/// Sets the base to the current time.
		/// </remarks>
		public Chronometer(android.content.Context context, android.util.AttributeSet attrs
			, int defStyle) : base(context, attrs, defStyle)
		{
			mHandler = new _Handler_264(this);
			android.content.res.TypedArray a = context.obtainStyledAttributes(attrs, [email protected]
				.styleable.Chronometer, defStyle, 0);
			setFormat(a.getString([email protected]_format));
			a.recycle();
			init();
		}
Пример #5
0
		/// <summary>Initialize with standard view layout information.</summary>
		/// <remarks>
		/// Initialize with standard view layout information.
		/// Sets the base to the current time.
		/// </remarks>
		public Chronometer(android.content.Context context, android.util.AttributeSet attrs
			) : this(context, attrs, 0)
		{
			mHandler = new _Handler_264(this);
		}
Пример #6
0
		/// <summary>Initialize this Chronometer object.</summary>
		/// <remarks>
		/// Initialize this Chronometer object.
		/// Sets the base to the current time.
		/// </remarks>
		public Chronometer(android.content.Context context) : this(context, null, 0)
		{
			mHandler = new _Handler_264(this);
		}