HomeSort by relevance Sort by last modified time
    Searched full:button (Results 1 - 25 of 6090) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion3-expected-applyCompletion18.diff 1 Code completion in completion3.xml for <Button ^></Button> selecting android:paddingRight:
3 - <Button ^></Button>
4 + <Button android:paddingRight="^"></Button>
sample5.info 2 android.widget.Button [95,0,144,36] <Button>
3 android.widget.Button [95,36,144,72] <Button>
4 android.widget.Button [191,72,240,108] <Button>
6 android.widget.Button [0,70,49,106] <Button>
7 android.widget.Button [49,70,98,106] <Button>
    [all...]
completion4-expected-completion22.txt 1 Code completion in completion4.xml for <Button^:
2 Button
sample2.info 2 android.widget.Button [0,0,49,36] <Button>
4 android.widget.Button [0,0,49,36] <Button>
5 android.widget.Button [49,36,98,72] <Button>
6 android.widget.Button [98,72,147,108] <Button>
8 android.widget.Button [191,0,240,36] <Button>
    [all...]
sample11.info 4 android.widget.Button [0,19,234,67] <Button>
5 android.widget.Button [234,19,468,67] <Button>
7 android.widget.Button [0,19,234,67] <Button>
8 android.widget.Button [234,19,468,67] <Button>
10 android.widget.Button [0,19,234,67] <Button>
    [all...]
extractstyle1.info 2 android.widget.Button [0,0,140,62] <Button>
3 android.widget.Button [0,62,140,284] <Button>
extractstyle2.info 2 android.widget.Button [0,0,140,62] <Button>
3 android.widget.Button [0,62,140,284] <Button>
sample3.info 2 android.widget.Button [0,0,49,36] <Button>
4 android.widget.Button [0,248,49,284] <Button>
sample6.info 2 android.widget.Button [0,38,49,74] <Button>
4 android.widget.Button [143,0,192,113] <Button>
sample7.info 2 android.widget.Button [0,0,101,36] <Button>
6 android.widget.Button [0,0,73,36] <Button>
8 android.widget.Button [0,0,117,36] <Button>
9 android.widget.Button [117,0,223,36] <Button>
11 android.widget.Button [0,192,240,228] <Button>
    [all...]
extractstyle1-expected-extract6.diff 0 < <Button android:text="Button"
4 < android:id="@+id/button1" android:layout_alignParentBottom="true"></Button>
6 > <Button style="@style/newstyle" android:id="@+id/button1" ></Button>
sample1a.info 2 android.widget.Button [0,0,70,36] <Button>
4 android.widget.Button [0,2,84,38] <Button>
5 android.widget.Button [84,2,158,38] <Button>
7 android.widget.Button [0,72,240,108] <Button>
9 android.widget.Button [0,0,71,36] <Button>
    [all...]
sample1b.info 2 android.widget.Button [0,0,70,36] <Button>
4 android.widget.Button [0,2,84,38] <Button>
5 android.widget.Button [84,2,158,38] <Button>
7 android.widget.Button [0,72,240,108] <Button>
9 android.widget.Button [0,0,71,36] <Button>
    [all...]
sample5-expected-gridLayout5.xml 9 <Button
13 android:text="Button" >
14 </Button>
16 <Button
21 android:text="Button" >
22 </Button>
24 <Button
29 android:text="Button" >
30 </Button>
32 <Button
    [all...]
sample5.xml 3 <Button android:text="Button" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal"></Button>
4 <Button android:text="Button" android:id="@+id/button2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center"></Button>
5 <Button android:text="Button" android:id="@+id/button3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="right"></Button>
7 <Button android:layout_height="wrap_content" android:layout_gravity="center" android:text="Button" android (…)
    [all...]
sample5-expected-changeLayout5.xml 8 <Button
15 android:text="Button" >
16 </Button>
18 <Button
25 android:text="Button" >
26 </Button>
28 <Button
35 android:text="Button" >
36 </Button>
38 <Button
    [all...]
extractstyle1.xml 3 <Button android:text="Button"
6 android:id="@+id/button1" android:layout_alignParentBottom="true"></Button>
7 <Button android:text="Button"
10 android:id="@+id/button2" android:layout_alignParentBottom="true"></Button>
sample1a-expected-gridLayout1.xml 9 <Button
13 </Button>
15 <Button
20 </Button>
22 <Button
26 </Button>
34 <Button
40 </Button>
42 <Button
47 </Button>
    [all...]
completion3.xml 4 <Button ></Button>
sample4.info 4 android.widget.Button [191,0,240,36] <Button>
unwrap.info 4 android.widget.Button [0,0,1280,48] <Button>
  /external/ImageMagick/Magick++/demo/
button.cpp 2 // Magick++ demo to generate a simple text button
36 // Button size
39 // Button background texture
42 // Button text
43 string text = "Button Text";
45 // Button text color
55 Image button; local
57 // Set button size
58 button.size( buttonSize );
61 button.read( backGround )
    [all...]
  /external/eigen/demos/opengl/
README 3 left button: rotate around the target
4 middle button: zoom
5 left button + ctrl quake rotate (rotate around camera position)
6 middle button + ctrl walk (progress along camera's z direction)
7 left button: pan (translate in the XY camera's plane)
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
HorizontalFocusSearch.java 21 import android.widget.Button;
31 private Button mLeftTall;
32 private Button mMidShort1Top;
33 private Button mMidShort2Bottom;
34 private Button mRightTall;
41 public Button getLeftTall() {
45 public Button getMidShort1Top() {
49 public Button getMidShort2Bottom() {
53 public Button getRightTall() {
80 private static class MyButton extends Button {
94 Button button = new MyButton(this); local
103 Button button = new MyButton(this); local
    [all...]
  /frameworks/base/tests/FrameworkPerf/res/layout/
button_layout.xml 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"
37 <Button android:layout_width="wrap_content" android:layout_height="wrap_content
    [all...]

Completed in 421 milliseconds

1 2 3 4 5 6 7 8 91011>>