Searched refs:targetAspectRatio (Results 1 – 1 of 1) sorted by relevance
46 float targetAspectRatio, float naturalAspectRatio, boolean aspectRatioMismatch); in onAspectRatioUpdated() argument216 private float targetAspectRatio; field in AspectRatioFrameLayout.AspectRatioUpdateDispatcher222 float targetAspectRatio, float naturalAspectRatio, boolean aspectRatioMismatch) { in scheduleUpdate() argument223 this.targetAspectRatio = targetAspectRatio; in scheduleUpdate()240 targetAspectRatio, naturalAspectRatio, aspectRatioMismatch); in run()