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

/frameworks/base/core/java/android/view/
H A DWindowManager.java1315 public int windowAnimations; field in class:WindowManager.LayoutParams
1579 out.writeInt(windowAnimations);
1626 windowAnimations = in.readInt();
1749 if (windowAnimations != o.windowAnimations) {
1750 windowAnimations = o.windowAnimations;
1882 if (windowAnimations != 0) {
1884 sb.append(Integer.toHexString(windowAnimations));
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java780 lp.windowAnimations = st.windowAnimations;
1321 st.windowAnimations = defaultAnimations;
3396 if (params.windowAnimations == 0) {
3397 params.windowAnimations = a.getResourceId(
4222 int windowAnimations; field in class:PhoneWindow.PanelFeatureState
4326 windowAnimations = a.getResourceId(

Completed in 982 milliseconds