Searched refs:mImageView (Results 1 – 3 of 3) sorted by relevance
60 ImageView mImageView; field in ChangeImageTransformTest70 mImageView = null; in setup()129 assertEquals(mImage.getBounds().width(), mImageView.getWidth() in testNullAnimatorKeepsImagePadding()130 - mImageView.getPaddingLeft() - mImageView.getPaddingRight()); in testNullAnimatorKeepsImagePadding()131 assertEquals(mImage.getBounds().height(), mImageView.getHeight() in testNullAnimatorKeepsImagePadding()132 - mImageView.getPaddingTop() - mImageView.getPaddingBottom()); in testNullAnimatorKeepsImagePadding()137 int imageViewWidth = mImageView.getWidth(); in centerMatrix()141 int imageViewHeight = mImageView.getHeight(); in centerMatrix()151 int imageViewWidth = mImageView.getWidth(); in fitXYMatrix()155 int imageViewHeight = mImageView.getHeight(); in fitXYMatrix()[all …]
170 private ImageView mImageView; field in RemoteVirtualDisplayService.VirtualDisplayPresentation.TestPresentation183 mImageView = new ImageView(getContext()); in onCreate()184 mImageView.setImageDrawable(new ColorDrawable(0)); in onCreate()185 mImageView.setLayoutParams(new LayoutParams( in onCreate()187 setContentView(mImageView); in onCreate()191 mImageView.setImageDrawable(new ColorDrawable(color)); in doRendering()
1289 private ImageView mImageView; field in EncodeVirtualDisplayWithCompositionTest.TestPresentation1298 mImageView = new ImageView(getContext()); in onCreate()1299 mImageView.setImageDrawable(new ColorDrawable(COLOR_RED)); in onCreate()1300 mImageView.setLayoutParams(new LayoutParams( in onCreate()1302 setContentView(mImageView); in onCreate()1309 mImageView.setImageDrawable(new ColorDrawable(color)); in doRendering()