Home
last modified time | relevance | path

Searched refs:shouldAnimateMove (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java1067 boolean shouldAnimateMove() { in shouldAnimateMove() method in WindowState
1072 && (mAttachedWindow == null || !mAttachedWindow.shouldAnimateMove()); in shouldAnimateMove()
DWindowManagerService.java9780 if (w.mHasSurface && w.shouldAnimateMove()) { in performLayoutAndPlaceSurfacesLockedInner()