Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DProportionalLayout.java64 private float mRatio; field in ProportionalLayout
84 mRatio = a.getFloat(R.styleable.ProportionalLayout_ratio, 1.0f); in initFromAttributes()
105 width = Math.round(childHeight * mRatio); in onMeasure()
109 height = Math.round(childWidth * mRatio); in onMeasure()
140 return mRatio; in getRatio()
144 mRatio = ratio; in setRatio()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
DExportDialog.java59 float mRatio; field in ExportDialog
112 mRatio = mOriginalBounds.width() / (float) mOriginalBounds.height(); in onCreateView()
217 width = (int) Math.ceil(mRatio); in textChanged()
220 height = (int) (width / mRatio); in textChanged()
237 width = (int) (height * mRatio); in textChanged()