Home
last modified time | relevance | path

Searched refs:thumbnailHeight (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
DGridTaskViewThumbnail.java78 final int thumbnailHeight = Math.min(viewHeight, in updateThumbnailOutline() local
81 if (mBitmapShader != null && thumbnailWidth > 0 && thumbnailHeight > 0) { in updateThumbnailOutline()
103 final int outerBottom = outerTop + thumbnailHeight; in updateThumbnailOutline()
122 if (thumbnailHeight < viewHeight) { in updateThumbnailOutline()
125 final int t = Math.max(0, thumbnailHeight - mCornerRadius); in updateThumbnailOutline()
167 final int thumbnailHeight = Math.min(viewHeight, in onDraw() local
177 } else if (mBitmapShader != null && thumbnailWidth > 0 && thumbnailHeight > 0) { in onDraw()
183 if (thumbnailHeight < viewHeight) { in onDraw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewThumbnail.java145 int thumbnailHeight = Math.min(viewHeight, in onDraw() local
151 } else if (mBitmapShader != null && thumbnailWidth > 0 && thumbnailHeight > 0) { in onDraw()
164 if (thumbnailHeight < viewHeight) { in onDraw()
166 canvas.drawRoundRect(0, Math.max(topOffset, thumbnailHeight - mCornerRadius), in onDraw()
172 canvas.drawRoundRect(0, topOffset, thumbnailWidth, thumbnailHeight, in onDraw()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java89 public final int thumbnailHeight; field in ExifInterfaceTest.ExpectedValue
132 thumbnailHeight = typedArray.getInt(2, 0); in ExpectedValue()
273 assertEquals(expectedValue.thumbnailHeight, thumbnailBitmap.getHeight()); in compareWithExpectedValue()
/frameworks/av/media/libstagefright/
DStagefrightMetadataRetriever.cpp251 int32_t thumbnailWidth, thumbnailHeight; in extractVideoFrame() local
256 && trackMeta->findInt32(kKeyThumbnailHeight, &thumbnailHeight) in extractVideoFrame()
262 overrideMeta->setInt32(kKeyHeight, thumbnailHeight); in extractVideoFrame()
265 ALOGV("thumbnail: %dx%d", thumbnailWidth, thumbnailHeight); in extractVideoFrame()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl155 int thumbnailWidth, int thumbnailHeight, out Surface outSurface); in prepareDrag() argument
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java131 int thumbnailWidth, int thumbnailHeight, Surface outSurface) in prepareDrag() argument
/frameworks/support/exifinterface/tests/src/android/support/media/
DExifInterfaceTest.java224 public final int thumbnailHeight; field in ExifInterfaceTest.ExpectedValue
267 thumbnailHeight = typedArray.getInt(2, 0); in ExpectedValue()
727 assertEquals(expectedValue.thumbnailHeight, thumbnailBitmap.getHeight()); in compareWithExpectedValue()