HomeSort by relevance Sort by last modified time
    Searched full:linearlayout (Results 1 - 25 of 1867) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/layoutopt/samples/
too_deep.xml 3 <LinearLayout
14 <LinearLayout
18 <LinearLayout
22 <LinearLayout
26 <LinearLayout
30 <LinearLayout
34 <LinearLayout
38 <LinearLayout
42 <LinearLayout
46 <LinearLayout
    [all...]
inefficient_weight.xml 3 <LinearLayout
14 <LinearLayout
27 </LinearLayout>
29 <LinearLayout
42 </LinearLayout>
44 </LinearLayout
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample11.info 1 android.widget.LinearLayout [0,50,480,320] <LinearLayout>
2 android.widget.LinearLayout [0,0,480,270] <LinearLayout>
3 android.widget.LinearLayout [6,6,474,92] <LinearLayout>
6 android.widget.LinearLayout [6,92,474,178] <LinearLayout>
9 android.widget.LinearLayout [6,178,474,264] <LinearLayout>
    [all...]
sample7.info 1 android.widget.LinearLayout [0,0,240,320] <LinearLayout>
3 android.widget.LinearLayout [0,36,240,72] <LinearLayout>
4 android.widget.LinearLayout [0,0,73,36] <LinearLayout>
5 android.widget.LinearLayout [0,0,73,36] <LinearLayout>
7 android.widget.LinearLayout [0,72,240,192] <LinearLayout>
    [all...]
sample8.info 1 android.widget.LinearLayout [0,0,240,320] <LinearLayout>
4 android.widget.LinearLayout [0,0,240,36] <LinearLayout>
5 android.widget.LinearLayout [0,0,73,36] <LinearLayout>
6 android.widget.LinearLayout [0,0,73,36] <LinearLayout>
9 android.widget.LinearLayout [0,0,240,36] <LinearLayout>
    [all...]
sample1a.info 1 android.widget.LinearLayout [0,36,240,320] <LinearLayout>
3 android.widget.LinearLayout [0,36,240,72] <LinearLayout>
8 android.widget.LinearLayout [0,108,240,144] <LinearLayout>
10 android.widget.LinearLayout [0,144,240,180] <LinearLayout>
11 android.widget.LinearLayout [0,0,49,36] <LinearLayout>
    [all...]
sample1b.info 1 android.widget.LinearLayout [0,36,240,320] <LinearLayout>
3 android.widget.LinearLayout [0,36,240,72] <LinearLayout>
8 android.widget.LinearLayout [0,108,240,144] <LinearLayout>
10 android.widget.LinearLayout [0,144,240,180] <LinearLayout>
11 android.widget.LinearLayout [0,0,49,36] <LinearLayout>
    [all...]
edithandling.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android">
3 </LinearLayout>
sample9.info 1 android.widget.LinearLayout [0,73,320,480] <LinearLayout>
3 android.widget.LinearLayout [0,48,320,86] <LinearLayout>
sample1a-expected-extract6.diff 0 < <LinearLayout android:layout_height="wrap_content" android:id="@+id/linearLayout4" android:layout_width="match_parent">
2 < <LinearLayout android:layout_height="match_parent" android:id="@+id/linearLayout5" android:layout_width="wrap_content">
3 < <LinearLayout android:layout_height="match_parent" android:id="@+id/linearLayout6" android:layout_width="wrap_content">
5 < </LinearLayout>
6 < </LinearLayout>
7 < </LinearLayout>
sample8-expected-extract6.diff 0 < <LinearLayout android:layout_height="wrap_content"
3 < <LinearLayout android:layout_height="match_parent"
5 < <LinearLayout android:layout_height="match_parent"
11 < </LinearLayout>
12 < </LinearLayout>
13 < </LinearLayout>
completion3.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android">
5 </LinearLayout>
extractstyle1.info 1 android.widget.LinearLayout [0,36,140,320] <LinearLayout>
extractstyle2.info 1 android.widget.LinearLayout [0,36,140,320] <LinearLayout>
sample3.info 1 android.widget.LinearLayout [0,36,240,320] <LinearLayout>
sample4.info 1 android.widget.LinearLayout [0,36,240,320] <LinearLayout>
sample6.info 1 android.widget.LinearLayout [0,36,240,320] <LinearLayout>
unwrap.info 1 android.widget.LinearLayout [0,56,1280,104] <LinearLayout>
sample5.info 1 android.widget.LinearLayout [0,36,240,320] <LinearLayout>
5 android.widget.LinearLayout [0,108,240,284] <LinearLayout>
sample8.xml 2 <LinearLayout android:id="@+id/LinearLayout2"
10 <LinearLayout android:layout_height="wrap_content"
12 <LinearLayout android:layout_height="match_parent"
14 <LinearLayout android:layout_height="match_parent"
20 </LinearLayout>
21 </LinearLayout>
22 </LinearLayout>
26 <LinearLayout android:layout_height="wrap_content"
28 <LinearLayout android:layout_height="match_parent"
30 <LinearLayout android:layout_height="match_parent
    [all...]
newlayout6-expected-extract6.diff 4 > <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="wrap_content" android:id="@+id/linearLayout4" android:layout_width="match_parent">
5 > <LinearLayout android:layout_height="match_parent" android:id="@+id/linearLayout5" android:layout_width="wrap_content">
6 > <LinearLayout android:layout_height="match_parent" android:id="@+id/linearLayout6" android:layout_width="wrap_content">
9 > </LinearLayout>
10 > </LinearLayout>
11 > </LinearLayout>
newlayout6-expected-extract7.diff 4 > <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
9 > <LinearLayout
14 > <LinearLayout
27 > </LinearLayout>
28 > </LinearLayout>
30 > </LinearLayout>
sample7-expected-extract6.diff 0 < <LinearLayout android:layout_height="wrap_content" android:id="@+id/linearLayout4" android:layout_width="match_parent">
2 < <LinearLayout android:layout_height="match_parent" android:id="@+id/linearLayout5" android:layout_width="wrap_content">
3 < <LinearLayout android:layout_height="match_parent" android:id="@+id/linearLayout6" android:layout_width="wrap_content">
6 < </LinearLayout>
7 < </LinearLayout>
8 < </LinearLayout>
  /development/tutorials/NotepadCodeLab/Notepadv1/res/layout/
notepad_list.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
6 </LinearLayout
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextGammaActivity.java 29 import android.widget.LinearLayout;
37 final LinearLayout layout = new LinearLayout(this);
38 layout.setOrientation(LinearLayout.VERTICAL);
41 layout.addView(gamma, new LinearLayout.LayoutParams(
42 LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.WRAP_CONTENT
58 layout.addView(image, new LinearLayout.LayoutParams(
59 LinearLayout.LayoutParams.WRAP_CONTENT,
60 LinearLayout.LayoutParams.WRAP_CONTEN
    [all...]

Completed in 803 milliseconds

1 2 3 4 5 6 7 8 91011>>