Searched defs:fixedHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java804 * @param fixedHeight The height. If {@code -1}, use the measured height.
806 public void setFixedHeight(int fixedHeight) { argument
807 final boolean adjustBounds = (fixedHeight != mFixedHeight);
808 mFixedHeight = fixedHeight;

Completed in 70 milliseconds