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

  /development/samples/ApiDemos/src/com/example/android/apis/app/
CustomTitle.java 71 Button leftButton = (Button) findViewById(R.id.left_text_button);
74 leftButton.setOnClickListener(new OnClickListener() {
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorAccountsChangedActivity.java 110 final Button leftButton = (Button) findViewById(R.id.left_button);
119 leftButton.setText(getString(R.string.add_new_account));
120 leftButton.setOnClickListener(mAddAccountClickListener);
137 final Button leftButton = (Button) findViewById(R.id.left_button);
144 leftButton.setText(getString(R.string.keep_local));
145 leftButton.setOnClickListener(new OnClickListener() {
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java 237 ImageButton leftButton = (ImageButton)v. findViewById(R.id.timer_plus_one);
238 leftButton.setOnClickListener(TimerFragment.this);
239 leftButton.setTag(new ClickAction(ClickAction.ACTION_PLUS_ONE, o));
400 ImageButton leftButton = (ImageButton)
402 leftButton.setEnabled(canAddMinute(t));
    [all...]
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2ActivityTest.java 64 mLeftButton = (Button) a.findViewById(R.id.leftButton);
Focus2AndroidTest.java 80 mLeftButton = (Button) mRoot.findViewById(R.id.leftButton);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 114 Button leftButton = new Button(container, SWT.NONE);
115 leftButton.setText("Resource...");
116 leftButton.setData(PROP_TEXTFIELD, mLeftField);
155 leftButton.addListener(SWT.Selection, this);

Completed in 2497 milliseconds