OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStatusPanel
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
MainFrame.java
30
private final StatusPanel
mStatusPanel
;
34
return
mStatusPanel
;
45
mStatusPanel
= new StatusPanel(this, SWT.NULL);
51
mStatusPanel
.setLayoutData(bottom);
56
mStatusPanel
.setStatusChangedListener(mImageEditorPanel);
62
top.bottom = new FormAttachment(
mStatusPanel
);
65
addKeyListener(
mStatusPanel
);
71
mStatusPanel
.setPosition(x, y);
76
mStatusPanel
.setHelpText(text);
/packages/services/Telephony/src/com/android/phone/
IccNetworkDepersonalizationPanel.java
60
private LinearLayout
mStatusPanel
;
148
mStatusPanel
= (LinearLayout) findViewById(R.id.status_panel);
186
mStatusPanel
.setVisibility(View.VISIBLE);
192
mStatusPanel
.setVisibility(View.VISIBLE);
198
mStatusPanel
.setVisibility(View.VISIBLE);
203
mStatusPanel
.setVisibility(View.GONE);
Completed in 759 milliseconds