Searched refs:cardLayoutParams (Results 1 – 1 of 1) sorted by relevance
300 ViewGroup.LayoutParams cardLayoutParams = mTextureViewCard.getLayoutParams(); in setTextureViewScale() local302 cardLayoutParams.height = ((int) (mPreviewSize.getHeight() * texScaleY)) - 2; in setTextureViewScale()303 cardLayoutParams.width = ((int) (mPreviewSize.getWidth() * texScaleX)) - 2; in setTextureViewScale()304 mTextureViewCard.setLayoutParams(cardLayoutParams); in setTextureViewScale()