Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java243 private SurfaceView mAnimatingOutSurfaceView; field in BubbleStackView
972 mAnimatingOutSurfaceView = new SurfaceView(getContext()); in BubbleStackView()
973 mAnimatingOutSurfaceView.setZOrderOnTop(true); in BubbleStackView()
976 mAnimatingOutSurfaceView.setCornerRadius(supportsRoundedCorners ? mCornerRadius : 0); in BubbleStackView()
977 mAnimatingOutSurfaceView.setLayoutParams(new ViewGroup.LayoutParams(0, 0)); in BubbleStackView()
978 mAnimatingOutSurfaceView.getHolder().addCallback(new SurfaceHolder.Callback() { in BubbleStackView()
992 mAnimatingOutSurfaceContainer.addView(mAnimatingOutSurfaceView); in BubbleStackView()
1162 mAnimatingOutSurfaceView.setAlpha((float) valueAnimator.getAnimatedValue()); in BubbleStackView()
2822 PhysicsAnimator.getInstance(mAnimatingOutSurfaceView).cancel(); in cancelAllExpandCollapseSwitchAnimations()
3453 final int[] surfaceViewLocation = mAnimatingOutSurfaceView.getLocationOnScreen(); in screenshotAnimatingOutBubbleIntoSurface()
[all …]