Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustration.java152 final int layoutHeight = bottom - top; in onLayout() local
157 viewBounds.set(0, 0, layoutWidth, layoutHeight); in onLayout()
178 (int) Math.ceil((layoutHeight - illustrationBounds.height()) / scale)); in onLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java264 public void setLayoutHeight(int layoutHeight) { in setLayoutHeight() argument
265 mLayoutHeight = layoutHeight; in setLayoutHeight()
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java726 final int layoutHeight = getHeight(); in onLayout() local
729 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight)); in onLayout()
731 final int cropTop = (layoutHeight - mCropSize) / 2; in onLayout()