HomeSort by relevance Sort by last modified time
    Searched full:pageinfoview (Results 1 - 1 of 1) sorted by null

  /packages/apps/Browser/src/com/android/browser/
PageDialogsHandler.java 141 final View pageInfoView = factory.inflate(R.layout.page_info, null);
155 ((TextView) pageInfoView.findViewById(R.id.address)).setText(url);
156 ((TextView) pageInfoView.findViewById(R.id.title)).setText(title);
166 .setView(pageInfoView)

Completed in 1128 milliseconds