OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fragView
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarTabs.java
124
View
fragView
= inflater.inflate(R.layout.action_bar_tab_content, container, false);
126
TextView text = (TextView)
fragView
.findViewById(R.id.text);
129
return
fragView
;
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarTabs.java
124
View
fragView
= inflater.inflate(R.layout.action_bar_tab_content, container, false);
126
TextView text = (TextView)
fragView
.findViewById(R.id.text);
129
return
fragView
;
Completed in 49 milliseconds