Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java139 private DraggableConstraintLayout mScreenshotStatic; field in ScreenshotView
365 mScreenshotStatic = requireNonNull(findViewById(R.id.screenshot_static)); in onFinishInflate()
464 (FrameLayout.LayoutParams) mScreenshotStatic.getLayoutParams(); in updateInsets()
486 mScreenshotStatic.setLayoutParams(p); in updateInsets()
487 mScreenshotStatic.requestLayout(); in updateInsets()
756 CUJ_TAKE_SCREENSHOT, mScreenshotStatic) in createScreenshotActionsShadeAnimation()
1041 return mScreenshotStatic.isDismissing(); in isDismissing()
1049 mScreenshotStatic.dismiss(); in animateDismissal()
1056 mScreenshotStatic.cancelDismissal(); in reset()
1076 mScreenshotStatic.setTranslationX(0); in reset()
[all …]