Searched refs:inflate (Results 176 - 200 of 211) sorted by relevance

123456789

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DUniverseBackground.java101 mContent = View.inflate(context, R.layout.universe, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java329 mSettingsView = infl.inflate(R.layout.system_bar_settings_view, mContentFrame, false);
H A DInputMethodsPanel.java228 final View view = View.inflate(mContext, R.layout.system_bar_input_methods_item, null);
/frameworks/base/core/java/android/view/
H A DVolumePanel.java265 View view = mView = inflater.inflate(R.layout.volume_adjust, null);
401 sc.group = (ViewGroup) inflater.inflate(R.layout.volume_adjust_item, null);
/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java310 setCustomView(LayoutInflater.from(getThemedContext()).inflate(resId, mActionView, false));
1015 .inflate(layoutResId, null));
H A DAlertController.java870 mInflater.inflate(dialog.mListLayout, null);
910 return mInflater.inflate(dialog.mMultiChoiceItemLayout,
H A DResolverActivity.java141 ap.mView = getLayoutInflater().inflate(R.layout.resolver_grid, null);
631 view = mInflater.inflate(
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java331 mBridgeInflater.inflate(blockParser, parent, attachToRoot),
369 mBridgeInflater.inflate(blockParser, parent, attachToRoot),
/frameworks/native/libs/gui/
H A DBufferQueue.cpp580 output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint,
646 output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java142 View convertView = mInflater.inflate(mRecentItemLayoutId, parent, false);
737 popup.getMenuInflater().inflate(R.menu.recent_popup_menu, popup.getMenu());
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java316 // We're being asked to inflate parameters, probably by a LayoutInflater
318 // inflate through our last mRemoteContext when it exists.
374 // inflate any requested LayoutParams.
395 if (LOGD) Log.d(TAG, "had to inflate new layout");
562 defaultView = inflater.inflate(layoutId, this, false);
564 Log.w(TAG, "can't inflate defaultView because mInfo is missing");
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java229 final TextView hintView = (TextView) LayoutInflater.from(getContext()).inflate(
H A DDatePicker.java171 inflater.inflate(layoutResourceId, this, true);
H A DEditor.java270 final TextView err = (TextView) inflater.inflate(
1724 TextView shadowView = (TextView) View.inflate(mTextView.getContext(),
1728 throw new IllegalArgumentException("Unable to inflate text drag thumbnail");
1944 mDeleteTextView = (TextView) inflater.inflate(POPUP_TEXT_LAYOUT, null);
2284 textView = (TextView) mInflater.inflate(mTextView.mTextEditSuggestionItemLayout,
2797 mPasteTextView = (TextView) inflater.inflate(POPUP_TEXT_LAYOUT, null);
2803 mReplaceTextView = (TextView) inflater.inflate(POPUP_TEXT_LAYOUT, null);
H A DCalendarView.java396 View content = layoutInflater.inflate(R.layout.calendar_view, null, false);
H A DRemoteViewsAdapter.java59 // Default height for the default loading view, in case we cannot get inflate the first view
437 // Try to inflate user-specified loading view
471 TextView loadingTextView = (TextView) layoutInflater.inflate(
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java332 lastResult = scene.inflate();
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java682 mRootView = mInflater.inflate(
1230 return mInflater.inflate(
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java1872 View row = LayoutInflater.from(mContext).inflate(R.layout.wifi_p2p_dialog_row,
1883 .inflate(R.layout.wifi_p2p_dialog, null);
1902 .inflate(R.layout.wifi_p2p_dialog, null);
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java268 view = mInflater.inflate(com.android.internal.R.layout.preference_header_item,
1415 * @param preferencesResId The XML resource ID to inflate.
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java800 public void inflate(Resources r, XmlPullParser parser, method in class:GradientDrawable
/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java876 final View itemView = convertView != null ? convertView : mInflater.inflate(
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java305 mScreenshotLayout = layoutInflater.inflate(R.layout.global_screenshot, null);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java270 mLayoutInflater.inflate(layoutResID, mContentParent);
328 * Return a LayoutInflater instance that can be used to inflate XML view layout
1285 mLayoutInflater.inflate(value, titleContainer);
2294 mActionModeView = (ActionBarContextView) stub.inflate();
2812 View in = mLayoutInflater.inflate(layoutResource, null);
/frameworks/base/core/java/android/webkit/
H A DCallbackProxy.java667 final View view = factory.inflate(R.layout.js_prompt,

Completed in 332 milliseconds

123456789