Searched refs:TYPE_WALLPAPER (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/input/
H A DInputWindow.h99 TYPE_WALLPAPER = FIRST_SYSTEM_WINDOW+13, enumerator in enum:android::InputWindowInfo::__anon1148
H A DInputDispatcher.cpp1442 == InputWindowInfo::TYPE_WALLPAPER) {
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java24 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER;
303 mIsWallpaper = attachedWindow.mAttrs.type == TYPE_WALLPAPER;
316 mIsWallpaper = mAttrs.type == TYPE_WALLPAPER;
790 || mAttrs.type == TYPE_WALLPAPER)
H A DWindowManagerService.java34 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER;
1651 if ((w.mAttrs.type == WindowManager.LayoutParams.TYPE_WALLPAPER)) {
2202 if (attrs.type == TYPE_WALLPAPER) {
2238 } else if (attrs.type == TYPE_WALLPAPER) {
2239 if (token.windowType != TYPE_WALLPAPER) {
2312 if (attrs.type == TYPE_WALLPAPER) {
2538 if (win.mAttrs.type == TYPE_WALLPAPER) {
3471 if (type == TYPE_WALLPAPER) {
3516 } else if (wtoken.windowType == TYPE_WALLPAPER) {
5273 } else if (w.mAttrs.type == WindowManager.LayoutParams.TYPE_WALLPAPER) {
[all...]
H A DWindowStateAnimator.java6 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER;
811 if (mWin.mAttrs.type == TYPE_WALLPAPER && mService.mLowerWallpaperTarget == null
/frameworks/base/core/java/android/view/
H A DWindowManager.java180 @ViewDebug.IntToString(from = TYPE_WALLPAPER, to = "TYPE_WALLPAPER"),
360 public static final int TYPE_WALLPAPER = FIRST_SYSTEM_WINDOW+13; field in class:WindowManager.LayoutParams
/frameworks/base/services/java/com/android/server/
H A DWallpaperManagerService.java797 WindowManager.LayoutParams.TYPE_WALLPAPER);
842 WindowManager.LayoutParams.TYPE_WALLPAPER, false,
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java129 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER;
1243 case TYPE_WALLPAPER:
1361 case TYPE_WALLPAPER:
1456 && attrs.type != WindowManager.LayoutParams.TYPE_WALLPAPER;

Completed in 305 milliseconds