Searched refs:textureViewHeight (Results 1 – 2 of 2) sorted by relevance
1474 float textureViewHeight = textureView.getHeight(); in applyTextureViewRotation() local1475 if (textureViewWidth != 0 && textureViewHeight != 0 && textureViewRotation != 0) { in applyTextureViewRotation()1477 float pivotY = textureViewHeight / 2; in applyTextureViewRotation()1481 RectF originalTextureRect = new RectF(0, 0, textureViewWidth, textureViewHeight); in applyTextureViewRotation()1486 textureViewHeight / rotatedTextureRect.height(), in applyTextureViewRotation()
277 int textureViewHeight, in chooseOptimalSize() argument292 if (option.getWidth() >= textureViewWidth && option.getHeight() >= textureViewHeight) { in chooseOptimalSize()