Ejemplo n.º 1
0
 public PerformanceTrackingWebView()
 {
     _watcher = new SubviewWatcher <PerformanceTrackingWebView>(this);
 }
Ejemplo n.º 2
0
 public PerformanceTrackingActivityIndicator()
 {
     _watcher = new SubviewWatcher <PerformanceTrackingActivityIndicator>(this);
 }
Ejemplo n.º 3
0
 public PerformanceTrackingSwitch()
 {
     _watcher = new SubviewWatcher <PerformanceTrackingSwitch>(this);
 }
Ejemplo n.º 4
0
 public PerformanceTrackingTimePicker()
 {
     _watcher = new SubviewWatcher <PerformanceTrackingTimePicker>(this);
 }
Ejemplo n.º 5
0
 public PerformanceTrackingSearchBar()
 {
     _watcher = new SubviewWatcher <PerformanceTrackingSearchBar>(this);
 }
Ejemplo n.º 6
0
 public PerformanceTrackingStepper()
 {
     _watcher = new SubviewWatcher <PerformanceTrackingStepper>(this);
 }
Ejemplo n.º 7
0
 public PerformanceTrackingMap()
 {
     _watcher = new SubviewWatcher <PerformanceTrackingMap>(this);
 }
Ejemplo n.º 8
0
 public PerformanceTrackingProgressBar()
 {
     _watcher = new SubviewWatcher <PerformanceTrackingProgressBar>(this);
 }
Ejemplo n.º 9
0
 public PerformanceTrackingLabel()
 {
     _watcher = new SubviewWatcher <PerformanceTrackingLabel>(this);
 }
Ejemplo n.º 10
0
 public PerformanceTrackingImage()
 {
     _watcher = new SubviewWatcher <PerformanceTrackingImage>(this);
 }
Ejemplo n.º 11
0
 public PerformanceTrackingEntry()
 {
     _watcher = new SubviewWatcher <PerformanceTrackingEntry>(this);
 }
Ejemplo n.º 12
0
 public PerformanceTrackingEditor()
 {
     _watcher = new SubviewWatcher <PerformanceTrackingEditor>(this);
 }
Ejemplo n.º 13
0
 public PerformanceTrackingButton()
 {
     _watcher = new SubviewWatcher <PerformanceTrackingButton>(this);
 }