Home | History | Annotate | Download | only in cts

Lines Matching defs:getDrawingCache

1432         // should not call buildDrawingCache when getDrawingCache
1433 assertNull(view.getDrawingCache());
1435 // should call buildDrawingCache when getDrawingCache
1438 Bitmap bitmap1 = view.getDrawingCache();
1444 assertNull(view.getDrawingCache());
1448 Bitmap bitmap2 = view.getDrawingCache();
1456 assertNull(view.getDrawingCache());
1459 Bitmap bitmap = view.getDrawingCache();
1465 assertNull(view.getDrawingCache());