OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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());
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ContentLoadingProgressBarActivity.java
44
private Button
mShowButton
;
62
mShowButton
= (Button)findViewById(R.id.show);
63
mShowButton
.setOnClickListener(this);
/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 93 milliseconds