Searched defs:onCreatePanelView (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DWindowCallback.java44 View onCreatePanelView(int featureId); method in interface:WindowCallback
H A DToolbarActionBar.java558 public View onCreatePanelView(int featureId) { method in class:ToolbarActionBar.ToolbarCallbackWrapper
569 return super.onCreatePanelView(featureId);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DWindowCallbackWrapper.java73 public View onCreatePanelView(int featureId) { method in class:WindowCallbackWrapper
74 return mWrapped.onCreatePanelView(featureId);
/frameworks/base/core/java/android/view/
H A DWindowCallbackWrapper.java70 public View onCreatePanelView(int featureId) { method in class:WindowCallbackWrapper
71 return mWrapped.onCreatePanelView(featureId);
H A DWindow.java294 public View onCreatePanelView(int featureId); method in interface:Window.Callback
298 * called if onCreatePanelView() returns null, giving you a standard
319 * @param view The View that was returned by onCreatePanelView().
320 * @param menu If onCreatePanelView() returned null, this is the Menu
326 * @see #onCreatePanelView
399 * @param menu If onCreatePanelView() returned null, this is the Menu
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DWindowCallback.java58 public View onCreatePanelView(int featureId) { method in class:WindowCallback
/frameworks/base/core/java/android/app/
H A DDialog.java818 * @see Activity#onCreatePanelView(int)
820 public View onCreatePanelView(int featureId) { method in class:Dialog
H A DActivity.java2803 * {@link android.view.Window.Callback#onCreatePanelView}
2809 public View onCreatePanelView(int featureId) { method in class:Activity
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java272 public View onCreatePanelView(int featureId) { method in class:DreamService

Completed in 117 milliseconds