OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valueView
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java
195
TextView
valueView
= (TextView) item.findViewById(R.id.value);
197
valueView
.setText(value);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java
342
TextView
valueView
= (TextView) item.findViewById(R.id.value);
344
valueView
.setText(value);
Completed in 175 milliseconds