OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layout
(Results
176 - 200
of
5312
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/manual-tests/
empty-script-crash.html
2
a Safari instance to use JavaScript. It can't be a meaningful
layout
/external/webkit/Source/WebCore/rendering/
AutoTableLayout.h
39
virtual void
layout
();
49
struct
Layout
{
50
Layout
()
70
Vector<
Layout
, 4> m_layoutStruct;
/external/wpa_supplicant/wpa_gui-qt4/
eventhistory.ui
18
<
layout
class="QVBoxLayout" >
57
<
layout
class="QHBoxLayout" >
84
</
layout
>
86
</
layout
>
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
scanresults.ui
15
<
layout
class="QVBoxLayout" >
58
<
layout
class="QHBoxLayout" >
86
</
layout
>
88
</
layout
>
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
scanresults.ui
15
<
layout
class="QVBoxLayout" >
58
<
layout
class="QHBoxLayout" >
86
</
layout
>
88
</
layout
>
/frameworks/base/core/res/res/layout/
screen_simple.xml
3
/* //device/apps/common/assets/res/
layout
/screen_simple.xml
20
This is an optimized
layout
for a screen, with the minimum set of features
31
android:
layout
="@
layout
/action_mode_bar"
/frameworks/base/core/tests/coretests/res/layout/
viewstub.xml
32
android:
layout
="@
layout
/linear_layout_buttons"
38
android:
layout
="@
layout
/linear_layout_buttons"
/frameworks/base/core/tests/coretests/res/raw/
install_app1_cert1_cert2
install_app1_cert3_cert4
install_app2_cert1_cert2
install_shared1_cert1
install_shared1_cert2
install_shared2_cert1
install_shared2_cert2
/frameworks/base/core/tests/coretests/src/android/view/
MutateDrawable.java
30
LinearLayout
layout
= new LinearLayout(this);
local
42
layout
.addView(ok);
43
layout
.addView(cancel);
47
setContentView(
layout
);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
NinePatchesActivity.java
31
FrameLayout
layout
= new FrameLayout(this);
local
36
layout
.addView(b);
37
layout
.setBackgroundColor(0xffffffff);
39
setContentView(
layout
);
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
ManyEditTextActivityScrollResize.java
42
LinearLayout
layout
= new LinearLayout(this);
local
43
layout
.setOrientation(LinearLayout.VERTICAL);
50
layout
.addView(editText);
53
((ScrollView) mRootView).addView(
layout
);
/frameworks/base/tests/appwidgets/AppWidgetProviderTest/res/xml/
appwidget_info.xml
5
android:initialLayout="@
layout
/test_appwidget"
/frameworks/base/tools/layoutlib/
README
2
The goal of the library is to provide
layout
rendering in Eclipse that are very very close to their rendering on devices.
/packages/apps/Calendar/res/layout/
full_month_by_week.xml
35
<include android:id="@+id/day_names"
layout
="@
layout
/full_month_header" />
42
<include android:id="@+id/week_list"
layout
="@android:
layout
/list_content"/>
month_by_week.xml
33
<include android:id="@+id/day_names"
layout
="@
layout
/mini_month_header" />
40
<include android:id="@+id/week_list"
layout
="@android:
layout
/list_content"/>
/packages/apps/Camera/res/layout/
camera.xml
22
<include
layout
="@
layout
/preview_frame"/>
23
<include
layout
="@
layout
/camera_control"/>
panorama.xml
23
<include
layout
="@
layout
/pano_capture" />
24
<include
layout
="@
layout
/pano_review" />
/packages/apps/Camera/res/layout-sw600dp/
camera.xml
24
<include
layout
="@
layout
/preview_frame"/>
25
<include
layout
="@
layout
/camera_control"/>
preview_frame.xml
32
<include
layout
="@
layout
/focus_indicator"/>
33
<include
layout
="@
layout
/priority_indicators"/>
Completed in 631 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>