OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mShowStartView
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java
59
mShowStartView
= (TextView) findViewById(R.id.onstart_textview);
79
private TextView
mShowStartView
;
100
mShowStartView
.setBackgroundColor(defaultColor);
177
mShowStartView
.setBackgroundColor(startJobColor);
/developers/samples/android/background/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java
59
mShowStartView
= (TextView) findViewById(R.id.onstart_textview);
79
private TextView
mShowStartView
;
100
mShowStartView
.setBackgroundColor(defaultColor);
177
mShowStartView
.setBackgroundColor(startJobColor);
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
MainActivity.java
59
mShowStartView
= (TextView) findViewById(R.id.onstart_textview);
79
private TextView
mShowStartView
;
100
mShowStartView
.setBackgroundColor(defaultColor);
177
mShowStartView
.setBackgroundColor(startJobColor);
Completed in 268 milliseconds