OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mProgressText
(Results
1 - 4
of
4
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
SeekBar1.java
33
TextView
mProgressText
;
44
mProgressText
= (TextView)findViewById(R.id.progress);
49
mProgressText
.setText(progress + " " +
/packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsPreference.java
32
private CharSequence
mProgressText
;
47
mProgressText
= getContext().getResources().getString(
60
text1.setText(
mProgressText
);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java
36
private CharSequence
mProgressText
;
47
mProgressText
= getContext().getResources().getString(
64
text1.setText(
mProgressText
);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java
64
private TextView
mProgressText
;
95
mProgressText
= (TextView) findViewById(R.id.progress);
96
mProgressText
.setText(String.format(getString(R.string.snsr_gyro_test_progress),
Completed in 530 milliseconds