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