HomeSort by relevance Sort by last modified time
    Searched full:wpflags (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsActivity.java 108 int wpflags = visible ? WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER : 0; local
111 if (wpflags != curflags) {
112 getWindow().setFlags(wpflags, WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER);
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 2384 int wpflags = visible ? WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER : 0; local
    [all...]

Completed in 75 milliseconds