Esempio n. 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();
 }
Esempio n. 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);
 }
Esempio n. 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);
 }
Esempio n. 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();
		}
Esempio n. 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);
		}
Esempio n. 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);
		}