Searched refs:thumbnailHeight (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/ |
D | GridTaskViewThumbnail.java | 78 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/ |
D | TaskViewThumbnail.java | 145 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/ |
D | ExifInterfaceTest.java | 89 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/ |
D | StagefrightMetadataRetriever.cpp | 251 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/ |
D | IWindowSession.aidl | 155 int thumbnailWidth, int thumbnailHeight, out Surface outSurface); in prepareDrag() argument
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeWindowSession.java | 131 int thumbnailWidth, int thumbnailHeight, Surface outSurface) in prepareDrag() argument
|
/frameworks/support/exifinterface/tests/src/android/support/media/ |
D | ExifInterfaceTest.java | 224 public final int thumbnailHeight; field in ExifInterfaceTest.ExpectedValue 267 thumbnailHeight = typedArray.getInt(2, 0); in ExpectedValue() 727 assertEquals(expectedValue.thumbnailHeight, thumbnailBitmap.getHeight()); in compareWithExpectedValue()
|