Searched defs:winAnimator (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DWindowAnimator.java290 final WindowStateAnimator winAnimator = wallpaper.mWinAnimator;
291 if (!winAnimator.mLastHidden) {
292 winAnimator.hide();
352 WindowStateAnimator winAnimator = winAnimatorList.get(i);
353 WindowState win = winAnimator.mWin;
354 final int flags = winAnimator.mAttrFlags;
356 if (winAnimator.mSurface != null) {
357 final boolean wasAnimating = winAnimator.mWasAnimating;
358 final boolean nowAnimating = winAnimator.stepAnimationLocked(mCurrentTime);
365 if (wasAnimating && !winAnimator
765 isDimmingLocked(final WindowStateAnimator winAnimator) argument
[all...]
H A DWindowManagerService.java2048 WindowStateAnimator winAnimator = wallpaper.mWinAnimator;
2049 winAnimator.computeShownFrameLocked();
2053 if (winAnimator.mSurfaceX != wallpaper.mShownFrame.left
2054 || winAnimator.mSurfaceY != wallpaper.mShownFrame.top) {
2055 winAnimator.setWallpaperOffset((int) wallpaper.mShownFrame.left,
2560 void setTransparentRegionHint(final WindowStateAnimator winAnimator, final Region region) { argument
2562 new Pair<WindowStateAnimator, Region>(winAnimator, region)));
2774 WindowStateAnimator winAnimator = win.mWinAnimator;
2789 winAnimator.mSurfaceDestroyDeferred =
2813 winAnimator
9790 startDimmingLocked(final WindowStateAnimator winAnimator, final float target, final int width, final int height) argument
9860 reclaimSomeSurfaceMemoryLocked(WindowStateAnimator winAnimator, String operation, boolean secure) argument
[all...]

Completed in 26 milliseconds