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

  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentZeroWidthAndWeightTest.java 30 private Button mShowButton;
41 mShowButton = (Button) activity.findViewById(R.id.show);
46 assertNotNull(mShowButton);
51 assertTrue(mShowButton.hasFocus());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodButton.java 48 private boolean mShowButton = false;
117 if (!mShowButton || mScreenLocked) return false;
161 mShowButton = showButton;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintListDialog.java 63 private Button mShowButton;
117 mShowButton = new Button(container, SWT.NONE);
118 mShowButton.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 1, 1));
119 mShowButton.setText("Show");
120 mShowButton.setToolTipText("Opens the editor to reveal the XML with the issue");
121 mShowButton.addSelectionListener(this);
206 } else if (source == mShowButton) {

Completed in 49 milliseconds