Home
last modified time | relevance | path

Searched refs:cardLayoutParams (Results 1 – 1 of 1) sorted by relevance

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamPreview.java300 ViewGroup.LayoutParams cardLayoutParams = mTextureViewCard.getLayoutParams(); in setTextureViewScale() local
302 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()