OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTwoButtonsPanel
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java
70
private ViewGroup
mTwoButtonsPanel
;
137
mTwoButtonsPanel
= (ViewGroup)mRootView.findViewById(R.id.two_buttons_panel);
153
mTwoButtonsPanel
.setVisibility(View.VISIBLE);
155
mTwoButtonsPanel
.setVisibility(View.GONE);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java
122
private ViewGroup
mTwoButtonsPanel
;
214
mTwoButtonsPanel
= (ViewGroup)mRootView.findViewById(R.id.two_buttons_panel);
255
mTwoButtonsPanel
.setVisibility(View.GONE);
258
mTwoButtonsPanel
.setVisibility(View.GONE);
Completed in 58 milliseconds