Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerView.java1481 RectF originalTextureRect = new RectF(0, 0, textureViewWidth, textureViewHeight); in applyTextureViewRotation() local
1483 transformMatrix.mapRect(rotatedTextureRect, originalTextureRect); in applyTextureViewRotation()