Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamPreview.java611 WindowManager.LayoutParams windowAttrs = getWindow().getAttributes(); in onCreate() local
612 windowAttrs.rotationAnimation = WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS; in onCreate()
613 getWindow().setAttributes(windowAttrs); in onCreate()