Home
last modified time | relevance | path

Searched refs:getLayoutInflater (Results 1 – 25 of 87) sorted by relevance

1234

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionActivity.java166 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createConnectionDialogView()
175 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createPhonebookDialogView()
184 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createMapDialogView()
193 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createSapDialogView()
DBluetoothPairingDialog.java185 View view = getLayoutInflater().inflate(R.layout.bluetooth_pin_entry, null); in createPinEntryView()
258 View view = getLayoutInflater().inflate(R.layout.bluetooth_pin_confirm, null); in createView()
/packages/apps/Settings/src/com/android/settings/print/
DPrintServiceSettingsFragment.java255 emptyView = getActivity().getLayoutInflater().inflate( in updateEmptyView()
271 emptyView = getActivity().getLayoutInflater().inflate( in updateEmptyView()
282 emptyView = getActivity().getLayoutInflater().inflate( in updateEmptyView()
575 convertView = getActivity().getLayoutInflater().inflate(
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DDefaultSoftKeyboard.java614 mKeyboardView = (KeyboardView) mWnn.getLayoutInflater().inflate(id, null); in initView()
618 …mMainView = (BaseInputView) parent.getLayoutInflater().inflate(R.layout.keyboard_default_main, nul… in initView()
619 … mSubView = (ViewGroup) parent.getLayoutInflater().inflate(R.layout.keyboard_default_sub, null); in initView()
/packages/apps/Browser/src/com/android/browser/
DBaseUi.java394 container = mActivity.getLayoutInflater().inflate(R.layout.tab, in onSetWebView()
415 View subViewContainer = mActivity.getLayoutInflater().inflate( in createSubWindow()
/packages/apps/Gallery/src/com/android/camera/
DGalleryPicker.java151 getLayoutInflater().inflate(R.layout.gallerypicker_no_images, root); in showNoImagesView()
273 mAdapter = new GalleryPickerAdapter(getLayoutInflater()); in onStart()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigUiBase.java29 public LayoutInflater getLayoutInflater(); in getLayoutInflater() method
DWifiDialog.java69 mView = getLayoutInflater().inflate(R.layout.wifi_dialog, null); in onCreate()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/
DViewTest.java50 mView = (T) getActivity().getLayoutInflater().inflate(getLayoutIdForView(), null); in getView()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DDialogActivity.java53 getLayoutInflater().inflate(layoutRes, mContentFrame); in setDialogContent()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DRotateTextToast.java37 LayoutInflater inflater = activity.getLayoutInflater(); in RotateTextToast()
/packages/apps/Camera/src/com/android/camera/ui/
DRotateTextToast.java37 LayoutInflater inflater = activity.getLayoutInflater(); in RotateTextToast()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppBtErrorActivity.java73 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
DBluetoothOppBtEnableActivity.java70 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
DBluetoothOppBtEnablingActivity.java95 View view = getLayoutInflater().inflate(R.layout.bt_enabling_progress, null); in createView()
/packages/apps/CertInstaller/src/com/android/certinstaller/
DCredentialsInstallDialog.java46 View layout = getLayoutInflater().inflate(R.layout.credentials_installed_dialog, null); in displayDialog()
/packages/apps/Settings/src/com/android/settings/nfc/
DPaymentSettings.java56 View emptyView = getActivity().getLayoutInflater().inflate( in onViewCreated()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DAudioMediaChooser.java70 final LayoutInflater inflater = getLayoutInflater(); in createView()
DMediaChooser.java112 protected LayoutInflater getLayoutInflater() { in getLayoutInflater() method in MediaChooser
/packages/apps/Settings/src/com/android/settings/
DRegulatoryInfoDisplayActivity.java79 View view = getLayoutInflater().inflate(R.layout.regulatory_info, null); in onCreate()
DAppHeader.java38 final View bar = activity.getLayoutInflater().inflate(R.layout.app_header, in createAppHeader()
/packages/apps/Camera2/src/com/android/camera/
DCaptureModuleUI.java85 mActivity.getLayoutInflater().inflate(R.layout.capture_module, moduleRoot, true); in CaptureModuleUI()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DTapAgainDialog.java71 ap.mView = getLayoutInflater().inflate(com.android.nfc.R.layout.tapagain, null); in onCreate()
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperActivity.java107 View view = generateView(getActivity().getLayoutInflater(), null); in onCreateDialog()
/packages/apps/Camera/src/com/android/camera/
DRotateDialogController.java60 LayoutInflater inflater = mActivity.getLayoutInflater(); in inflateDialogLayout()

1234