FileDocCategorySizeDatePackage
GraphicsPerformanceTests.javaAPI DocAndroid 5.1 API12956Thu Mar 12 22:22:30 GMT 2015android.graphics

GraphicsPerformanceTests

public class GraphicsPerformanceTests extends Object
Graphics Performance Tests

Fields Summary
private static final String
TAG
Constructors Summary
Methods Summary
public static java.lang.String[]children()

        
        return new String[] {
                // test decoding bitmaps of various sizes
                DecodeBitmapTest.class.getName(),
                
                // odd-sized bitmap drawing tests
                DrawBitmap7x7.class.getName(), 
                DrawBitmap15x15.class.getName(),
                DrawBitmap31x31.class.getName(), 
                DrawBitmap63x63.class.getName(),
                DrawBitmap127x127.class.getName(),
                DrawBitmap319x239.class.getName(),
                DrawBitmap319x479.class.getName(),
                
                // even-sized bitmap drawing tests
                DrawBitmap8x8.class.getName(), 
                DrawBitmap16x16.class.getName(),
                DrawBitmap32x32.class.getName(), 
                DrawBitmap64x64.class.getName(),
                DrawBitmap128x128.class.getName(), 
                DrawBitmap320x240.class.getName(),
                DrawBitmap320x480.class.getName()};