Searched refs:windowAttrs (Results 1 – 1 of 1) sorted by relevance
611 WindowManager.LayoutParams windowAttrs = getWindow().getAttributes(); in onCreate() local612 windowAttrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in onCreate()613 getWindow().setAttributes(windowAttrs); in onCreate()