OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layout_width
(Results
1 - 25
of
6255
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-applyCompletion8.diff
1
Code completion in completion1.xml for
layout_width
^="fill_parent" selecting android:
layout_width
:
completion1-expected-applyCompletion2.diff
1
Code completion in completion1.xml for
layout_width
="^fill_parent" selecting match_parent:
3
- android:
layout_width
="^fill_parent"
4
+ android:
layout_width
="match_parent"^
completion1-expected-applyCompletion3.diff
1
Code completion in completion1.xml for
layout_width
="fi^ll_parent" selecting fill_parent:
3
- android:
layout_width
="fi^ll_parent"
4
+ android:
layout_width
="fill_parent"^
completion1-expected-applyCompletion9.diff
1
Code completion in completion1.xml for
layout_width
=^"fill_parent" selecting "wrap_content":
3
- android:
layout_width
=^"fill_parent"
4
+ android:
layout_width
="wrap_content"^
completion5-expected-applyCompletion21.diff
1
Code completion in completion5.xml for android:
layout_width
='^wrap_content' selecting match_parent:
3
- android:
layout_width
='^wrap_content'
4
+ android:
layout_width
='match_parent'^
completion1-expected-completion8.txt
1
Code completion in completion1.xml for
layout_width
^="fill_parent":
2
android:
layout_width
: Specifies the basic width of the view. [dimension, enum]
completion1-expected-completion2.txt
1
Code completion in completion1.xml for
layout_width
="^fill_parent":
completion1-expected-completion3.txt
1
Code completion in completion1.xml for
layout_width
="fi^ll_parent":
completion1-expected-completion9.txt
1
Code completion in completion1.xml for
layout_width
=^"fill_parent":
sample1a-expected-changeView1.xml
2
<LinearLayout android:id="@+id/LinearLayout2" xmlns:android="http://schemas.android.com/apk/res/android" android:
layout_width
="match_parent" android:layout_height="match_parent" android:orientation="vertical">
3
<RadioButton android:text="FirstButton" android:id="@+id/RadioButton1" android:
layout_width
="wrap_content" android:layout_height="wrap_content"></RadioButton>
4
<LinearLayout android:
layout_width
="match_parent" android:id="@+id/linearLayout1" android:layout_height="wrap_content">
5
<Button android:text="SecondButton" android:
layout_width
="wrap_content" android:layout_height="wrap_content" android:id="@+id/button2"></Button>
6
<Button android:text="ThirdButton" android:
layout_width
="wrap_content" android:layout_height="wrap_content" android:id="@+id/button3"></Button>
7
<CheckBox android:id="@+id/checkBox1" android:text="CheckBox" android:
layout_width
="wrap_content" android:layout_height="wrap_content"></CheckBox>
9
<Button android:layout_height="wrap_content" android:text="FourthButton" android:id="@+id/button4" android:
layout_width
="match_parent"></Button>
10
<LinearLayout android:layout_height="wrap_content" android:id="@+id/linearLayout3" android:
layout_width
="match_parent">
11
<Button android:layout_gravity="right" android:id="@+id/button5" android:text="FifthButton" android:layout_height="wrap_content" android:
layout_width
="wrap_content"></Button>
13
<LinearLayout android:layout_height="wrap_content" android:id="@+id/linearLayout4" android:
layout_width
="match_parent"
[
all
...]
sample1a.xml
2
<LinearLayout android:id="@+id/LinearLayout2" xmlns:android="http://schemas.android.com/apk/res/android" android:
layout_width
="match_parent" android:layout_height="match_parent" android:orientation="vertical">
3
<Button android:text="FirstButton" android:id="@+id/button1" android:
layout_width
="wrap_content" android:layout_height="wrap_content"></Button>
4
<LinearLayout android:
layout_width
="match_parent" android:id="@+id/linearLayout1" android:layout_height="wrap_content">
5
<Button android:text="SecondButton" android:
layout_width
="wrap_content" android:layout_height="wrap_content" android:id="@+id/button2"></Button>
6
<Button android:text="ThirdButton" android:
layout_width
="wrap_content" android:layout_height="wrap_content" android:id="@+id/button3"></Button>
7
<CheckBox android:id="@+id/checkBox1" android:text="CheckBox" android:
layout_width
="wrap_content" android:layout_height="wrap_content"></CheckBox>
9
<Button android:layout_height="wrap_content" android:text="FourthButton" android:id="@+id/button4" android:
layout_width
="match_parent"></Button>
10
<LinearLayout android:layout_height="wrap_content" android:id="@+id/linearLayout3" android:
layout_width
="match_parent">
11
<Button android:layout_gravity="right" android:id="@+id/button5" android:text="FifthButton" android:layout_height="wrap_content" android:
layout_width
="wrap_content"></Button>
13
<LinearLayout android:layout_height="wrap_content" android:id="@+id/linearLayout4" android:
layout_width
="match_parent"
[
all
...]
sample1b.xml
5
android:
layout_width
="match_parent"
11
android:
layout_width
="wrap_content"
14
android:
layout_width
="match_parent"
19
android:
layout_width
="wrap_content"
24
android:
layout_width
="wrap_content"
30
android:
layout_width
="wrap_content"
37
android:
layout_width
="match_parent"></Button>
41
android:
layout_width
="match_parent">
47
android:
layout_width
="wrap_content"></Button>
52
android:
layout_width
="match_parent"
[
all
...]
/sdk/apps/DeviceConfig/res/layout/
main.xml
3
android:
layout_width
="fill_parent"
8
android:
layout_width
="fill_parent"
14
android:
layout_width
="0dip"
21
android:
layout_width
="fill_parent"
26
android:
layout_width
="fill_parent"
31
android:
layout_width
="fill_parent"
36
android:
layout_width
="wrap_content"
43
android:
layout_width
="wrap_content"
50
android:
layout_width
="wrap_content"
57
android:
layout_width
="fill_parent
[
all
...]
/frameworks/base/tests/FrameworkPerf/res/layout/
button_layout.xml
17
android:
layout_width
="match_parent"
19
<Button android:
layout_width
="wrap_content" android:layout_height="wrap_content"
21
<Button android:
layout_width
="wrap_content" android:layout_height="wrap_content"
23
<Button android:
layout_width
="wrap_content" android:layout_height="wrap_content"
25
<Button android:
layout_width
="wrap_content" android:layout_height="wrap_content"
27
<Button android:
layout_width
="wrap_content" android:layout_height="wrap_content"
29
<Button android:
layout_width
="wrap_content" android:layout_height="wrap_content"
31
<Button android:
layout_width
="wrap_content" android:layout_height="wrap_content"
33
<Button android:
layout_width
="wrap_content" android:layout_height="wrap_content"
35
<Button android:
layout_width
="wrap_content" android:layout_height="wrap_content
[
all
...]
view_layout.xml
17
android:
layout_width
="match_parent"
19
<View android:
layout_width
="wrap_content" android:layout_height="wrap_content" />
20
<View android:
layout_width
="wrap_content" android:layout_height="wrap_content" />
21
<View android:
layout_width
="wrap_content" android:layout_height="wrap_content" />
22
<View android:
layout_width
="wrap_content" android:layout_height="wrap_content" />
23
<View android:
layout_width
="wrap_content" android:layout_height="wrap_content" />
24
<View android:
layout_width
="wrap_content" android:layout_height="wrap_content" />
25
<View android:
layout_width
="wrap_content" android:layout_height="wrap_content" />
26
<View android:
layout_width
="wrap_content" android:layout_height="wrap_content" />
27
<View android:
layout_width
="wrap_content" android:layout_height="wrap_content" /
[
all
...]
image_button_layout.xml
17
android:
layout_width
="match_parent"
19
<ImageButton android:
layout_width
="wrap_content" android:layout_height="wrap_content"
21
<ImageButton android:
layout_width
="wrap_content" android:layout_height="wrap_content"
23
<ImageButton android:
layout_width
="wrap_content" android:layout_height="wrap_content"
25
<ImageButton android:
layout_width
="wrap_content" android:layout_height="wrap_content"
27
<ImageButton android:
layout_width
="wrap_content" android:layout_height="wrap_content"
29
<ImageButton android:
layout_width
="wrap_content" android:layout_height="wrap_content"
31
<ImageButton android:
layout_width
="wrap_content" android:layout_height="wrap_content"
33
<ImageButton android:
layout_width
="wrap_content" android:layout_height="wrap_content"
35
<ImageButton android:
layout_width
="wrap_content" android:layout_height="wrap_content
[
all
...]
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/layout/
scrolled.xml
2
android:
layout_width
="match_parent"
8
android:
layout_width
="60dp"
12
android:
layout_width
="60dp"
16
android:
layout_width
="60dp"
20
android:
layout_width
="60dp"
24
android:
layout_width
="60dp"
29
android:
layout_width
="200dp"
35
android:
layout_width
="fill_parent"
39
android:
layout_width
="fill_parent"
43
android:
layout_width
="fill_parent
[
all
...]
/packages/experimental/PrintApp/res/layout/
activity_main.xml
4
android:
layout_width
="match_parent"
10
android:
layout_width
="wrap_content"
14
android:
layout_width
="wrap_content"
20
android:
layout_width
="1150dip"
26
android:
layout_width
="wrap_content"
33
android:
layout_width
="wrap_content"
37
android:
layout_width
="wrap_content"
43
android:
layout_width
="1150dip"
49
android:
layout_width
="wrap_content"
56
android:
layout_width
="wrap_content
[
all
...]
/development/samples/ApiDemos/res/layout/
autocomplete_3.xml
18
android:
layout_width
="match_parent"
23
android:
layout_width
="match_parent"
27
android:
layout_width
="wrap_content"
32
android:
layout_width
="wrap_content"
37
android:
layout_width
="wrap_content"
42
android:
layout_width
="wrap_content"
47
android:
layout_width
="wrap_content"
52
android:
layout_width
="wrap_content"
57
android:
layout_width
="wrap_content"
62
android:
layout_width
="wrap_content
[
all
...]
scrollbar1.xml
20
android:
layout_width
="match_parent"
25
android:
layout_width
="match_parent"
29
android:
layout_width
="match_parent"
33
android:
layout_width
="match_parent"
37
android:
layout_width
="match_parent"
41
android:
layout_width
="match_parent"
45
android:
layout_width
="match_parent"
49
android:
layout_width
="match_parent"
53
android:
layout_width
="match_parent"
57
android:
layout_width
="match_parent
[
all
...]
scrollbar2.xml
20
android:
layout_width
="match_parent"
28
android:
layout_width
="match_parent"
32
android:
layout_width
="match_parent"
36
android:
layout_width
="match_parent"
40
android:
layout_width
="match_parent"
44
android:
layout_width
="match_parent"
48
android:
layout_width
="match_parent"
52
android:
layout_width
="match_parent"
56
android:
layout_width
="match_parent"
60
android:
layout_width
="match_parent
[
all
...]
/cts/apps/CtsVerifier/res/layout/
ble_scanner_power_level.xml
17
android:
layout_width
="match_parent"
23
android:
layout_width
="wrap_content"
26
android:
layout_width
="match_parent"
29
android:
layout_width
="wrap_content"
34
android:
layout_width
="wrap_content"
37
android:
layout_width
="match_parent"
43
android:
layout_width
="match_parent"
47
android:
layout_width
="100dp"
50
android:
layout_width
="200dp"
53
android:
layout_width
="100dp
[
all
...]
/development/ndk/platforms/android-21/samples/native-codec/res/layout/
main.xml
4
android:
layout_width
="fill_parent"
9
android:
layout_width
="wrap_content"
14
android:
layout_width
="fill_parent"
20
android:
layout_width
="fill_parent"
28
android:
layout_width
="wrap_content"
35
android:
layout_width
="fill_parent"
41
android:
layout_width
="fill_parent"
48
android:
layout_width
="wrap_content"
54
android:
layout_width
="wrap_content"
60
android:
layout_width
="640px
[
all
...]
/frameworks/base/tests/TransitionTests/res/layout/
results_screen.xml
4
android:
layout_width
="fill_parent"
9
android:
layout_width
="wrap_content"
14
android:
layout_width
="wrap_content"
19
android:
layout_width
="wrap_content"
26
android:
layout_width
="wrap_content"
31
<LinearLayout android:
layout_width
="match_parent"
37
android:
layout_width
="wrap_content"
41
android:
layout_width
="wrap_content"
45
android:
layout_width
="wrap_content"
49
android:
layout_width
="wrap_content
[
all
...]
/packages/experimental/RpcPerformance/res/layout/
main.xml
3
android:
layout_width
="match_parent"
7
android:
layout_width
="fill_parent"
13
android:
layout_width
="wrap_content"
19
android:
layout_width
="fill_parent"
29
android:
layout_width
="wrap_content"
35
android:
layout_width
="fill_parent"
43
android:
layout_width
="wrap_content"
47
android:
layout_width
="fill_parent"
53
android:
layout_width
="fill_parent"
60
android:
layout_width
="wrap_content
[
all
...]
Completed in 477 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>