Searched defs:thumbnailWidth (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java88 public final int thumbnailWidth; field in class:ExifInterfaceTest.ExpectedValue
131 thumbnailWidth = typedArray.getInt(1, 0);
273 assertEquals(expectedValue.thumbnailWidth, thumbnailBitmap.getWidth());
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java143 int thumbnailWidth, int thumbnailHeight, Surface outSurface)
142 prepareDrag(IWindow window, int flags, int thumbnailWidth, int thumbnailHeight, Surface outSurface) argument

Completed in 163 milliseconds