Searched refs:mCurrentTime (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DTimeBar.java76 protected int mCurrentTime; field in class:TimeBar
118 mPlayedBar.left + (int) ((mProgressBar.width() * (long) mCurrentTime) / mTotalTime);
145 if (mCurrentTime == currentTime && mTotalTime == totalTime) {
148 mCurrentTime = currentTime;
204 stringForTime(mCurrentTime),
234 mCurrentTime = getScrubberTime();
235 mListener.onScrubbingMove(mCurrentTime);
H A DTrimTimeBar.java95 mPlayedBar.right = getBarPosFromTime(mCurrentTime);
127 if (mCurrentTime == currentTime && mTotalTime == totalTime
131 mCurrentTime = currentTime;
197 stringForTime(mCurrentTime),
219 mCurrentTime = getScrubberTime(mScrubberLeft, mScrubber.getWidth() / 2);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
H A DUserHistoryDictionaryTests.java39 private int mCurrentTime = 0; field in class:UserHistoryDictionaryTests
82 mCurrentTime = 0;
83 setCurrentTimeForTestMode(mCurrentTime);
122 dict, numberOfWords, random, true /* checksContents */, mCurrentTime));
176 mCurrentTime));
210 numberOfWords, random, true /* checksContents */, mCurrentTime));
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackActivity.java108 mCurrentTime = (TextView) findViewById(R.id.currenttime);
1143 private TextView mCurrentTime; field in class:MediaPlaybackActivity
1174 mCurrentTime.setText(MusicUtils.makeTimeString(this, pos / 1000));
1179 mCurrentTime.setVisibility(View.VISIBLE);
1182 int vis = mCurrentTime.getVisibility();
1183 mCurrentTime.setVisibility(vis == View.INVISIBLE ? View.VISIBLE : View.INVISIBLE);
1187 mCurrentTime.setText("--:--");
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java167 private Time mCurrentTime; field in class:DayView
205 mCurrentTime.switchTimezone(tz);
798 mCurrentTime = new Time(Utils.getTimeZone(context, mTZUpdater));
800 mCurrentTime.set(currentTime);
801 mTodayJulianDay = Time.getJulianDay(currentTime, mCurrentTime.gmtoff);
2472 int lineY = mCurrentTime.hour * (mCellHeight + HOUR_GAP)
2473 + ((mCurrentTime.minute * mCellHeight) / 60) + 1;
2662 int lineY = mCurrentTime.hour * (mCellHeight + HOUR_GAP)
2663 + ((mCurrentTime.minute * mCellHeight) / 60) + 1;
2675 int lineY = mCurrentTime
[all...]
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java136 private long mCurrentTime; field in class:ModeListView
1574 mCurrentTime = SystemClock.uptimeMillis();
1586 insertNewPosition(newPosition, mCurrentTime);

Completed in 287 milliseconds