Searched refs:mProgressText (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerGaugePreference.java37 private CharSequence mProgressText; field in class:PowerGaugePreference
51 mProgressText = Utils.formatPercentage((int) (percentOfTotal + 0.5));
67 text1.setText(mProgressText);
/packages/apps/Settings/src/com/android/settings/applications/
H A DProcessStatsPreference.java34 private CharSequence mProgressText; field in class:ProcessStatsPreference
65 mProgressText = Utils.formatPercentage((int) percentOfTime);
77 text1.setText(mProgressText);
/packages/apps/Camera2/src/com/android/camera/app/
H A DFilmstripBottomPanel.java51 private TextView mProgressText; field in class:FilmstripBottomPanel
147 mProgressText.setText(text);
244 mProgressText = (TextView) mLayout.findViewById(R.id.bottom_session_progress_text);

Completed in 89 milliseconds