Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
DFixedWidthTest.java32 private View mFixedHeight; field in FixedWidthTest
46 mFixedHeight = activity.findViewById(R.id.fixed_height); in setUp()
52 assertNotNull(mFixedHeight); in testSetUpConditions()
66 assertEquals(48, mFixedHeight.getHeight()); in testFixedHeight()
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java110 private int mFixedHeight = -1; field in PhotoView
744 if (mFixedHeight != -1) { in onMeasure()
745 super.onMeasure(widthMeasureSpec, MeasureSpec.makeMeasureSpec(mFixedHeight, in onMeasure()
747 setMeasuredDimension(getMeasuredWidth(), mFixedHeight); in onMeasure() local
778 final boolean adjustBounds = (fixedHeight != mFixedHeight); in setFixedHeight()
779 mFixedHeight = fixedHeight; in setFixedHeight()
780 setMeasuredDimension(getMeasuredWidth(), mFixedHeight); in setFixedHeight() local