Home | History | Annotate | Download | only in settings

Lines Matching refs:TextView

129 import android.widget.TextView;
224 private TextView mUsageSummary;
225 private TextView mEmpty;
231 private TextView mAppForeground;
232 private TextView mAppBackground;
379 mAppForeground = (TextView) mAppDetail.findViewById(R.id.app_foreground);
380 mAppBackground = (TextView) mAppDetail.findViewById(R.id.app_background);
396 mUsageSummary = (TextView) mHeader.findViewById(R.id.usage_summary);
397 mEmpty = (TextView) mHeader.findViewById(android.R.id.empty);
1577 final TextView text1 = (TextView) convertView.findViewById(android.R.id.text1);
2171 final TextView title = (TextView) target.findViewById(android.R.id.title);
2287 final TextView view = (TextView) inflater.inflate(
2374 final TextView title = (TextView) parent.findViewById(android.R.id.title);
2383 final TextView summary = (TextView) parent.findViewById(android.R.id.summary);