Home | History | Annotate | Download | only in music

Lines Matching refs:mTotalTime

109         mTotalTime = (TextView) findViewById(R.id.totaltime);
1144 private TextView mTotalTime;
1311 mTotalTime.setText(MusicUtils.makeTimeString(this, mDuration / 1000));