Searched defs:mDownloadingLabel (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DMessageListItem.java99 private TextView mDownloadingLabel; field in class:MessageListItem
237 mDownloadingLabel.setVisibility(View.GONE);
242 mDownloadingLabel.setVisibility(View.VISIBLE);
273 mDownloadingLabel.setVisibility(View.VISIBLE);
301 mDownloadingLabel.setVisibility(View.GONE);
508 mDownloadingLabel = (TextView) findViewById(R.id.label_downloading);

Completed in 41 milliseconds