Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java735 public boolean validateRotationAnimationLw(int exitAnimId, int enterAnimId, in validateRotationAnimationLw() argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java1881 public boolean validateRotationAnimationLw(int exitAnimId, int enterAnimId, in validateRotationAnimationLw() argument
1883 switch (exitAnimId) { in validateRotationAnimationLw()
1892 return (exitAnimId == anim[0] && enterAnimId == anim[1]); in validateRotationAnimationLw()