Searched refs:showCustomView (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DUI.java89 public void showCustomView(View view, int requestedOrientation, method in interface:UI
H A DWebViewController.java79 void showCustomView(Tab tab, View view, int requestedOrientation, method in interface:WebViewController
H A DPreloadController.java162 public void showCustomView(Tab tab, View view, int requestedOrientation, method in class:PreloadController
164 if (LOGD_ENABLED) Log.d(LOGTAG, "showCustomView()");
H A DBaseUi.java522 public void showCustomView(View view, int requestedOrientation, method in class:BaseUi
H A DController.java1119 public void showCustomView(Tab tab, View view, int requestedOrientation, method in class:Controller
1126 mUi.showCustomView(view, requestedOrientation, callback);
H A DTab.java845 if (mInForeground) mWebViewController.showCustomView(Tab.this, view,

Completed in 20 milliseconds