OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mtextline1
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Music/src/com/android/music/
AudioPreview.java
60
private TextView
mTextLine1
;
94
mTextLine1
= (TextView) findViewById(R.id.line1);
145
mTextLine1
.setText(title);
152
mTextLine1
.setText(name);
317
if (TextUtils.isEmpty(
mTextLine1
.getText())) {
318
mTextLine1
.setText(mUri.getLastPathSegment());
Completed in 47 milliseconds