Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DAspectRatioFrameLayout.java99 private final AspectRatioUpdateDispatcher aspectRatioUpdateDispatcher; field in AspectRatioFrameLayout
122 aspectRatioUpdateDispatcher = new AspectRatioUpdateDispatcher(); in AspectRatioFrameLayout()
178 aspectRatioUpdateDispatcher.scheduleUpdate(videoAspectRatio, viewAspectRatio, false); in onMeasure()
208 aspectRatioUpdateDispatcher.scheduleUpdate(videoAspectRatio, viewAspectRatio, true); in onMeasure()