Searched refs:inflate (Results 251 - 275 of 375) sorted by relevance

<<1112131415

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DShadowOverlayContainer.java188 .inflate(R.layout.lb_card_color_overlay, this, false);
H A DVerticalGridPresenter.java233 * Subclass may override this to inflate a different layout.
236 View root = LayoutInflater.from(parent.getContext()).inflate(
H A DGuidedActionsStylist.java215 * <code>LayoutInflater.inflate</code>.
219 mMainView = inflater.inflate(onProvideLayoutId(), container, false);
322 View v = inflater.inflate(onProvideItemLayoutId(), parent, false);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java212 view = mInflater.inflate(R.layout.mr_media_route_list_item, parent, false);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java255 LayoutInflater.from(mContext).inflate(resId, contentParent);
334 // If we're floating, inflate the dialog title decor
335 subDecor = (ViewGroup) inflater.inflate(
356 // Now inflate the view using the themed context and set it as the content view
358 .inflate(R.layout.abc_screen_toolbar, null);
379 subDecor = (ViewGroup) inflater.inflate(
382 subDecor = (ViewGroup) inflater.inflate(R.layout.abc_screen_simple, null);
738 mActionModeView = (ActionBarContextView) stub.inflate();
928 // added to the hierarchy at the end of the inflate() call.
935 // inflated in the current inflate() cal
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DNinePatchDrawable.java405 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:NinePatchDrawable
407 super.inflate(r, parser, attrs, theme);
H A DRippleDrawable.java412 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:RippleDrawable
421 super.inflate(r, parser, attrs, theme);
H A DStateListDrawable.java108 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:StateListDrawable
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java144 getMenuInflater().inflate(R.menu.select_printer_activity, menu);
532 convertView = getLayoutInflater().inflate(
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java248 mEmptyView = mEmptyViewStub.inflate();
382 mDebugOverlay = (DebugOverlayView) mDebugOverlayStub.inflate();
H A DScreenPinningRequest.java192 // resource overlay for -land and -sw600dp-land, just inflate this
194 mLayout = (ViewGroup) View.inflate(getContext(), isLandscape
/frameworks/base/tools/aapt2/
H A DXmlDom.cpp169 std::unique_ptr<Node> inflate(std::istream* in, SourceLogger* logger) { function in namespace:aapt::xml
227 std::unique_ptr<Node> inflate(const void* data, size_t dataLen, SourceLogger* logger) { function in namespace:aapt::xml
H A DMain.cpp366 std::unique_ptr<xml::Node> root = xml::inflate(&in, &logger);
427 std::unique_ptr<xml::Node> root = xml::inflate(data, dataLen, &logger);
533 std::unique_ptr<xml::Node> root = xml::inflate(&in, &logger);
558 std::unique_ptr<xml::Node> libRoot = xml::inflate(uncompressedData.get(),
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp266 mQueueBufferOutput.inflate(w, h, transformHint, numPendingBuffers);
546 mQueueBufferOutput.inflate(w, h, 0, numPendingBuffers);
/frameworks/support/design/src/android/support/design/widget/
H A DSnackbar.java183 mView = (SnackbarLayout) inflater.inflate(R.layout.design_layout_snackbar, mParent, false);
626 // Now inflate our content. We need to do this manually rather than using an <include>
627 // in the layout since older versions of the Android do not inflate includes with
629 LayoutInflater.from(context).inflate(R.layout.design_layout_snackbar_include, this);
/frameworks/base/core/java/android/preference/
H A DDialogPreference.java354 return inflater.inflate(mDialogLayoutResId, null);
/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java71 * The resource indicating what views to inflate to display the content of this
77 * The resource indicating what views to inflate to display the content of this
378 view = inflater.inflate(resource, parent, false);
424 * @param theme the theme against which to inflate drop-down views or
H A DDayPickerPagerAdapter.java210 final View itemView = mInflater.inflate(mLayoutResId, container, false);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuPopupHelper.java397 convertView = mInflater.inflate(ITEM_LAYOUT, parent, false);
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java173 getMenuInflater().inflate(R.menu.captive_portal_login, menu);
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java112 mView = (AssistOrbContainer) LayoutInflater.from(mContext).inflate(
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DCellularTile.java250 : LayoutInflater.from(mContext).inflate(R.layout.data_usage, parent, false));
H A DDndTile.java252 : (ZenModePanel) LayoutInflater.from(context).inflate(
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java253 View.inflate(getContext(), R.layout.immersive_mode_cling, null);
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
H A DCameraTooActivity.java136 View layout = getLayoutInflater().inflate(R.layout.mainactivity, null);

Completed in 4201 milliseconds

<<1112131415