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

/frameworks/base/core/java/android/view/
H A DWindowManager.java1130 public int windowAnimations; field in class:WindowManager.LayoutParams
1352 out.writeInt(windowAnimations);
1393 windowAnimations = in.readInt();
1499 if (windowAnimations != o.windowAnimations) {
1500 windowAnimations = o.windowAnimations;
1615 if (windowAnimations != 0) {
1617 sb.append(Integer.toHexString(windowAnimations));
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java641 lp.windowAnimations = st.windowAnimations;
1140 st.windowAnimations = defaultAnimations;
2723 if (params.windowAnimations == 0) {
2724 params.windowAnimations = a.getResourceId(
3270 int windowAnimations; field in class:PhoneWindow.PanelFeatureState
3374 windowAnimations = a.getResourceId(

Completed in 3425 milliseconds