Searched refs:mWallpaperControllerLocked (Results 1 – 10 of 10) sorted by relevance
144 return mService.mWallpaperControllerLocked.getAnimLayerAdjustment(); in getSpecialWindowAnimLayerAdjustment()253 mService.mWallpaperControllerLocked.getAnimLayerAdjustment() != 0) { in dump()257 pw.println(mService.mWallpaperControllerLocked.getAnimLayerAdjustment()); in dump()
89 private final WallpaperController mWallpaperControllerLocked; field in WindowSurfacePlacer153 mWallpaperControllerLocked = mService.mWallpaperControllerLocked; in WindowSurfacePlacer()426 if (mWallpaperControllerLocked.isWallpaperTarget(win)) { in performSurfacePlacementInner()443 mWallpaperControllerLocked.removeWallpaperToken(token); in performSurfacePlacementInner()632 mWallpaperControllerLocked.adjustWallpaperWindows()) { in applySurfaceChangesTransaction()699 && mWallpaperControllerLocked.isWallpaperTarget(w) && w.isVisibleLw()) { in applySurfaceChangesTransaction()703 mWallpaperControllerLocked.updateWallpaperVisibility(); in applySurfaceChangesTransaction()1099 mWallpaperControllerLocked.getLowerWallpaperTarget(); in handleAppTransitionReadyLocked()1101 mWallpaperControllerLocked.getUpperWallpaperTarget(); in handleAppTransitionReadyLocked()1390 boolean wallpaperReady = !mWallpaperControllerLocked.isWallpaperVisible() || in transitionGoodToGo()[all …]
464 mService.mWallpaperControllerLocked.setWindowWallpaperPosition( in setWallpaperPosition()475 mService.mWallpaperControllerLocked.wallpaperOffsetsComplete(window); in wallpaperOffsetsComplete()483 mService.mWallpaperControllerLocked.setWindowWallpaperDisplayOffset( in setWallpaperDisplayOffset()496 return mService.mWallpaperControllerLocked.sendWindowWallpaperCommand( in sendWallpaperCommand()507 mService.mWallpaperControllerLocked.wallpaperCommandComplete(window); in wallpaperCommandComplete()
110 final WallpaperController mWallpaperControllerLocked; field in WindowStateAnimator267 mWallpaperControllerLocked = mService.mWallpaperControllerLocked; in WindowStateAnimator()576 mWallpaperControllerLocked.hideWallpapers(mWin); in finishExit()886 mWallpaperControllerLocked.hideWallpapers(mWin); in destroySurfaceLocked()914 mWallpaperControllerLocked.hideWallpapers(mWin); in destroyDeferredSurfaceLocked()936 final WindowState wallpaperTarget = mWallpaperControllerLocked.getWallpaperTarget(); in computeShownFrameLocked()1546 mWallpaperControllerLocked.hideWallpapers(w); in prepareSurfaceLocked()1599 mWallpaperControllerLocked.dispatchWallpaperVisibility(w, true); in prepareSurfaceLocked()
240 final WallpaperController wallpaperController = mService.mWallpaperControllerLocked; in updateLayers()
289 final WallpaperController wallpaperController = mService.mWallpaperControllerLocked; in updateInputWindowsLw()
694 WallpaperController mWallpaperControllerLocked; field in WindowManagerService957 mWallpaperControllerLocked = new WallpaperController(this); in WindowManagerService()2083 mWallpaperControllerLocked.clearLastWallpaperTimeoutTime(); in addWindow()2087 } else if (mWallpaperControllerLocked.isBelowWallpaperTarget(win)) { in addWindow()2534 mWallpaperControllerLocked.clearLastWallpaperTimeoutTime(); in removeWindowInnerLocked()2939 mWallpaperControllerLocked.updateWallpaperOffset( in relayoutWindow()3007 } else if (mWallpaperControllerLocked.isWallpaperTarget(win)) { in tryStartExitingAnimation()3333 mWallpaperControllerLocked.addWallpaperToken(wtoken); in addWindowToken()3389 mWallpaperControllerLocked.removeWallpaperToken(wtoken); in removeWindowToken()3392 mWallpaperControllerLocked.removeWallpaperToken(wtoken); in removeWindowToken()[all …]
452 w.mWinAnimator.mWallpaperControllerLocked.hideWallpapers(w); in stopUsingSavedSurfaceLocked()
294 final WallpaperController wallpaperController = mService.mWallpaperControllerLocked; in updateWindowsLocked()
926 mService.mWallpaperControllerLocked.updateWallpaperOffset( in computeFrameLw()