mIndicatorVisible = visibleMode;
- //temp code TODO : need to re-imple dali indicator for EFL 1.20
- mIndicatorVisible = Dali::Window::INVISIBLE;
-
if ( mIndicatorVisible == Dali::Window::VISIBLE )
{
// when the indicator is visible, set proper mode for indicator server according to bg mode
Window::Window()
: mSurface( NULL ),
- //temp code TODO : need to re-imple dali indicator for EFL 1.20
- mIndicatorVisible( Dali::Window::INVISIBLE ),
+ mIndicatorVisible( Dali::Window::VISIBLE ),
mIndicatorIsShown( false ),
mShowRotatedIndicatorOnClose( false ),
mStarted( false ),
void Window::DoShowIndicator( Dali::Window::WindowOrientation lastOrientation )
{
- // temp code TODO : to implementation for EFL 1.20
- if ( mIndicatorVisible == Dali::Window::INVISIBLE )
- return;
-
if( mIndicator == NULL )
{
if( mIndicatorVisible != Dali::Window::INVISIBLE )
void Window::SetIndicatorVisibleMode( Dali::Window::IndicatorVisibleMode mode )
{
- // temp code TODO : need to re-imple dali indicator for EFL 1.20
- //mIndicatorVisible = mode;
- mIndicatorVisible = Dali::Window::INVISIBLE ;
+ mIndicatorVisible = mode;
}
unsigned int Window::GetSupportedAuxiliaryHintCount() const