Searched refs:layoutHeight (Results 1 – 3 of 3) sorted by relevance
592 final int layoutHeight = getHeight(); in onLayout() local595 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight)); in onLayout()597 final int cropTop = (layoutHeight - mCropSize) / 2; in onLayout()
590 final int layoutHeight = getHeight(); in onLayout() local593 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight)); in onLayout()595 final int cropTop = (layoutHeight - mCropSize) / 2; in onLayout()
1296 int layoutHeight = layout.getHeight(); in drawHardwareAccelerated() local1297 if (mLastLayoutHeight != layoutHeight) { in drawHardwareAccelerated()1299 mLastLayoutHeight = layoutHeight; in drawHardwareAccelerated()