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.java79 void showCustomView(Tab tab, View view, int requestedOrientation, in showCustomView() argument
DPreloadController.java162 public void showCustomView(Tab tab, View view, int requestedOrientation, in showCustomView() argument
DTab.java843 public void onShowCustomView(View view, int requestedOrientation,
846 requestedOrientation, callback);
DController.java1119 public void showCustomView(Tab tab, View view, int requestedOrientation, in showCustomView() argument
1126 mUi.showCustomView(view, requestedOrientation, callback); in showCustomView()