videoplayback/videoplaybackview/tsrc/testcontrolscontroller/stub/src/videoplaybackfullscreencontrol.cpp
equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Implementation of VideoPlaybackFullScreenControl |
14 * Description: Implementation of VideoPlaybackFullScreenControl |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // Version : %version: 5 % |
18 // Version : %version: 6 % |
19 |
19 |
20 |
20 |
21 |
21 |
22 #include <w32std.h> |
22 #include <w32std.h> |
23 |
23 |
82 void VideoPlaybackFullScreenControl::setVisibility( TMPXPlaybackState state ) |
82 void VideoPlaybackFullScreenControl::setVisibility( TMPXPlaybackState state ) |
83 { |
83 { |
84 MPX_DEBUG(_L("VideoPlaybackFullScreenControl::setVisibility(%d)"), state); |
84 MPX_DEBUG(_L("VideoPlaybackFullScreenControl::setVisibility(%d)"), state); |
85 |
85 |
86 mVisibilityState = state; |
86 mVisibilityState = state; |
|
87 setVisible( true ); |
87 } |
88 } |
88 |
89 |
89 // ------------------------------------------------------------------------------------------------- |
90 // ------------------------------------------------------------------------------------------------- |
90 // VideoPlaybackFullScreenControl::controlIndex() |
91 // VideoPlaybackFullScreenControl::controlIndex() |
91 // ------------------------------------------------------------------------------------------------- |
92 // ------------------------------------------------------------------------------------------------- |