Searched defs:enterAnimId (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java201 public boolean validateRotationAnimationLw(int exitAnimId, int enterAnimId, argument
/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java1070 * @param enterAnimId entering resource id from the previous window.
1076 public boolean validateRotationAnimationLw(int exitAnimId, int enterAnimId, argument
H A DPhoneWindowManager.java3481 public boolean validateRotationAnimationLw(int exitAnimId, int enterAnimId, argument
3492 return (exitAnimId == anim[0] && enterAnimId == anim[1]);

Completed in 76 milliseconds