Home
last modified time | relevance | path

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

/frameworks/support/percent/src/main/java/androidx/percentlayout/widget/
DPercentLayoutHelper.java391 private boolean mIsWidthComputedFromAspectRatio; field in PercentLayoutHelper.PercentMarginLayoutParams
463 (mPreservedParams.mIsWidthComputedFromAspectRatio in fillLayoutParams()
481 mPreservedParams.mIsWidthComputedFromAspectRatio = true; in fillLayoutParams()
592 if (!mPreservedParams.mIsWidthComputedFromAspectRatio) { in restoreLayoutParams()
604 mPreservedParams.mIsWidthComputedFromAspectRatio = false; in restoreLayoutParams()