Searched refs:mScreenshotStatic (Results 1 – 1 of 1) sorted by relevance
144 private DraggableConstraintLayout mScreenshotStatic; field in ScreenshotView356 mScreenshotStatic = requireNonNull(findViewById(R.id.screenshot_static)); in onFinishInflate()389 mScreenshotStatic.setCallbacks(new DraggableConstraintLayout.SwipeDismissCallbacks() { in onFinishInflate()453 (FrameLayout.LayoutParams) mScreenshotStatic.getLayoutParams(); in updateInsets()475 mScreenshotStatic.setLayoutParams(p); in updateInsets()476 mScreenshotStatic.requestLayout(); in updateInsets()745 CUJ_TAKE_SCREENSHOT, mScreenshotStatic) in createScreenshotActionsShadeAnimation()1020 return mScreenshotStatic.isDismissing(); in isDismissing()1028 mScreenshotStatic.dismiss(); in animateDismissal()1035 mScreenshotStatic.cancelDismissal(); in reset()[all …]