Searched refs:mScreenshotView (Results 1 – 1 of 1) sorted by relevance
149 final ImageView mScreenshotView; field in SendUi220 mScreenshotView = (ImageView) mScreenshotLayout.findViewById(R.id.screenshot); in SendUi()253 mPreAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, preX, preY); in SendUi()263 mSlowSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX, postY); in SendUi()267 mFastSendAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, postX, in SendUi()276 … mScaleUpAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, scaleUpX, scaleUpY); in SendUi()282 mFadeInAnimator = ObjectAnimator.ofPropertyValuesHolder(mScreenshotView, fadeIn); in SendUi()372 mScreenshotView.setImageBitmap(mScreenshotBitmap); in showPreSend()373 mScreenshotView.setTranslationX(0f); in showPreSend()374 mScreenshotView.setAlpha(1.0f); in showPreSend()[all …]