HomeSort by relevance Sort by last modified time
    Searched refs:mFixedHeight (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
FixedWidthTest.java 32 private View mFixedHeight;
46 mFixedHeight = activity.findViewById(R.id.fixed_height);
52 assertNotNull(mFixedHeight);
66 assertEquals(48, mFixedHeight.getHeight());
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 99 private int mFixedHeight = -1;
673 if (mFixedHeight != -1) {
674 super.onMeasure(widthMeasureSpec, MeasureSpec.makeMeasureSpec(mFixedHeight,
676 setMeasuredDimension(getMeasuredWidth(), mFixedHeight);
688 final boolean adjustBounds = (fixedHeight != mFixedHeight);
689 mFixedHeight = fixedHeight;
690 setMeasuredDimension(getMeasuredWidth(), mFixedHeight);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 114 private int mFixedHeight = -1;
    [all...]

Completed in 203 milliseconds