Home | History | Annotate | Download | only in launcher2

Lines Matching full:wpflags

2547         int wpflags = visible ? WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER : 0;
2550 if (wpflags != curflags) {
2551 getWindow().setFlags(wpflags, WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER);