Searched refs:mScreenshotStatic (Results 1 – 1 of 1) sorted by relevance
141 private DraggableConstraintLayout mScreenshotStatic; field in ScreenshotView357 mScreenshotStatic = requireNonNull(findViewById(R.id.screenshot_static)); in onFinishInflate()400 mScreenshotStatic.setCallbacks(new DraggableConstraintLayout.SwipeDismissCallbacks() { in onFinishInflate()466 (FrameLayout.LayoutParams) mScreenshotStatic.getLayoutParams(); in updateInsets()488 mScreenshotStatic.setLayoutParams(p); in updateInsets()489 mScreenshotStatic.requestLayout(); in updateInsets()758 CUJ_TAKE_SCREENSHOT, mScreenshotStatic) in createScreenshotActionsShadeAnimation()1056 return mScreenshotStatic.isDismissing(); in isDismissing()1064 mScreenshotStatic.dismiss(); in animateDismissal()1071 mScreenshotStatic.cancelDismissal(); in reset()[all …]