Home
last modified time | relevance | path

Searched refs:layoutHeight (Results 1 – 3 of 3) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java592 final int layoutHeight = getHeight(); in onLayout() local
595 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight)); in onLayout()
597 final int cropTop = (layoutHeight - mCropSize) / 2; in onLayout()
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java590 final int layoutHeight = getHeight(); in onLayout() local
593 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight)); in onLayout()
595 final int cropTop = (layoutHeight - mCropSize) / 2; in onLayout()
/frameworks/base/core/java/android/widget/
DEditor.java1296 int layoutHeight = layout.getHeight(); in drawHardwareAccelerated() local
1297 if (mLastLayoutHeight != layoutHeight) { in drawHardwareAccelerated()
1299 mLastLayoutHeight = layoutHeight; in drawHardwareAccelerated()