/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WallpaperControllerTests.java | 26 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER; 80 WindowState wallpaperWindow = createWindow(null /* parent */, TYPE_WALLPAPER, in testWallpaperScreenshot() 108 WindowState wallpaperWindow = createWindow(null /* parent */, TYPE_WALLPAPER, in testWallpaperSizeWithFixedTransform() 160 final WindowState wallpaperWindow = createWindow(null, TYPE_WALLPAPER, wallpaperWindowToken, in testWallpaperZoom() 186 final WindowState wallpaperWindow = createWindow(null, TYPE_WALLPAPER, wallpaperWindowToken, in testWallpaperZoom_shouldNotScaleWallpaper() 217 final WindowState wallpaperWindow = createWindow(null, TYPE_WALLPAPER, wallpaperWindowToken, in testWallpaperZoom_multipleCallers()
|
D | DisplayAreaTest.java | 21 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER; 66 assertEquals(BELOW_TASKS, typeOf(createWindowToken(TYPE_WALLPAPER))); in testType_typeOf()
|
D | WindowTestsBase.java | 36 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER; 108 mWallpaperWindow = createCommonWindow(null, TYPE_WALLPAPER, "wallpaperWindow"); in setUpBase()
|
D | RecentsAnimationControllerTest.java | 24 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER; 414 final WindowState wallpaperWindow = createWindow(null, TYPE_WALLPAPER, wallpaperWindowToken, in testWallpaperHasFixedRotationApplied()
|
D | DisplayContentTests.java | 52 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER; 484 TYPE_WALLPAPER, TYPE_APPLICATION); in testShouldWaitForSystemDecorWindowsOnBoot_OnDefaultDisplay() 504 TYPE_WALLPAPER, TYPE_APPLICATION); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WallpaperWindowToken.java | 20 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER; 47 super(service, token, TYPE_WALLPAPER, explicit, dc, ownerCanManageAppTokens); in WallpaperWindowToken()
|
D | InputMonitor.java | 31 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER; 528 if (w.mAttrs.type == TYPE_WALLPAPER && w.isVisibleLw()) { in accept()
|
D | WallpaperController.java | 23 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER; 120 if ((w.mAttrs.type == TYPE_WALLPAPER)) {
|
D | WindowStateAnimator.java | 31 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER; 801 if (w.mAttrs.type == TYPE_WALLPAPER) { in calculateCrop()
|
D | WindowManagerService.java | 76 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER; 1511 } else if (rootType == TYPE_WALLPAPER) { in addWindow() 1512 if (token.windowType != TYPE_WALLPAPER) { in addWindow() 1657 if (type == TYPE_WALLPAPER) { in addWindow() 1755 if (rootType == TYPE_WALLPAPER) { in unprivilegedAppCanCreateTokenWith() 1957 if (win.mAttrs.type == TYPE_WALLPAPER) { in postWindowRemoveCleanupLocked() 2670 if (type == TYPE_WALLPAPER) { in addWindowTokenWithOptions()
|
D | DisplayPolicy.java | 102 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER; 865 case TYPE_WALLPAPER: in adjustWindowParamsLw() 2146 } else if (type == TYPE_WALLPAPER) { 2473 if (type != TYPE_WALLPAPER) {
|
D | DisplayContent.java | 72 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER; 3733 case TYPE_WALLPAPER: in shouldWaitForSystemDecorWindowsOnBoot() 3760 final boolean haveWallpaper = drawnWindowTypes.get(TYPE_WALLPAPER); in shouldWaitForSystemDecorWindowsOnBoot() 5041 return type != TYPE_WALLPAPER in logsGestureExclusionRestrictions()
|
D | AccessibilityController.java | 1492 return (windowType != WindowManager.LayoutParams.TYPE_WALLPAPER in isReportedWindowType()
|
D | WindowState.java | 93 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER; 915 mIsWallpaper = parentWindow.mAttrs.type == TYPE_WALLPAPER; in WindowState() 926 mIsWallpaper = mAttrs.type == TYPE_WALLPAPER; in WindowState()
|
/frameworks/native/include/input/ |
D | InputWindow.h | 96 TYPE_WALLPAPER = FIRST_SYSTEM_WINDOW + 13, enumerator
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 63 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER; 760 case TYPE_WALLPAPER: in getWindowLayerFromTypeLw()
|
D | PhoneWindowManager.java | 63 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER; 2102 case TYPE_WALLPAPER: in checkAddPermission() 2238 case TYPE_WALLPAPER: in canBeHiddenByKeyguardLw()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.cpp | 432 layer->getWindowType() == InputWindowInfo::TYPE_WALLPAPER ? minFps : maxFps; in registerLayer() 437 if (layer->getWindowType() == InputWindowInfo::TYPE_WALLPAPER) { in registerLayer()
|
/frameworks/base/core/java/android/view/ |
D | WindowManager.java | 754 @ViewDebug.IntToString(from = TYPE_WALLPAPER, 1014 public static final int TYPE_WALLPAPER = FIRST_SYSTEM_WINDOW+13; field in WindowManager.LayoutParams 1267 TYPE_WALLPAPER,
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 28 import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER; 1112 mWindowManagerInternal.addWindowToken(mToken, TYPE_WALLPAPER, mDisplayId); in connectLocked() 1115 connection.mService.attach(connection, mToken, TYPE_WALLPAPER, false, in connectLocked()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 1881 windowHandle->getInfo()->layoutParamsType == InputWindowInfo::TYPE_WALLPAPER) { in findTouchedWindowTargetsLocked()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 55724 field public static final int TYPE_WALLPAPER = 2013; // 0x7dd 55745 …w.ViewDebug.IntToString(from=android.view.WindowManager.LayoutParams.TYPE_WALLPAPER, to="WALLPAPER…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34779 field public static final int TYPE_WALLPAPER = 2013; // 0x7dd
|