Back to project page dttv-android.
The source code is released under:
GNU General Public License
If you think the Android project dttv-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package dttv.app.widget; /*from w w w .j av a 2s . c o m*/ import android.content.Context; import android.view.View; import android.widget.PopupWindow; public class EffectWindow extends PopupWindow { public EffectWindow(Context context) { // TODO Auto-generated constructor stub } }