HomeSort by relevance Sort by last modified time
    Searched refs:newButton (Results 1 - 11 of 11) sorted by null

  /cts/tests/tests/animation/src/android/animation/cts/
LayoutAnimationActivity.java 38 Button newButton = new Button(LayoutAnimationActivity.this);
39 newButton.setText("Button:" + LayoutAnimationActivity.this.mCount);
41 layout.addView(newButton);
43 mLastButton = newButton;
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimationsByDefault.java 49 Button newButton = new Button(LayoutAnimationsByDefault.this);
50 newButton.setText(String.valueOf(numButtons++));
51 newButton.setOnClickListener(new View.OnClickListener() {
56 gridContainer.addView(newButton, Math.min(1, gridContainer.getChildCount()));
LayoutAnimationsHideShow.java 64 Button newButton = new Button(this);
65 newButton.setText(String.valueOf(i));
66 container.addView(newButton);
67 newButton.setOnClickListener(new View.OnClickListener() {
LayoutAnimations.java 84 Button newButton = new Button(LayoutAnimations.this);
85 newButton.setText(String.valueOf(numButtons++));
86 newButton.setOnClickListener(new View.OnClickListener() {
91 container.addView(newButton, Math.min(1, container.getChildCount()));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RedirectMain.java 46 Button newButton = (Button)findViewById(R.id.newView);
47 newButton.setOnClickListener(mNewListener);
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroupTest.java 100 RadioButton newButton = new RadioButton(mContext);
102 assertEquals(View.NO_ID, newButton.getId());
103 mDefaultRadioGroup.addView(newButton, new RadioGroup.LayoutParams(
107 assertEquals(newButton.hashCode(), newButton.getId());
112 RadioButton newButton = new RadioButton(mContext);
115 mDefaultRadioGroup.addView(newButton, new RadioGroup.LayoutParams(
121 newButton.setChecked(true);
127 newButton.setChecked(false);
131 mDefaultRadioGroup.removeView(newButton);
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
StaticPortConfigDialog.java 167 Button newButton = new Button(buttons, SWT.NONE);
168 newButton.setText("New...");
169 newButton.addSelectionListener(new SelectionAdapter() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 168 Button newButton = new Button(buttons, SWT.NONE);
169 newButton.setText("New...");
170 newButton.addSelectionListener(new SelectionAdapter() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 4943 milliseconds