File
Doc
Category
Size
Date
Package
ZeroSized.java
API Doc
Android 5.1 API
1092
Thu Mar 12 22:22:12 GMT 2015
android.view
ZeroSized
java.lang.Object
android.app.Activity
public class ZeroSized extends android.app.Activity
This activity contains Views with various widths and heights. The goal is to exercise the drawing cache when width is null, height is null or both.
Fields Summary
Constructors Summary
Methods Summary
protected void
onCreate
(
android.os.Bundle
icicle)
super.onCreate(icicle); setContentView(R.layout.zero_sized);
Java Code Source