Searched refs:mImageFrame (Results 1 – 3 of 3) sorted by relevance
46 private Frame mImageFrame; field in BitmapSource71 mImageFrame.setBitmap(mBitmap); in loadImage()72 mImageFrame.setTimestamp(Frame.TIMESTAMP_UNKNOWN); in loadImage()85 if (mImageFrame != null) { in fieldPortValueUpdated()86 mImageFrame.release(); in fieldPortValueUpdated()87 mImageFrame = null; in fieldPortValueUpdated()94 if (mImageFrame == null) { in process()98 pushOutput("image", mImageFrame); in process()107 if (mImageFrame != null) { in tearDown()108 mImageFrame.release(); in tearDown()[all …]
46 private Rect mImageFrame; field in Action118 if (mImageFrame != null && mImageFrame.equals(imageFrame)) { in setImageFrame()130 mImageFrame = imageFrame; in setImageFrame()131 int w = mImageFrame.width(); in setImageFrame()132 int h = mImageFrame.height(); in setImageFrame()168 if (mImageFrame.height() > mImageFrame.width()) { in drawCenteredImage()183 mImageFrame = null; in available()
50 private View mImageFrame; field in PreferenceIconSpaceTest56 .thenReturn(mImageFrame); in setUp()69 verify(mImageFrame).setVisibility(View.INVISIBLE); in bindView_iconSpaceReserved_shouldReserveIconSpace()78 verify(mImageFrame).setVisibility(View.GONE); in bindView_iconSpaceNotReserved_shouldNotReserveIconSpace()87 verify(mImageFrame).setVisibility(View.VISIBLE); in bindView_hasIcon_shouldDisplayIcon()