OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:button1
(Results
26 - 50
of
246
) sorted by null
1
2
3
4
5
6
7
8
9
10
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
extractstyle1-expected-extract2.diff
6
- android:id="@+id/
button1
" android:layout_alignParentBottom="true"></Button>
15
+ android:id="@+id/
button1
"
extractstyle1-expected-extract3.diff
6
- android:id="@+id/
button1
" android:layout_alignParentBottom="true"></Button>
15
+ android:id="@+id/
button1
"
extractstyle1-expected-extract4.diff
6
- android:id="@+id/
button1
" android:layout_alignParentBottom="true"></Button>
15
+ android:id="@+id/
button1
"
extractstyle1-expected-extract5.diff
6
- android:id="@+id/
button1
" android:layout_alignParentBottom="true"></Button>
15
+ android:id="@+id/
button1
"
extractstyle1-expected-extract8.diff
6
- android:id="@+id/
button1
" android:layout_alignParentBottom="true"></Button>
15
+ android:id="@+id/
button1
"
extractstyle2-expected-extract7.diff
6
- foo:id="@+id/
button1
" foo:layout_alignParentBottom="true"></Button>
16
+ foo:id="@+id/
button1
"
sample3-expected-changeLayout3.xml
9
android:id="@+id/
button1
"
23
android:layout_below="@+id/
button1
"
sample6-expected-changeLayout6.xml
9
android:id="@+id/
button1
"
24
android:layout_toRightOf="@+id/
button1
"
sample1a-expected-changeLayout1a.xml
9
android:id="@+id/
button1
"
22
android:layout_below="@+id/
button1
"
42
android:layout_below="@+id/
button1
"
sample1b-expected-changeLayout1b.xml
9
android:id="@+id/
button1
"
22
android:layout_below="@+id/
button1
"
42
android:layout_below="@+id/
button1
"
completion5.xml
9
android:id='@+id/
button1
'
extractstyle2.xml
6
foo:id="@+id/
button1
" foo:layout_alignParentBottom="true"></Button>
sample10-expected-convertFromGrid.xml
10
android:id="@+id/
button1
"
sample10-expected-initialAttributes.xml
10
android:id="@+id/
button1
"
sample10.xml
10
android:id="@+id/
button1
"
sample3-expected-extract1.xml
3
<Button android:text="Button" android:id="@+id/
button1
" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
sample3-expected-extract4.xml
3
<Button android:text="Button" android:id="@+id/
button1
" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
sample3-expected-wrapIn1.xml
9
android:id="@+id/
button1
"
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
GridModelTest.java
55
targetNode.add(TestNode.create(FQCN_BUTTON).id("@+id/
Button1
"));
69
TestNode b1 = TestNode.create(FQCN_BUTTON).id("@+id/
Button1
");
130
" android:id=\"@+id/
button1
\"\n" +
169
TestNode
button1
= TestNode.findById(targetNode, "@+id/
button1
");
local
177
assertNotNull(
button1
);
182
button1
.bounds(new Rect(90, 10, 100, 40));
197
// Delete
button1
198
button1
.getParent().removeChild(
button1
);
308
TestNode
button1
= TestNode.findById(targetNode, "@+id\/
button1
");
local
629
TestNode
button1
= TestNode.findById(targetNode, "@+id\/
button1
");
local
721
TestNode
button1
= TestNode.findById(targetNode, "@+id\/
button1
");
local
814
TestNode
button1
= TestNode.findById(targetNode, "@+id\/
button1
");
local
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/relative/
DeletionHandlerTest.java
43
" android:id=\"@+id/
button1
\"\n" +
53
" android:layout_alignBaseline=\"@+id/
button1
\"\n" +
54
" android:layout_alignBottom=\"@+id/
button1
\"\n" +
55
" android:layout_toRightOf=\"@+id/
button1
\"\n" +
91
" android:id=\"@+id/
button1
\"\n" +
102
" android:layout_alignBaseline=\"@+id/
button1
\"\n" +
103
" android:layout_alignBottom=\"@+id/
button1
\"\n" +
104
" android:layout_toRightOf=\"@+id/
button1
\"\n" +
124
" android:id=\"@+id/
button1
\"\n" +
136
" android:layout_below=\"@+id/
button1
\"\n"
322
TestNode
button1
= TestNode.findById(targetNode, "@+id\/
button1
");
local
[
all
...]
/developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/res/layout/
sample_main.xml
26
android:id="@+id/
button1
"
/developers/samples/android/media/BasicMediaRouter/Application/src/main/res/layout/
sample_main.xml
26
android:id="@+id/
button1
"
/development/samples/browseable/BasicMediaRouter/res/layout/
sample_main.xml
26
android:id="@+id/
button1
"
/external/chromium_org/chrome/common/extensions/docs/examples/tutorials/analytics/
popup.html
25
<button id='
button1
'>Button 1</button>
/packages/experimental/NotificationShowcase/res/layout/
main.xml
8
<Button android:id="@+id/
button1
" android:text="@string/post_button_label" android:layout_height="wrap_content" android:layout_width="match_parent" android:onClick="doPost"></Button>
Completed in 2324 milliseconds
1
2
3
4
5
6
7
8
9
10