OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMainView
(Results
1 - 2
of
2
) sorted by null
/development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
HelloSpellCheckerActivity.java
36
private TextView
mMainView
;
44
mMainView
= (TextView)findViewById(R.id.main);
124
mMainView
.append(sb.toString());
154
mMainView
.append(sb.toString());
/development/samples/training/threadsample/src/com/example/android/threadsample/
DisplayActivity.java
45
View
mMainView
;
96
mMainView
.setSystemUiVisibility(flag);
168
mMainView
= getLayoutInflater().inflate(R.layout.fragmenthost, null);
171
setContentView(
mMainView
);
282
mMainView
= null;
Completed in 143 milliseconds