Home
last modified time | relevance | path

Searched refs:getWindowStyle (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java2312 TypedArray a = getWindowStyle(); in generateLayout()
2731 final int transitionRes = getWindowStyle().getResourceId(
2762 mAllowEnterTransitionOverlap = getWindowStyle().getBoolean(
2766 mAllowReturnTransitionOverlap = getWindowStyle().getBoolean(
2770 mBackgroundFadeDurationMillis = getWindowStyle().getInteger(
2775 mSharedElementsUseOverlay = getWindowStyle().getBoolean(
2786 int transitionId = getWindowStyle().getResourceId(id, -1);
/frameworks/base/core/java/android/view/
DWindow.java691 public final TypedArray getWindowStyle() { in getWindowStyle() method in Window
/frameworks/base/core/java/android/app/
DActivity.java7013 mVisibleFromClient = !mWindow.getWindowStyle().getBoolean( in performCreate()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2953 params.windowAnimations = win.getWindowStyle().getResourceId( in addSplashScreen()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34470 method public final android.content.res.TypedArray getWindowStyle();
/frameworks/base/api/
Dcurrent.txt46772 method public final android.content.res.TypedArray getWindowStyle();
Dtest-current.txt47232 method public final android.content.res.TypedArray getWindowStyle();
Dsystem-current.txt50359 method public final android.content.res.TypedArray getWindowStyle();
/frameworks/base/config/
Dboot-image-profile.txt34256 HSPLandroid/view/Window;->getWindowStyle()Landroid/content/res/TypedArray;