Searched refs:Weight (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DWeightTest.java26 import android.widget.layout.linear.Weight;
28 public class WeightTest extends ActivityInstrumentationTestCase<Weight> {
33 super("com.android.frameworks.coretests", Weight.class);
H A DWeight.java24 public class Weight extends Activity { class in inherits:Activity
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DWeight.java27 public class Weight extends Activity { class in inherits:Activity
H A DWeightTest.java19 import android.widget.layout.table.Weight;
27 * {@link android.widget.layout.table.Weight} is
30 public class WeightTest extends ActivityInstrumentationTestCase<Weight> {
37 super("com.android.frameworks.coretests", Weight.class);
44 final Weight activity = getActivity();

Completed in 673 milliseconds