Class: AndroidTabletImageRois
Overview
The AndroidTabletRois class adds Android Tablet-specific functionality to Android Rois
Instance Method Summary
collapse
#blocked, #favorites_heart_not_selected, #highlight
Methods inherited from ImageRois
#SAMPLE, #new
Constructor Details
Returns a new instance of AndroidTabletImageRois.
7
8
9
|
# File 'lib/rois/mobile/android/android_tablet/android_tablet_image_rois.rb', line 7
def initialize(dut)
super(dut)
end
|
Instance Method Details
#DVRManager_delete_dash ⇒ Object
19
20
21
22
23
|
# File 'lib/rois/mobile/android/android_tablet/android_tablet_image_rois.rb', line 19
def DVRManager_delete_dash
new(:x => 40, :y => 432, :width => 120, :height => 120, :similarity => 80,
:ref_img => 'tsimages/reference/mobile/android/tablet/delete_dash.JPG', :img_x => 40, :img_y => 432,
:img_width => 120,:img_height => 120)
end
|
#favorites_heart_selected ⇒ Object
12
13
14
15
16
|
# File 'lib/rois/mobile/android/android_tablet/android_tablet_image_rois.rb', line 12
def favorites_heart_selected
new(:x => 903, :y => 240, :width => 117, :height => 90, :similarity => 80,
:ref_img => 'tsimages/reference/mobile/android/tablet/heart_selected.JPG', :img_x => 2277, :img_y => 207,
:img_width => 123,:img_height => 100)
end
|
#onDemandFeaturedHighlit ⇒ Object
24
25
26
27
28
|
# File 'lib/rois/mobile/android/android_tablet/android_tablet_image_rois.rb', line 24
def onDemandFeaturedHighlit
new(:x => 307, :y => 287, :width => 217, :height => 80, :similarity => 100,
:ref_img => 'tsimages/reference/mobile/android/tablet/onDemandFeaturedHighlit.JPG', :img_x => 307,
:img_y => 287, :img_width => 217,:img_height => 217)
end
|
#onDemandKidsHighlit ⇒ Object
42
43
44
45
46
|
# File 'lib/rois/mobile/android/android_tablet/android_tablet_image_rois.rb', line 42
def onDemandKidsHighlit
new(:x => 1293, :y => 290, :width => 113, :height => 67, :similarity => 100,
:ref_img => 'tsimages/reference/mobile/android/tablet/onDemandKidsHighlit.JPG', :img_x => 1293,
:img_y => 290, :img_width => 113,:img_height => 113)
end
|
#onDemandMoviesHighlit ⇒ Object
36
37
38
39
40
|
# File 'lib/rois/mobile/android/android_tablet/android_tablet_image_rois.rb', line 36
def onDemandMoviesHighlit
new(:x => 997, :y => 293, :width => 163, :height => 63, :similarity => 100,
:ref_img => 'tsimages/reference/mobile/android/tablet/onDemandMoviesHighlit.JPG', :img_x => 997,
:img_y => 293, :img_width => 163,:img_height => 163)
end
|
#onDemandNetworksHighlit ⇒ Object
48
49
50
51
52
|
# File 'lib/rois/mobile/android/android_tablet/android_tablet_image_rois.rb', line 48
def onDemandNetworksHighlit
new(:x => 1543, :y => 290, :width => 197, :height => 70, :similarity => 100,
:ref_img => 'tsimages/reference/mobile/android/tablet/onDemandNetworksHighlit.JPG', :img_x => 1543,
:img_y => 290, :img_width => 197,:img_height => 197)
end
|
#onDemandTvShowsHighlit ⇒ Object
30
31
32
33
34
|
# File 'lib/rois/mobile/android/android_tablet/android_tablet_image_rois.rb', line 30
def onDemandTvShowsHighlit
new(:x => 637, :y => 283, :width => 223, :height => 80, :similarity => 100,
:ref_img => 'tsimages/reference/mobile/android/tablet/onDemandTvShowsHighlit.JPG', :img_x => 637,
:img_y => 283, :img_width => 223,:img_height => 223)
end
|