Home | History | Annotate | Download | only in launcher2

Lines Matching refs:wpflags

2489         int wpflags = visible ? WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER : 0;
2492 if (wpflags != curflags) {
2493 getWindow().setFlags(wpflags, WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER);