HomeSort by relevance Sort by last modified time
    Searched full:linearlayout (Results 376 - 400 of 2205) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/res/layout/
visibility.xml 23 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
28 <LinearLayout
52 </LinearLayout>
54 <LinearLayout
74 </LinearLayout>
75 </LinearLayout>
visibility_callback.xml 23 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
28 <LinearLayout
57 </LinearLayout>
59 <LinearLayout
79 </LinearLayout>
80 </LinearLayout>
  /frameworks/base/core/tests/coretests/src/android/view/
BigCache.java 23 import android.widget.LinearLayout;
39 final LinearLayout testBed = new LinearLayout(this);
40 testBed.setOrientation(LinearLayout.VERTICAL);
52 tiny.setLayoutParams(new LinearLayout.LayoutParams(screenWidth, screenHeight));
59 large.setLayoutParams(new LinearLayout.LayoutParams(screenWidth, height));
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
AdjacentListsWithAdjacentISVsInside.java 26 import android.widget.LinearLayout;
90 final LinearLayout ll = new LinearLayout(views[0].getContext());
91 ll.setOrientation(LinearLayout.HORIZONTAL);
92 final LinearLayout.LayoutParams lp =
93 new LinearLayout.LayoutParams(0, ViewGroup.LayoutParams.WRAP_CONTENT, 1.0f);
  /frameworks/base/tests/HwAccelerationTest/res/layout/
list_activity.xml 17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
22 <LinearLayout
49 </LinearLayout>
57 <LinearLayout
80 </LinearLayout>
82 </LinearLayout>
  /packages/apps/Browser/res/layout/
suggestion_item.xml 21 <LinearLayout
29 <LinearLayout
44 <LinearLayout
62 </LinearLayout>
63 </LinearLayout>
81 </LinearLayout>
  /packages/apps/Calendar/res/layout/
alert_item.xml 17 <LinearLayout
27 <LinearLayout
48 </LinearLayout>
50 <LinearLayout
74 </LinearLayout>
84 </LinearLayout>
  /packages/apps/Contacts/res/layout-sw580dp/
group_detail_fragment.xml 18 <LinearLayout
29 <LinearLayout
34 <LinearLayout
61 </LinearLayout>
68 </LinearLayout>
86 </LinearLayout
group_editor_view.xml 17 <LinearLayout
27 <LinearLayout
48 </LinearLayout>
50 <LinearLayout
70 </LinearLayout>
72 </LinearLayout>
  /packages/apps/Gallery2/res/layout/
photoeditor_actionbar.xml 22 <LinearLayout style="@style/ActionBarLinearLayout">
24 <LinearLayout
29 </LinearLayout>
35 </LinearLayout>
37 <LinearLayout style="@style/ActionBarLinearLayout" android:layout_alignParentRight="true">
64 </LinearLayout>
  /packages/apps/Mms/res/layout/
mms_chips_recipient_dropdown_item.xml 17 <LinearLayout
25 <LinearLayout
39 <LinearLayout
64 </LinearLayout>
65 </LinearLayout>
74 </LinearLayout>
  /packages/apps/QuickSearchBox/res/layout/
dialog_activity.xml 17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
28 <LinearLayout android:id="@+id/topPanel"
34 <LinearLayout android:id="@+id/titlePanel"
58 </LinearLayout>
59 </LinearLayout>
67 </LinearLayout>
  /packages/apps/QuickSearchBox/res/layout-xlarge/
search_widget.xml 36 <LinearLayout
50 <LinearLayout
70 </LinearLayout>
72 <LinearLayout
88 </LinearLayout>
90 </LinearLayout>
  /packages/apps/Settings/res/layout/
choose_lock_pattern_tutorial.xml 17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
30 <LinearLayout
61 </LinearLayout>
65 <LinearLayout
79 </LinearLayout>
81 </LinearLayout>
  /packages/apps/SpeechRecorder/res/layout/
recorder.xml 21 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
26 <LinearLayout android:layout_width="fill_parent"
38 </LinearLayout>
40 <LinearLayout android:layout_width="fill_parent"
53 </LinearLayout>
89 </LinearLayout>
  /packages/inputmethods/OpenWnn/res/layout/
debug_tool_engine.xml 17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
41 <LinearLayout android:orientation="horizontal"
58 </LinearLayout>
65 <LinearLayout android:id="@+id/engine_scroll"
70 </LinearLayout>
72 </LinearLayout>
  /cts/apps/CtsVerifier/res/layout/
ca_main.xml 18 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
23 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
48 </LinearLayout>
50 <LinearLayout android:orientation="horizontal"
58 <LinearLayout android:orientation="vertical"
71 </LinearLayout>
73 </LinearLayout>
77 </LinearLayout>
ca_row.xml 0 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
28 </LinearLayout>
  /cts/suite/audio_quality/client/res/layout/
main.xml 18 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
22 </LinearLayout
  /cts/tests/res/layout/
cursoradapter_host.xml 17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
22 </LinearLayout>
dialog_stub_layout.xml 17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
21 </LinearLayout>
digitalclock_simplelayout.xml 17 <LinearLayout
22 </LinearLayout>
remoteviews_host.xml 17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
22 </LinearLayout>
textview_inputmethod_blank.xml 17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
25 </LinearLayout>
textview_inputmethod_notexist.xml 17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
25 </LinearLayout>

Completed in 1394 milliseconds

<<11121314151617181920>>