Home
last modified time | relevance | path

Searched refs:requestedOrientation (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DBaseUi.java522 public void showCustomView(View view, int requestedOrientation, in showCustomView() argument
539 mActivity.setRequestedOrientation(requestedOrientation); in showCustomView()
DUI.java89 public void showCustomView(View view, int requestedOrientation, in showCustomView() argument
DWebViewController.java78 void showCustomView(Tab tab, View view, int requestedOrientation, in showCustomView() argument
DPreloadController.java161 public void showCustomView(Tab tab, View view, int requestedOrientation, in showCustomView() argument
DTab.java814 public void onShowCustomView(View view, int requestedOrientation,
817 requestedOrientation, callback);
DController.java1118 public void showCustomView(Tab tab, View view, int requestedOrientation, in showCustomView() argument
1125 mUi.showCustomView(view, requestedOrientation, callback); in showCustomView()