Searched refs:layoutHeight (Results 1 – 3 of 3) sorted by relevance
152 final int layoutHeight = bottom - top; in onLayout() local157 viewBounds.set(0, 0, layoutWidth, layoutHeight); in onLayout()178 (int) Math.ceil((layoutHeight - illustrationBounds.height()) / scale)); in onLayout()
264 public void setLayoutHeight(int layoutHeight) { in setLayoutHeight() argument265 mLayoutHeight = layoutHeight; in setLayoutHeight()
726 final int layoutHeight = getHeight(); in onLayout() local729 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight)); in onLayout()731 final int cropTop = (layoutHeight - mCropSize) / 2; in onLayout()