OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pageinfoview
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Browser/src/com/android/browser/
PageDialogsHandler.java
142
final View
pageInfoView
= factory.inflate(R.layout.page_info, null);
156
((TextView)
pageInfoView
.findViewById(R.id.address)).setText(url);
157
((TextView)
pageInfoView
.findViewById(R.id.title)).setText(title);
167
.setView(
pageInfoView
)
Completed in 183 milliseconds