Home
last modified time | relevance | path

Searched refs:isWallpaper (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DToggleResizeDesktopTaskTransitionHandler.kt130 !isWallpaper(c) && isValidTaskChange(c) && c.mode == TRANSIT_CHANGE in <lambda>()
140 private fun isWallpaper(change: TransitionInfo.Change): Boolean { in <lambda>() method in com.android.wm.shell.desktopmode.ToggleResizeDesktopTaskTransitionHandler
DDragToDesktopTransitionHandler.kt316 if (TransitionUtil.isWallpaper(change)) { in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DMixedTransitionHelper.java73 } else if (isWallpaper(change)) { in animateEnterPipFromSplit()
204 private static boolean isWallpaper(@NonNull TransitionInfo.Change change) { in isWallpaper() method in MixedTransitionHelper
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DRemoteAnimationTargetCompat.java68 ? TransitionUtil.isWallpaper(change) : TransitionUtil.isNonApp(change); in wrapNonApps()
/frameworks/native/services/inputflinger/tests/
DFakeWindows.h217 inline void setIsWallpaper(bool isWallpaper) { in setIsWallpaper() argument
218 mInfo.setInputConfig(InputConfig::IS_WALLPAPER, isWallpaper); in setIsWallpaper()
/frameworks/base/services/core/java/com/android/server/wm/
DTransition.java2350 private static boolean isWallpaper(WindowContainer wc) { in isWallpaper() method in Transition
2429 if (isWallpaper(target)) { in canPromote()
2590 final boolean skipIntermediateReports = isWallpaper(wc); in populateParentChanges()
2705 if (isWallpaper(wc)) continue; in calculateTransitionRoots()
2842 } else if (isWallpaper(target) && Flags.ensureWallpaperInTransitions() in calculateTransitionInfo()
2934 if (isWallpaper(sortedTargets.get(i).mContainer)) continue; in calculateAnimationOptionsForActivityTransition()
3048 if (isWallpaper(wc) || getDisplayId(wc) != displayId) { in findCommonAncestor()
3463 } else if (isWallpaper(wc)) { in getChangeFlags()
DWindowState.java1850 final boolean isWallpaper = mToken.asWallpaperToken() != null; in wouldBeVisibleIfPolicyIgnored()
1851 return !isWallpaper || mToken.isVisible(); in wouldBeVisibleIfPolicyIgnored()
1860 final boolean isWallpaper = mToken.asWallpaperToken() != null; in wouldBeVisibleRequestedIfPolicyIgnored()
1861 return !isWallpaper || mToken.isVisibleRequested(); in wouldBeVisibleRequestedIfPolicyIgnored()
2072 final boolean isWallpaper = mToken.asWallpaperToken() != null; in isOpaqueDrawn()
2073 return ((!isWallpaper && mAttrs.format == PixelFormat.OPAQUE) in isOpaqueDrawn()
2074 || (isWallpaper && mToken.isVisible())) in isOpaqueDrawn()
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/
DTransitionUtil.java97 public static boolean isWallpaper(TransitionInfo.Change change) { in isWallpaper() method in TransitionUtil
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
DRecentsTransitionHandler.java454 if (TransitionUtil.isWallpaper(change)) continue; in start()
507 if (TransitionUtil.isWallpaper(change)) { in start()
/frameworks/base/services/
Dart-wear-profile28934 PLcom/android/server/wm/Transition;->isWallpaper(Lcom/android/server/wm/WindowContainer;)Z