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

  /packages/services/Car/car-support-lib/src/android/support/car/ui/
PagedScrollBarView.java 47 private final ImageView mUpButton;
76 mUpButton = (ImageView) findViewById(R.id.page_up);
77 mUpButton.setImageDrawable(CarUiResourceLoader.getDrawable(context, "ic_up"));
78 mUpButton.setOnClickListener(this);
79 mUpButton.setOnLongClickListener(this);
93 mUpButton.setVisibility(View.GONE);
115 return mUpButton.isPressed();
150 mUpButton.setColorFilter(color, PorterDuff.Mode.SRC_IN);
151 mUpButton.setBackgroundResource(R.drawable.car_pagination_background);
159 mUpButton.setColorFilter(color, PorterDuff.Mode.SRC_IN)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 65 private Button mUpButton;
202 mUpButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
203 mUpButton.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
204 mUpButton.setText("Up");
205 mUpButton.addSelectionListener(new SelectionAdapter() {
313 mUpButton.setEnabled(false);
325 mUpButton.setEnabled(index > 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 114 private Button mUpButton;
456 mUpButton = toolkit.createButton(button_grid, "Up", SWT.PUSH);
458 mUpButton.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
460 mUpButton.addSelectionListener(new SelectionAdapter() {
603 mUpButton.setEnabled(canDoTreeUp(selection));
    [all...]

Completed in 95 milliseconds