Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamPreview.java100 private CardView mTextureViewCard; field in DeviceAsWebcamPreview
300 ViewGroup.LayoutParams cardLayoutParams = mTextureViewCard.getLayoutParams(); in setTextureViewScale()
304 mTextureViewCard.setLayoutParams(cardLayoutParams); in setTextureViewScale()
601 mTextureViewCard = findViewById(R.id.texture_view_card); in onCreate()
859 * mTextureViewCard.getWidth(); in isTapToResetAutoFocus()
861 * mTextureViewCard.getHeight(); in isTapToResetAutoFocus()
886 normalizedPoint[0] * mTextureViewCard.getWidth() - indicatorSize / 2f; in showFocusIndicator()
887 float translationY = normalizedPoint[1] * mTextureViewCard.getHeight() in showFocusIndicator()