HomeSort by relevance Sort by last modified time
    Searched refs:newButton (Results 1 - 13 of 13) 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()));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ButtonSwitcher.java 126 void animateButtonIfStatusIsEqual(final View newButton, final int newStatus) {
128 animateButton(newButton, ANIMATION_IN);
133 final View newButton = getButton(newStatus);
134 if (null != oldButton && null != newButton) {
139 animateButtonIfStatusIsEqual(newButton, newStatus);
144 } else if (null != newButton) {
145 animateButton(newButton, ANIMATION_IN);
  /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 101 RadioButton newButton = new RadioButton(mContext);
103 assertEquals(View.NO_ID, newButton.getId());
104 mDefaultRadioGroup.addView(newButton, new RadioGroup.LayoutParams(
108 assertEquals(0, newButton.getId() & 0xFF000000);
114 RadioButton newButton = new RadioButton(mContext);
117 mDefaultRadioGroup.addView(newButton, new RadioGroup.LayoutParams(
123 newButton.setChecked(true);
129 newButton.setChecked(false);
133 mDefaultRadioGroup.removeView(newButton);
135 newButton.setChecked(true)
    [all...]
  /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...]
  /prebuilts/devtools/tools/lib/
ddms.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 
  /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 386 milliseconds