Home
last modified time | relevance | path

Searched refs:onCreatePanelView (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/src/android/app/cts/
DTestDialog.java196 public View onCreatePanelView(int featureId) { in onCreatePanelView() method in TestDialog
198 return super.onCreatePanelView(featureId); in onCreatePanelView()
/cts/tests/tests/view/src/android/view/cts/
DWindowTest.java1061 public View onCreatePanelView(int featureId) { in onCreatePanelView() method in WindowTest.MockWindowCallback