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

/frameworks/base/core/java/android/view/
H A DWindowManager.java808 public int windowAnimations; field in class:WindowManager.LayoutParams
932 out.writeInt(windowAnimations);
968 windowAnimations = in.readInt();
1065 if (windowAnimations != o.windowAnimations) {
1066 windowAnimations = o.windowAnimations;
1145 if (windowAnimations != 0) {
1147 sb.append(Integer.toHexString(windowAnimations));
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java479 lp.windowAnimations = st.windowAnimations;
865 st.windowAnimations = defaultAnimations;
2139 if (params.windowAnimations == 0) {
2140 params.windowAnimations = a.getResourceId(
2592 int windowAnimations; field in class:PhoneWindow.PanelFeatureState
2652 windowAnimations = a.getResourceId(

Completed in 62 milliseconds