OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:button4
(Results
1 - 25
of
60
) sorted by null
1
2
3
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample5-expected-changeLayout5.xml
39
android:id="@+id/
button4
"
53
android:layout_alignBaseline="@+id/
button4
"
54
android:layout_alignTop="@+id/
button4
"
56
android:layout_toRightOf="@+id/
button4
"
sample2-expected-changeLayout2.xml
36
android:id="@+id/
button4
"
48
android:layout_below="@+id/
button4
"
49
android:layout_toLeftOf="@+id/
button4
"
sample2-expected-changeView2.xml
7
<Button android:layout_width="wrap_content" android:id="@+id/
button4
" android:layout_below="@+id/ImageButton1" android:layout_height="wrap_content" android:text="Button" android:layout_toRightOf="@+id/ImageButton1"></Button>
8
<CheckBox android:layout_width="wrap_content" android:layout_below="@+id/
button4
" android:id="@+id/checkBox1" android:layout_height="wrap_content" android:text="CheckBox" android:layout_toLeftOf="@+id/
button4
"></CheckBox>
sample2-expected-extract3.xml
7
<Button android:layout_width="wrap_content" android:id="@+id/
button4
" android:layout_below="@+id/button3_ref" android:layout_height="wrap_content" android:text="Button" android:layout_toRightOf="@+id/button3_ref"></Button>
8
<CheckBox android:layout_width="wrap_content" android:layout_below="@+id/
button4
" android:id="@+id/checkBox1" android:layout_height="wrap_content" android:text="CheckBox" android:layout_toLeftOf="@+id/
button4
"></CheckBox>
sample2-expected-gridLayout2.xml
35
android:id="@+id/
button4
"
45
android:layout_below="@+id/
button4
"
49
android:layout_toLeftOf="@+id/
button4
"
sample2.xml
7
<Button android:layout_width="wrap_content" android:id="@+id/
button4
" android:layout_below="@+id/button3" android:layout_height="wrap_content" android:text="Button" android:layout_toRightOf="@+id/button3"></Button>
8
<CheckBox android:layout_width="wrap_content" android:layout_below="@+id/
button4
" android:id="@+id/checkBox1" android:layout_height="wrap_content" android:text="CheckBox" android:layout_toLeftOf="@+id/
button4
"></CheckBox>
sample1a-expected-changeLayout1a.xml
48
android:id="@+id/
button4
"
61
android:layout_below="@+id/
button4
"
sample1b-expected-changeLayout1b.xml
48
android:id="@+id/
button4
"
61
android:layout_below="@+id/
button4
"
sample1a-expected-gridLayout1.xml
35
android:id="@+id/
button4
"
sample5-expected-gridLayout5.xml
33
android:id="@+id/
button4
"
sample5.xml
7
<Button android:layout_height="wrap_content" android:layout_gravity="center" android:text="Button" android:id="@+id/
button4
" android:layout_width="wrap_content"></Button>
sample7-expected-extract7.diff
61
- <Button android:layout_height="wrap_content" android:text="FourthButton" android:id="@+id/
button4
" android:layout_width="match_parent"></Button>
64
+ android:id="@+id/
button4
"
sample1a-expected-changeView1.xml
9
<Button android:layout_height="wrap_content" android:text="FourthButton" android:id="@+id/
button4
" android:layout_width="match_parent"></Button>
sample1a.xml
9
<Button android:layout_height="wrap_content" android:text="FourthButton" android:id="@+id/
button4
" android:layout_width="match_parent"></Button>
sample1b.xml
36
android:id="@+id/
button4
"
/frameworks/base/tests/TransitionTests/res/layout/
hierarchical_move.xml
38
android:text="@string/
button4
"
39
android:id="@+id/
button4
"/>
/cts/tests/tests/widget/res/layout/
relative_layout_baseline.xml
44
android:layout_alignTop="@+id/
button4
"
48
android:layout_alignBaseline="@+id/
button4
"
51
android:id="@+id/
button4
"
/development/samples/ApiDemos/res/layout/
focus_5.xml
45
android:nextFocusForward="@+id/
button4
"/>
49
<Button android:id="@+id/
button4
"
/frameworks/base/apct-tests/perftests/core/res/layout/
test_linear_layout.xml
65
android:id="@+id/
button4
"
75
android:layout_above="@+id/
button4
"
test_linear_layout_weighted.xml
67
android:id="@+id/
button4
"
77
android:layout_above="@+id/
button4
"
test_relative_layout.xml
65
android:id="@+id/
button4
"
75
android:layout_above="@+id/
button4
"
/device/google/accessory/demokit/app/res/layout/
buttoncontainer.xml
19
<ImageButton android:background="@null" android:id="@+id/
Button4
"
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TransformsAndAnimationsActivity.java
44
Button
button4
;
field in class:TransformsAndAnimationsActivity
67
button4
= findViewById(R.id.
button4
);
160
button4
.setLayerType(layerType, null);
/cts/tests/accessibilityservice/res/layout/
query_window_test.xml
60
android:id="@+id/
button4
"
63
android:text="@string/
button4
"
/frameworks/base/core/tests/coretests/res/layout/
interrogation_activity.xml
57
android:id="@+id/
button4
"
60
android:text="@string/
button4
"
Completed in 304 milliseconds
1
2
3