Searched refs:mImage (Results 1 – 8 of 8) sorted by relevance
59 Drawable mImage; field in ChangeImageTransformTest69 mImage = null; in setup()129 assertEquals(mImage.getBounds().width(), mImageView.getWidth() in testNullAnimatorKeepsImagePadding()131 assertEquals(mImage.getBounds().height(), mImageView.getHeight() in testNullAnimatorKeepsImagePadding()136 int imageWidth = mImage.getIntrinsicWidth(); in centerMatrix()140 int imageHeight = mImage.getIntrinsicHeight(); in centerMatrix()150 int imageWidth = mImage.getIntrinsicWidth(); in fitXYMatrix()154 int imageHeight = mImage.getIntrinsicHeight(); in fitXYMatrix()164 int imageWidth = mImage.getIntrinsicWidth(); in centerCropMatrix()168 int imageHeight = mImage.getIntrinsicHeight(); in centerCropMatrix()[all …]
46 private final Image mImage; field in CodecUtils.ImageWrapper50 mImage = image; in ImageWrapper()51 Image.Plane[] planes = mImage.getPlanes(); in ImageWrapper()67 return mImage.getFormat(); in getFormat()72 return mImage.getWidth(); in getWidth()77 return mImage.getHeight(); in getHeight()82 return mImage.getTimestamp(); in getTimestamp()92 mImage.close(); in close()
29 mImage = NULL; in ColorCheckerTest()34 mImage = NULL; in ColorCheckerTest()91 TestingImage* mImage; variable
45 inline const unsigned char* getImage() const { return mImage; } in getImage()62 unsigned char* mImage;
73 private ImageView mImage; field in FatActivity99 mImage = findViewById(R.id.image); in onCreate()130 assertThat(mImage.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_NO); in onCreate()
65 VkImage image() { return mImage; } in image()73 VkImage mImage = VK_NULL_HANDLE; variable
264 VK_CALL(vkCreateImage(mInit->device(), &createInfo, nullptr, &mImage)); in init()274 .image = mImage, in init()289 bindImageInfo.image = mImage; in init()302 memReqsInfo.image = mImage; in init()374 .image = mImage, in init()435 if (mImage != VK_NULL_HANDLE) { in ~VkAHardwareBufferImage()436 vkDestroyImage(mInit->device(), mImage, nullptr); in ~VkAHardwareBufferImage()437 mImage = VK_NULL_HANDLE; in ~VkAHardwareBufferImage()
1472 private final Image mImage; field in ReprocessCaptureTest.ImageResultHolder1476 mImage = image; in ImageResultHolder()1481 return mImage; in getImage()