Searched refs:mFixedHeight (Results 1 – 2 of 2) sorted by relevance
32 private View mFixedHeight; field in FixedWidthTest46 mFixedHeight = activity.findViewById(R.id.fixed_height); in setUp()52 assertNotNull(mFixedHeight); in testSetUpConditions()66 assertEquals(48, mFixedHeight.getHeight()); in testFixedHeight()
110 private int mFixedHeight = -1; field in PhotoView744 if (mFixedHeight != -1) { in onMeasure()745 super.onMeasure(widthMeasureSpec, MeasureSpec.makeMeasureSpec(mFixedHeight, in onMeasure()747 setMeasuredDimension(getMeasuredWidth(), mFixedHeight); in onMeasure() local778 final boolean adjustBounds = (fixedHeight != mFixedHeight); in setFixedHeight()779 mFixedHeight = fixedHeight; in setFixedHeight()780 setMeasuredDimension(getMeasuredWidth(), mFixedHeight); in setFixedHeight() local