summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPhilip Milne <pmilne@google.com>2012-04-24 11:36:54 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-24 11:36:54 -0700
commitb2b15716d8b5b5814e82575a592e76f522f6a4c6 (patch)
tree1d7ae1c64097c1ab4ba6250c17430d6e79e96dcc /tests
parent0b7d747e900dd9e6e6f62f10772c2dded9b9d0c6 (diff)
parent10ca24a97cefc14fca1b26f59e627f487b3b108b (diff)
downloadframeworks_base-b2b15716d8b5b5814e82575a592e76f522f6a4c6.zip
frameworks_base-b2b15716d8b5b5814e82575a592e76f522f6a4c6.tar.gz
frameworks_base-b2b15716d8b5b5814e82575a592e76f522f6a4c6.tar.bz2
Merge "Promote layout debugging code from GridLayout to ViewGroup."
Diffstat (limited to 'tests')
-rw-r--r--tests/GridLayoutTest/src/com/android/test/layout/LayoutInsetsTest.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/GridLayoutTest/src/com/android/test/layout/LayoutInsetsTest.java b/tests/GridLayoutTest/src/com/android/test/layout/LayoutInsetsTest.java
index 1a4c36d..e9e1ae7 100644
--- a/tests/GridLayoutTest/src/com/android/test/layout/LayoutInsetsTest.java
+++ b/tests/GridLayoutTest/src/com/android/test/layout/LayoutInsetsTest.java
@@ -2,23 +2,14 @@ package com.android.test.layout;
import android.app.Activity;
import android.content.Context;
-import android.graphics.Rect;
-import android.graphics.drawable.Drawable;
import android.os.Build;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
-import android.widget.EditText;
import android.widget.GridLayout;
-import android.widget.Space;
import android.widget.TextView;
-import static android.text.InputType.TYPE_CLASS_TEXT;
-import static android.text.InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS;
-import static android.text.InputType.TYPE_TEXT_VARIATION_PASSWORD;
import static android.widget.GridLayout.*;
-import static android.widget.GridLayout.FILL;
-import static android.widget.GridLayout.spec;
public class LayoutInsetsTest extends Activity {
public static View create(Context context) {