(Indicator) Implemented AUTO visible mode for indicator
authorSinjae Lee <sinjae4b.lee@samsung.com>
Fri, 9 May 2014 13:57:43 +0000 (22:57 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 27 May 2014 14:26:04 +0000 (15:26 +0100)
commit23f0d1f4ac05246b110a18f6970914eead5772a7
tree4938e076310b8c0b3bf3ed8f5468b12f0ee1f399
parent96a8a95ec072cc5863ea9c80864db074bb28ece6
(Indicator) Implemented AUTO visible mode for indicator

Implemented AUTO visible mode for indicator
For full screen application in portrait, or almost application in landscape mode,
indicator should be hidden in default and it can be shown by user's touch

The conditions for showing in AUTO mode
- indicator want to notify something to user
- user swipe down on top of the screen

The conditions for hiding in AUTO mode
- After n seconds
- When user touch anywhere except for indicator area
adaptors/tizen/internal/common/indicator-impl.cpp
adaptors/tizen/internal/common/indicator-impl.h
adaptors/tizen/internal/common/window-impl.cpp
adaptors/tizen/internal/common/window-impl.h
adaptors/tizen/public-api/adaptor-framework/common/window.cpp
capi/dali/public-api/adaptor-framework/common/window.h