OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:button2
(Results
1 - 25
of
224
) sorted by null
1
2
3
4
5
6
7
8
9
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion5-expected-applyCompletion40.diff
1
Code completion in completion5.xml for android:id='@+id/
button2
'^ selecting android:maxWidth:
3
- android:id='@+id/
button2
'^
4
+ android:id='@+id/
button2
' android:maxWidth="^"
newlayout1-expected-extract1.xml
2
<Button xmlns:android="http://schemas.android.com/apk/res/android" android:text="Button" android:id="@+id/
button2
" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
completion5.xml
15
android:id='@+id/
button2
'
20
android:id='@+id/
button2
'
sample2-expected-changeLayout2.xml
18
android:id="@+id/
button2
"
30
android:layout_below="@+id/
button2
"
31
android:layout_toRightOf="@+id/
button2
"
58
android:layout_alignTop="@+id/
button2
"
sample6-expected-changeLayout6.xml
12
android:layout_alignBaseline="@+id/
button2
"
22
android:layout_alignBaseline="@+id/
button2
"
29
android:id="@+id/
button2
"
sample1a-expected-changeLayout1a.xml
18
android:id="@+id/
button2
"
31
android:layout_alignBaseline="@+id/
button2
"
32
android:layout_alignTop="@+id/
button2
"
33
android:layout_toRightOf="@+id/
button2
"
41
android:layout_alignBaseline="@+id/
button2
"
sample1b-expected-changeLayout1b.xml
18
android:id="@+id/
button2
"
31
android:layout_alignBaseline="@+id/
button2
"
32
android:layout_alignTop="@+id/
button2
"
33
android:layout_toRightOf="@+id/
button2
"
41
android:layout_alignBaseline="@+id/
button2
"
sample2-expected-changeView2.xml
5
<Button android:layout_width="wrap_content" android:layout_alignParentLeft="true" android:id="@+id/
button2
" android:layout_height="wrap_content" android:text="Button"></Button>
6
<ImageButton android:layout_width="wrap_content" android:id="@+id/ImageButton1" android:layout_below="@+id/
button2
" android:layout_height="wrap_content" android:text="Button" android:layout_toRightOf="@+id/
button2
"></ImageButton>
sample2-expected-extract3.xml
5
<Button android:layout_width="wrap_content" android:layout_alignParentLeft="true" android:id="@+id/
button2
" android:layout_height="wrap_content" android:text="Button"></Button>
6
<include layout="@layout/newlayout3" android:id="@+id/button3_ref" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/
button2
" android:layout_toRightOf="@+id/
button2
"/>
sample2-expected-gridLayout2.xml
17
android:id="@+id/
button2
"
27
android:layout_below="@+id/
button2
"
30
android:layout_toRightOf="@+id/
button2
"
sample2.xml
5
<Button android:layout_width="wrap_content" android:layout_alignParentLeft="true" android:id="@+id/
button2
" android:layout_height="wrap_content" android:text="Button"></Button>
6
<Button android:layout_width="wrap_content" android:id="@+id/button3" android:layout_below="@+id/
button2
" android:layout_height="wrap_content" android:text="Button" android:layout_toRightOf="@+id/
button2
"></Button>
extractstyle1.xml
10
android:id="@+id/
button2
" android:layout_alignParentBottom="true"></Button>
newlayout2-expected-extract2.xml
4
<Button android:text="Button" android:id="@+id/
button2
" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
sample3-expected-extract5.xml
4
<Button android:text="Button" android:id="@+id/
button2
" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
sample3-variation2-expected-extract5.xml
4
<Button customprefix:text="Button" customprefix:id="@+id/
button2
" customprefix:layout_width="wrap_content" customprefix:layout_height="wrap_content"></Button>
extractstyle1-expected-extract1b.diff
10
- android:id="@+id/
button2
" android:layout_alignParentBottom="true"></Button>
25
+ android:id="@+id/
button2
"
extractstyle1-expected-extract1c.diff
10
- android:id="@+id/
button2
" android:layout_alignParentBottom="true"></Button>
25
+ android:id="@+id/
button2
"
extractstyle1-expected-extract1d.diff
10
- android:id="@+id/
button2
" android:layout_alignParentBottom="true"></Button>
25
+ android:id="@+id/
button2
"
extractstyle1-expected-extract2.diff
10
- android:id="@+id/
button2
" android:layout_alignParentBottom="true"></Button>
25
+ android:id="@+id/
button2
"
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DelayedTransition.java
40
final Button
button2
= (Button) findViewById(R.id.
button2
);
local
52
button2
.setLayoutParams(new LayoutParams(LayoutParams.WRAP_CONTENT,
59
button2
.setLayoutParams(new LayoutParams(LayoutParams.WRAP_CONTENT,
/frameworks/base/core/tests/coretests/src/android/view/
IncludeTest.java
44
final View
button2
= activity.findViewById(R.id.included_button_overriden);
local
45
assertNotNull("The layout include_button was not included with overriden id",
button2
);
53
final View
button2
= activity.findViewById(R.id.included_button_overriden);
local
56
button1.getLayoutParams().width !=
button2
.getLayoutParams().width);
58
button1.getLayoutParams().height !=
button2
.getLayoutParams().height);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListViewHeightTest.java
52
final Button
button2
= (Button) mActivity.findViewById(R.id.
button2
);
local
71
button2
.performClick();
75
assertTrue("List not be visible after clicking
button2
", list.isShown());
/frameworks/base/tests/TransitionTests/res/layout/
two_buttons.xml
14
android:id="@+id/
button2
"/>
hierarchical_move.xml
28
android:text="@string/
button2
"
29
android:id="@+id/
button2
"/>
instance_targets.xml
28
android:id="@+id/
button2
"/>
33
android:layout_below="@+id/
button2
"
Completed in 528 milliseconds
1
2
3
4
5
6
7
8
9