Home
last modified time | relevance | path

Searched defs:vheight (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/photos/drawables/
H A DAutoThumbnailDrawable.java133 int vheight = mBounds.height(); in updateDrawMatrixLocked() local
157 int vheight = mBounds.height(); in calculateSampleSizeLocked() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DMtpImageView.java128 float vheight = getHeight(); in updateDrawMatrix() local
166 int vheight = getHeight(); in updateOverlayIconBounds() local
/aosp12/packages/apps/Gallery2/src/com/android/photos/shims/
H A DBitmapJobDrawable.java112 int vheight = bounds.height(); in updateDrawMatrix() local
/aosp12/frameworks/base/core/java/android/widget/
H A DImageView.java1286 final int vheight = getHeight() - mPaddingTop - mPaddingBottom; in configureBounds() local
1398 final int vheight = getHeight() - mPaddingTop - mPaddingBottom; in animateTransform() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockscreenWallpaper.java296 int vheight = getBounds().height(); in onBoundsChange() local
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java809 final int vheight = getHeight(); in configureBounds() local
840 final int vheight = mAllowCrop ? sCropSize : getHeight(); in generateMatrix() local
874 final int vheight = mAllowCrop ? getCropSize() : getHeight(); in generateScale() local