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/deviceinfo/
HardwareInfoDialogFragment.java
70
final TextView
valueView
= content.findViewById(valueViewId);
73
valueView
.setVisibility(View.VISIBLE);
74
valueView
.setText(value);
77
valueView
.setVisibility(View.GONE);
/packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsMemDetail.java
115
TextView
valueView
= (TextView) item.findViewById(android.R.id.text1);
117
valueView
.setText(value);
Completed in 438 milliseconds