OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mProgressText
(Results
1 - 3
of
3
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
SeekBar1.java
36
TextView
mProgressText
;
47
mProgressText
= (TextView) findViewById(R.id.progress);
62
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),
/packages/apps/Camera2/src/com/android/camera/app/
FilmstripBottomPanel.java
51
private TextView
mProgressText
;
147
mProgressText
.setText(text);
244
mProgressText
= (TextView) mLayout.findViewById(R.id.bottom_session_progress_text);
Completed in 5724 milliseconds