OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mProgressText
(Results
1 - 2
of
2
) 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 + " " +
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java
53
private TextView
mProgressText
;
85
mProgressText
= (TextView) findViewById(R.id.progress);
86
mProgressText
.setText(String.format(getString(R.string.snsr_gyro_test_progress),
Completed in 1789 milliseconds