Exemplo n.º 1
0
 public WidgetView(Context context, AttributeSet attrs, int defStyle) {
   super(context, attrs, defStyle);
   init(context, attrs);
   setOnTouchListener(this);
 }
Exemplo n.º 2
0
 public WidgetView(Context context) {
   super(context);
   init(context, null);
   setOnTouchListener(this);
 }
Exemplo n.º 3
0
 public WidgetView(Context context, AttributeSet attrs) {
   super(context, attrs);
   init(context, attrs);
 }
Exemplo n.º 4
0
 public WidgetView(Context context, AttributeSet attrs, int defStyle) {
   super(context, attrs, defStyle);
   init(context, attrs);
 }
Exemplo n.º 5
0
 public WidgetView(Context context) {
   super(context);
   init(context, null);
 }