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

/frameworks/base/core/java/android/view/
H A DWindowManager.java1347 public int windowAnimations; field in class:WindowManager.LayoutParams
1611 out.writeInt(windowAnimations);
1659 windowAnimations = in.readInt();
1785 if (windowAnimations != o.windowAnimations) {
1786 windowAnimations = o.windowAnimations;
1923 if (windowAnimations != 0) {
1925 sb.append(Integer.toHexString(windowAnimations));
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java902 lp.windowAnimations = st.windowAnimations;
1547 int windowAnimations; field in class:ActionBarActivityDelegateBase.PanelFeatureState
1649 windowAnimations = a.getResourceId(
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java781 lp.windowAnimations = st.windowAnimations;
1331 st.windowAnimations = defaultAnimations;
3512 if (params.windowAnimations == 0) {
3513 params.windowAnimations = a.getResourceId(
4338 int windowAnimations; field in class:PhoneWindow.PanelFeatureState
4442 windowAnimations = a.getResourceId(

Completed in 1417 milliseconds