Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java145 private ImageView mActionsContainerBackground; field in ScreenshotView
290 mActionsContainerBackground.getBoundsOnScreen(tmpRect); in getSwipeRegion()
373 mActionsContainerBackground = requireNonNull(findViewById( in onFinishInflate()
737 mActionsContainerBackground.setAlpha(0f); in createScreenshotActionsShadeAnimation()
739 mActionsContainerBackground.setVisibility(View.VISIBLE); in createScreenshotActionsShadeAnimation()
767 mActionsContainerBackground.setAlpha(containerAlpha); in createScreenshotActionsShadeAnimation()
771 mActionsContainerBackground.setScaleX(containerScale); in createScreenshotActionsShadeAnimation()
778 mActionsContainerBackground.setPivotX( in createScreenshotActionsShadeAnimation()
1013 mActionsContainerBackground.setVisibility(View.INVISIBLE); in prepareScrollingTransition()
1033 mActionsContainerBackground.setVisibility(View.VISIBLE); in restoreNonScrollingUi()
[all …]