[go: nahoru, domu]

Searched refs:onCreateView (Results 51 - 75 of 112) sorted by relevance

12345

/frameworks/support/v4/java/android/support/v4/view/
H A DAsyncLayoutInflater.java138 protected View onCreateView(String name, AttributeSet attrs) throws ClassNotFoundException { method in class:AsyncLayoutInflater.BasicInflater
151 return super.onCreateView(name, attrs);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintErrorFragment.java56 public View onCreateView(LayoutInflater inflater, ViewGroup root, method in class:PrintErrorFragment
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestBasic.java38 public View onCreateView(LayoutInflater inflater, ViewGroup container, method in class:BiDiTestBasic
H A DBiDiTestGridLayoutCodeLtr.java50 public View onCreateView(LayoutInflater inflater, ViewGroup container, method in class:BiDiTestGridLayoutCodeLtr
H A DBiDiTestGridLayoutCodeRtl.java50 public View onCreateView(LayoutInflater inflater, ViewGroup container, method in class:BiDiTestGridLayoutCodeRtl
/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
H A DRvCompatListActivity.java40 public View onCreateView(LayoutInflater inflater, ViewGroup container, method in class:RvCompatListActivity.RecyclerViewFragment
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DMessageBar.java83 public View onCreateView( method in class:MessageBar
H A DPickFragment.java67 public View onCreateView( method in class:PickFragment
H A DSaveFragment.java70 public View onCreateView( method in class:SaveFragment
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DPowerNotificationControlsFragment.java42 public View onCreateView(LayoutInflater inflater, ViewGroup container, method in class:PowerNotificationControlsFragment
H A DNightModeFragment.java65 public View onCreateView(LayoutInflater inflater, ViewGroup container, method in class:NightModeFragment
69 ((ViewGroup) view).addView(super.onCreateView(inflater, container, savedInstanceState));
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerDialog.java58 public View onCreateView(LayoutInflater inflater, ViewGroup container, method in class:TimeZonePickerDialog
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentController.java119 public View onCreateView(View parent, String name, Context context, AttributeSet attrs) { method in class:FragmentController
120 return mHost.mFragmentManager.onCreateView(parent, name, context, attrs);
/frameworks/opt/setupwizard/navigationbar/src/com/android/setupwizard/navigationbar/
H A DSetupWizardNavBar.java68 public View onCreateView(LayoutInflater inflater, ViewGroup container, method in class:SetupWizardNavBar
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidanceStylist.java152 public View onCreateView( method in class:GuidanceStylist
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java341 AppWidgetHostView view = onCreateView(context, appWidgetId, appWidget);
362 protected AppWidgetHostView onCreateView(Context context, int appWidgetId, method in class:AppWidgetHost
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java241 public View onCreateView(LayoutInflater inflater, ViewGroup container, method in class:GuidedStepFragment.DummyFragment
315 * {@link #onCreateView}. May be overridden to return a custom subclass of {@link
318 * @param savedInstanceState The saved instance state from onCreateView.
901 * Called by onCreateView to inflate background view. Default implementation loads view
1007 public View onCreateView(LayoutInflater inflater, ViewGroup container, method in class:GuidedStepFragment
1009 if (DEBUG) Log.v(TAG, "onCreateView");
1024 View guidanceView = mGuidanceStylist.onCreateView(inflater, guidanceContainer, guidance);
1027 View actionsView = mActionsStylist.onCreateView(inflater, actionContainer);
1030 View buttonActionsView = mButtonActionsStylist.onCreateView(inflater, actionContainer);
H A DGuidedStepSupportFragment.java243 public View onCreateView(LayoutInflater inflater, ViewGroup container, method in class:GuidedStepSupportFragment.DummyFragment
317 * {@link #onCreateView}. May be overridden to return a custom subclass of {@link
320 * @param savedInstanceState The saved instance state from onCreateView.
903 * Called by onCreateView to inflate background view. Default implementation loads view
1009 public View onCreateView(LayoutInflater inflater, ViewGroup container, method in class:GuidedStepSupportFragment
1011 if (DEBUG) Log.v(TAG, "onCreateView");
1026 View guidanceView = mGuidanceStylist.onCreateView(inflater, guidanceContainer, guidance);
1029 View actionsView = mActionsStylist.onCreateView(inflater, actionContainer);
1032 View buttonActionsView = mButtonActionsStylist.onCreateView(inflater, actionContainer);
H A DBaseRowFragment.java60 public View onCreateView(LayoutInflater inflater, ViewGroup container, method in class:BaseRowFragment
H A DBaseRowSupportFragment.java62 public View onCreateView(LayoutInflater inflater, ViewGroup container, method in class:BaseRowSupportFragment
H A DErrorFragment.java161 public View onCreateView(LayoutInflater inflater, ViewGroup container, method in class:ErrorFragment
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java100 public View onCreateView(String name, AttributeSet attrs) throws ClassNotFoundException { method in class:BridgeInflater
120 view = super.onCreateView(name, attrs);
136 throw new ClassNotFoundException("onCreateView", e);
/frameworks/base/core/java/android/app/
H A DListFragment.java44 * your own view hierarchy from {@link #onCreateView}.
191 public View onCreateView(LayoutInflater inflater, ViewGroup container, method in class:ListFragment
/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java166 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, method in class:PreferenceFragment
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DAppWidgetHostActivity.java59 protected AppWidgetHostView onCreateView(Context context, int appWidgetId, AppWidgetProviderInfo appWidget) {

Completed in 780 milliseconds

12345